swr/rast: Optimize late/bindless JIT of samplers
[mesa.git] / src / gallium / drivers / swr / rasterizer / core / backend.h
2018-04-18 George Kyriazisswr/rast: Optimize late/bindless JIT of samplers
2017-06-30 Tim Rowleyswr/rast: Split backend.cpp to improve compile time
2017-06-16 Tim Rowleyswr/rast: Remove explicit primitive id slot in the...
2017-05-30 Tim Rowleyswr/rast: add renderTargetArrayIndex to SWR_PS_CONTEXT
2017-04-29 Tim Rowleyswr/rast: add SwrInit() to init backend/memory tables
2017-04-29 Tim Rowleyswr/rast: increment depth/stencil tile pointer in SIMD16 BE
2017-04-29 Tim Rowleyswr/rast: enable per-warp scratch space for CS
2017-04-05 Tim Rowleyswr: [rasterizer core/memory] Move intrinics to _simd...
2017-04-05 Tim Rowleyswr: [rasterizer core] Programmable sample position...
2017-03-20 Tim Rowleyswr: [rasterizer] Backend code adjustments
2017-03-20 Tim Rowleyswr: [rasterizer core/scripts] Autogen backend initiali...
2017-03-20 Tim Rowleyswr: [rasterizer core] backend.h declares gBackendPixel...
2017-01-06 Tim Rowleyswr: [rasterizer core] rename OutputMerger functions
2017-01-06 Tim Rowleyswr: [rasterizer core] fix SIMD16 output merger
2016-12-09 Tim Rowleyswr: [rasterizer core/memory] Finish R24_UNORM_X8_TYPEL...
2016-11-14 Tim Rowleyswr: [rasterizer core/jitter] fix alpha test bug
2016-10-31 George Kyriazisswr: [rasterizer core] Refactor/cleanup backends
2016-10-14 Tim Rowleyswr: [rasterizer core/sim] 8x2 backend + 16-wide tile...
2016-10-11 Tim Rowleyswr: [rasterizer core] implement depth bounds test
2016-10-11 Tim Rowleyswr: [rasterizer core] SwrStoreTiles api change
2016-09-20 Tim Rowleyswr: [rasterizer core] Better thread destruction
2016-09-20 Tim Rowleyswr: [rasterizer core] Add macros for mapping ArchRast...
2016-08-29 Tim Rowleyswr: [rasterizer core] per-primitive viewports/scissors
2016-08-10 Tim Rowleyswr: [rasterizer core] remove all old stats code
2016-08-04 Tim Rowleyswr: [rasterizer core] static analysis fixes for conser...
2016-08-04 Tim Rowleyswr: [rasterizer core] implement InnerConservative...
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-05-24 Tim Rowleyswr: [rasterizer core] move centroid setup out of CalcC...
2016-05-05 Tim Rowleyswr: [rasterizer] Miscellaneous backend changes
2016-04-27 Tim Rowleyswr: [rasterizer core] more backend refactoring
2016-04-27 Tim Rowleyswr: [rasterizer core] backend refactor
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Tim Rowleyswr: [rasterizer core] Put DRAW_CONTEXT on a diet
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-25 Tim Rowleyswr: [rasterizer] Discard work + misc fixes
2016-03-25 Tim Rowleyswr: [rasterizer core] backend reorganization
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Tim Rowleygallium/swr: add OpenSWR rasterizer