swr/rast: Optimize late/bindless JIT of samplers
[mesa.git] / src / gallium / drivers / swr / rasterizer / core / backend.cpp
2018-04-18 George Kyriazisswr/rast: Optimize late/bindless JIT of samplers
2018-04-18 George Kyriazisswr/rast: Add some archrast counters
2018-02-16 George Kyriazisswr/rast: Removed unused variable
2018-02-16 George Kyriazisswr/rast: Separate RDTSC code from archrast
2017-09-13 Tim Rowleyswr/rast: Move clip/cull enables in API
2017-08-02 Tim Rowleyswr/rast: fix USE_SIMD16_FRONTEND issues
2017-06-30 Tim Rowleyswr/rast: Split backend.cpp to improve compile time
2017-06-16 Tim Rowleyswr/rast: Adjust cast for gcc warning
2017-06-16 Tim Rowleyswr/rast: Don't transition hottile resolved->dirty...
2017-06-16 Tim Rowleyswr/rast: Fix early z / query interaction
2017-04-29 Tim Rowleyswr/rast: enable per-warp scratch space for CS
2017-04-11 Tim Rowleyswr: [rasterizer core] Fix unused variable warnings
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] Convert more SWR_ASSERT(false, ....
2017-03-20 Tim Rowleyswr: [rasterizer] Backend code adjustments
2017-03-20 Tim Rowleyswr: [rasterizer archrast] Fix the early and late depth...
2017-03-20 Tim Rowleyswr: [rasterizer core/scripts] Autogen backend initiali...
2017-01-06 Tim Rowleyswr: [rasterizer core] rename OutputMerger functions
2017-01-06 Tim Rowleyswr: [rasterizer core] fix SIMD16 output merger
2016-12-01 Ilia Mirkinswr: [rasterizer core] don't attempt to load another...
2016-11-24 Ilia Mirkinswr: [rasterizer core] pipe renderTargetArrayIndex...
2016-11-24 Ilia Mirkinswr: [rasterizer core] clear data now comes in as float
2016-11-23 Tim Rowleyswr: [rasterizer core] fix cast for stencil clear value
2016-11-16 Tim Rowleyswr: [rasterizer core] fix clear with multiple color...
2016-11-14 Tim Rowleyswr: [rasterizer archrast] add events
2016-11-14 Tim Rowleyswr: [rasterizer core] separate frontend/backend stats...
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] eliminate unused label warnings on gcc
2016-10-11 Tim Rowleyswr: [rasterizer core] implement depth bounds test
2016-10-11 Tim Rowleyswr: [rasterizer core] SwrStoreTiles api change
2016-10-03 Tim Rowleyswr: [rasterizer core] archrast fixes
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] remove KNOB_MAX_THREADS
2016-08-29 Tim Rowleyswr: [rasterizer core] per-primitive viewports/scissors
2016-08-17 Tim Rowleyswr: [rasterizer core] only use Viewport/Scissors durin...
2016-08-10 Tim Rowleyswr: [rasterizer core] unused variable warning fixes
2016-08-10 Tim Rowleyswr: [rasterizer core] remove all old stats code
2016-08-10 Tim Rowleyswr: [rasterizer core] add rasterizerSampleCount to...
2016-08-10 Tim Rowleyswr: [rasterizer core] improve implementation for SoWri...
2016-08-04 Tim Rowleyswr: [rasterizer core] implement InnerConservative...
2016-08-04 Tim Rowleyswr: [rasterizer core] remove CanEarlyZ function
2016-08-04 Tim Rowleyswr: [rasterizer core] update sync handling
2016-07-20 Tim Rowleyswr: [rasterizer core] rename *_MAX enum values to...
2016-07-20 Tim Rowleyswr: [rasterizer core] centroid correction
2016-07-12 Tim Rowleyswr: [rasterizer core] conservative rast backend changes
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] warning cleanup
2016-04-27 Tim Rowleyswr: [rasterizer core] more backend refactoring
2016-04-27 Tim Rowleyswr: [rasterizer core] backend refactor
2016-04-22 Tim Rowleyswr: [rasterizer core] Fix global arena allocator bug
2016-04-22 Tim Rowleyswr: [rasterizer core] Use CS spill/fill size in core
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-12 Tim Rowleyswr: [rasterizer core] Quantize depth to depth buffer...
2016-04-12 Tim Rowleyswr: [rasterizer core] Affinitize thread scratch space...
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-25 Tim Rowleyswr: [rasterizer core] Add clipping against user clip...
2016-03-25 Tim Rowleyswr: [rasterizer] code styling and update copyrights
2016-03-25 Tim Rowleyswr: [rasterizer] Discard work + misc fixes
2016-03-25 Tim Rowleyswr: [rasterizer] remove use of BYTE type
2016-03-25 Tim Rowleyswr: [rasterizer core] Fix crash that can occur when...
2016-03-25 Tim Rowleyswr: [rasterizer] Fix Coverity issues reported by Mesa...
2016-03-25 Tim Rowleyswr: [rasterizer core] backend reorganization
2016-03-25 Tim Rowleyswr: [rasterizer core] store blend output in temporary...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Tim Rowleygallium/swr: add OpenSWR rasterizer