aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* swr: [rasterizer core] warning cleanupTim Rowley2016-04-122-5/+4
* swr: [rasterizer] Put in rudimentary garbage collection for the global arena ...Tim Rowley2016-04-123-61/+187
* swr: [rasterizer core] Put DRAW_CONTEXT on a dietTim Rowley2016-04-127-49/+43
* swr: [rasterizer core] Add experimental support for hyper-threaded front-endTim Rowley2016-04-125-56/+139
* swr: [rasterizer] Avoid segv in thread creation on machines with non-consecut...Tim Rowley2016-04-121-0/+4
* swr: [rasterizer core] Replace all naked OSALIGN macro uses with OSALIGNSIMD ...Tim Rowley2016-04-124-14/+14
* swr: [rasterizer] Ensure correct alignment of stack variables used as vectorsTim Rowley2016-04-122-3/+4
* swr: [rasterizer core] Quantize depth to depth buffer precision prior to dept...Tim Rowley2016-04-125-13/+81
* swr: [rasterizer common] win32 build fixupsTim Rowley2016-04-121-6/+0
* swr: [rasterizer core] Affinitize thread scratch space to numa node of workerTim Rowley2016-04-123-4/+16
* swr: [rasterizer] Misc fixes identified by static code analysisTim Rowley2016-04-124-6/+21
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+7
* swr: [rasterizer jitter] Fix MASKLOADD AVX prototype (float -> i32)Tim Rowley2016-03-251-1/+1
* swr: [rasterizer core] NUMA optimizations...Tim Rowley2016-03-255-65/+105
* swr: [rasterizer jitter] Fix logic bug for alpha-to-coverage.Tim Rowley2016-03-251-2/+11
* swr: [rasterizer core] Fix Compute workitem retirementTim Rowley2016-03-254-31/+22
* swr: [rasterizer core] Cleanup state ring arena after last draw that referenc...Tim Rowley2016-03-253-2/+14
* swr: [rasterizer jitter] add missing include for llvm jiteventsTim Rowley2016-03-251-0/+4
* 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-253-210/+161
* swr: [rasterizer jitter] support llvm-svnTim Rowley2016-03-256-12/+37
* swr: [rasterizer core] Globally cache allocated arena blocks for fast re-allo...Tim Rowley2016-03-258-46/+168
* swr: [rasterizer] more arena workTim Rowley2016-03-255-10/+110
* swr: [rasterizer core] Add clipping against user clip distances in the NullPS...Tim Rowley2016-03-251-2/+12
* swr: [rasterizer core] Arena optimizations - preparing for global allocator.Tim Rowley2016-03-255-187/+131
* swr: [rasterizer core] Reset DrawContext arena at end of draw rather than upo...Tim Rowley2016-03-252-21/+4
* swr: [rasterizer core] Add clipping of user clip planes in clipper.Tim Rowley2016-03-251-0/+86
* swr: [rasterizer] Reduce max in-flight draws to 96 (by default)Tim Rowley2016-03-251-1/+1
* swr: [rasterizer] Fix run-time check assertsTim Rowley2016-03-252-8/+7
* swr: [rasterizer jitter] signed immediate builderTim Rowley2016-03-252-0/+8
* swr: [rasterizer common] changes for cygwinTim Rowley2016-03-251-1/+4
* swr: [rasterizer] code styling and update copyrightsTim Rowley2016-03-2510-328/+328
* swr: [rasterizer core] Guard against enquing work to invalid hot tilesTim Rowley2016-03-251-0/+5
* swr: [rasterizer] Stop setting viewport size to larger than hottile arrayTim Rowley2016-03-251-0/+6
* swr: [rasterizer] Discard work + misc fixesTim Rowley2016-03-259-28/+119
* swr: [rasterizer] remove use of BYTE typeTim Rowley2016-03-2515-74/+65
* swr: [rasterizer core] Fix crash that can occur when switching contextsTim Rowley2016-03-253-1/+22
* swr: [rasterizer] remove unused knobTim Rowley2016-03-251-8/+0
* swr: [rasterizer core] subcontext reworkTim Rowley2016-03-257-52/+61
* swr: [rasterizer common] add _simd_s[rl]lv_epi32Tim Rowley2016-03-251-0/+115
* swr: [rasterizer core] Alleviate potential stack overflow for 32bit buildsTim Rowley2016-03-253-14/+20
* swr: [rasterizer] remove use of UCHAR and UINT64 typesTim Rowley2016-03-255-8/+6
* swr: [rasterizer] remove use of FLOAT typeTim Rowley2016-03-253-5/+4
* swr: [rasterizer] Fix Coverity issues reported by Mesa developers.Tim Rowley2016-03-2510-199/+205
* swr: [rasterizer] add debug/perf category to knobsTim Rowley2016-03-251-12/+37
* swr: [rasterizer core] don't assume linux is 64-bitTim Rowley2016-03-251-2/+1
* swr: [rasterizer common] remove old unused win32 typesTim Rowley2016-03-251-6/+0
* swr: [rasterizer jitter] vpermps supportTim Rowley2016-03-254-1/+84
* swr: [rasterizer] Add rdtsc buckets support for shadersTim Rowley2016-03-256-3/+75