summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer/core/arena.h
Commit message (Expand)AuthorAgeFilesLines
* swr: [rasterizer] rename _aligned_malloc to AlignedMallocTim Rowley2016-05-191-2/+2
* swr: [rasterizer] Add SWR_ASSUME / SWR_ASSUME_ASSERT macrosTim Rowley2016-05-051-9/+7
* swr: [rasterizer core] Arena: make most allocated blocks the same sizeTim Rowley2016-04-221-16/+52
* swr: [rasterizer core] Fix global arena allocator bugTim Rowley2016-04-221-40/+48
* swr: [rasterizer] Put in rudimentary garbage collection for the global arena ...Tim Rowley2016-04-121-60/+170
* swr: [rasterizer core] Affinitize thread scratch space to numa node of workerTim Rowley2016-04-121-1/+1
* swr: [rasterizer core] Fix Compute workitem retirementTim Rowley2016-03-251-5/+2
* swr: [rasterizer core] Reduce Arena blocksize to 128KB (from 1MB).Tim Rowley2016-03-251-3/+7
* swr: [rasterizer core] One last pass at Arena optimizationsTim Rowley2016-03-251-15/+15
* swr: [rasterizer core] CachedArena optimizationsTim Rowley2016-03-251-97/+159
* swr: [rasterizer core] Globally cache allocated arena blocks for fast re-allo...Tim Rowley2016-03-251-28/+30
* swr: [rasterizer] more arena workTim Rowley2016-03-251-5/+99
* swr: [rasterizer core] Arena optimizations - preparing for global allocator.Tim Rowley2016-03-251-11/+123
* gallium/swr: add OpenSWR rasterizerTim Rowley2016-03-021-0/+69