swr/rasterizer: do not mark tiles dirty until actually rendered
[mesa.git] / src / gallium / drivers / swr / rasterizer / core / tilemgr.cpp
2019-08-08 Jan Zielinskiswr/rasterizer: do not mark tiles dirty until actually...
2019-07-30 Jan Zielinskirasterizer/swr: move BucketMgr to SwrContext
2019-04-26 Alok Hotaswr/rast: Remove deprecated 4x2 backend code
2018-06-18 Alok Hotaswr/rast: Clang-Format most rasterizer source code
2018-05-11 George Kyriazisswr/rast: Thread locked tiles improvement
2018-04-18 George Kyriazisswr/rast: Optimize late/bindless JIT of samplers
2018-02-16 George Kyriazisswr/rast: Separate RDTSC code from archrast
2017-12-15 Tim Rowleyswr/rast: Rework thread binding parameters for machine...
2017-07-21 Tim Rowleyswr/rast: cache line align hottile buffers
2017-03-20 Tim Rowleyswr: [rasterizer] Convert more SWR_ASSERT(false, ....
2016-11-24 Ilia Mirkinswr: [rasterizer core] actually perform clear before...
2016-10-14 Tim Rowleyswr: [rasterizer core/sim] 8x2 backend + 16-wide tile...
2016-09-20 Tim Rowleyswr: [rasterizer core] Add macros for mapping ArchRast...
2016-08-17 Tim Rowleyswr: [rasterizer core] make dirtytile list point direct...
2016-05-19 Tim Rowleyswr: [rasterizer] rename _aligned_malloc to AlignedMalloc
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Tim Rowleyswr: [rasterizer core] warning cleanup
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 core] NUMA optimizations...
2016-03-25 Tim Rowleyswr: [rasterizer core] Globally cache allocated arena...
2016-03-25 Tim Rowleyswr: [rasterizer core] Arena optimizations - preparing...
2016-03-25 Tim Rowleyswr: [rasterizer core] Guard against enquing work to...
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 core] Move InitializeHotTiles and...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Tim Rowleygallium/swr: add OpenSWR rasterizer