summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer/core/tilemgr.cpp
Commit message (Expand)AuthorAgeFilesLines
* swr: [rasterizer core/sim] 8x2 backend + 16-wide tile clear/load/storeTim Rowley2016-10-131-0/+83
* swr: [rasterizer core] Add macros for mapping ArchRast to bucketsTim Rowley2016-09-191-13/+13
* swr: [rasterizer core] make dirtytile list point directly to macrotilequeuesTim Rowley2016-08-171-1/+2
* swr: [rasterizer] rename _aligned_malloc to AlignedMallocTim Rowley2016-05-191-1/+1
* swr: [rasterizer core] warning cleanupTim Rowley2016-04-121-1/+0
* swr: [rasterizer core] Put DRAW_CONTEXT on a dietTim Rowley2016-04-121-21/+0
* swr: [rasterizer core] NUMA optimizations...Tim Rowley2016-03-251-3/+5
* swr: [rasterizer core] Globally cache allocated arena blocks for fast re-allo...Tim Rowley2016-03-251-1/+1
* swr: [rasterizer core] Arena optimizations - preparing for global allocator.Tim Rowley2016-03-251-8/+0
* swr: [rasterizer core] Guard against enquing work to invalid hot tilesTim Rowley2016-03-251-0/+5
* swr: [rasterizer] Discard work + misc fixesTim Rowley2016-03-251-2/+15
* swr: [rasterizer] remove use of BYTE typeTim Rowley2016-03-251-3/+3
* swr: [rasterizer core] Fix crash that can occur when switching contextsTim Rowley2016-03-251-0/+18
* swr: [rasterizer core] Move InitializeHotTiles and corresponding clear code o...Tim Rowley2016-03-251-1/+251
* gallium/swr: add OpenSWR rasterizerTim Rowley2016-03-021-0/+105