aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* swr: remove duplicated constant update codeTim Rowley2016-04-281-44/+47
* swr: s/Elements/ARRAY_SIZE/Tim Rowley2016-04-273-7/+7
* swr: [rasterizer] warning cleanupTim Rowley2016-04-279-74/+27
* swr: [rasterizer core] implement legacy depth bias enableTim Rowley2016-04-274-21/+25
* swr: [rasterizer jitter] support for dumping x86 asmTim Rowley2016-04-272-0/+50
* swr: [rasterizer core] more backend refactoringTim Rowley2016-04-278-963/+573
* swr: [rasterizer jitter] add mSimdInt1TyTim Rowley2016-04-272-0/+2
* swr: [rasterizer core] backend refactorTim Rowley2016-04-275-238/+633
* swr: autogenerate swr_context_llvm.hTim Rowley2016-04-266-128/+16
* gallium: Remove every double semi-colonJakob Sinclair2016-04-262-7/+7
* swr: [rasterizer memory] Constify load tilesTim Rowley2016-04-222-6/+8
* swr: [rasterizer core] CompleteDrawContext changes for gccTim Rowley2016-04-221-4/+11
* swr: [rasterizer] Small cleanupsTim Rowley2016-04-227-20/+29
* swr: [rasterizer scripts] Knob scripts tweaksTim Rowley2016-04-222-2/+27
* swr: [rasterizer] Interpolation utility functionsTim Rowley2016-04-223-6/+55
* swr: [rasterizer core] TemplateArgUnrollerTim Rowley2016-04-225-109/+101
* 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-222-42/+51
* swr: [rasterizer core] Fix thread binding for 32-bit windowsTim Rowley2016-04-221-1/+15
* swr: [rasterizer fetch] Add support for fetching non-uniform component formatsTim Rowley2016-04-221-1/+189
* swr: [rasterizer core] Use CS spill/fill size in coreTim Rowley2016-04-224-5/+9
* swr: fix memory leaks from vs/fs compilationTim Rowley2016-04-223-23/+41
* swr: fix clang warningsTim Rowley2016-04-222-5/+5
* swr: ignore generated files in rasterizerIlia Mirkin2016-04-221-0/+7
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-1/+2
* swr: add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT to get_paramTim Rowley2016-04-211-0/+1
* swr: fix resource backed constant buffersTim Rowley2016-04-202-7/+7
* gallivm: convert size query to using a set of parameters.Dave Airlie2016-04-191-18/+4
* swr: dereference cbuf/zbuf/views on context destroyTim Rowley2016-04-181-0/+15
* gallium/swr: confine c++11 flag to swr driverTim Rowley2016-04-151-2/+3
* gallium/swr: allow swr use as a swrast dri driverTim Rowley2016-04-151-0/+8
* gallium/swr: fold the almost identical MakefilesEmil Velikov2016-04-145-310/+184
* gallium/swr: Make flat shading tris work.George Kyriazis2016-04-132-0/+5
* swr: handle pci cap requestsTim Rowley2016-04-121-0/+4
* swr: support samplers in vertex shadersTim Rowley2016-04-126-105/+228
* gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen2016-04-121-0/+1
* 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