summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
...
* swr: [rasterizer common] add OSX to unix portability sectionsTim Rowley2016-05-192-2/+9
* swr: [rasterizer] rename _aligned_malloc to AlignedMallocTim Rowley2016-05-198-25/+40
* swr: [rasterizer jitter] rename MEMCPY function to MEMCOPYTim Rowley2016-05-191-1/+1
* swr: [rasterizer common] guard definition of __cdecl/__stdcallTim Rowley2016-05-191-0/+4
* swr: [rasterizer common] include cstddef for offsetofTim Rowley2016-05-191-0/+1
* swr: [rasterizer core] removed tabs that snuck inTim Rowley2016-05-191-4/+4
* swr: [rasterizer core] code style cleanupTim Rowley2016-05-191-22/+24
* swr: [rasterizer core] add dummy code for cygwin buildTim Rowley2016-05-191-0/+14
* swr: [rasterizer core] move variable query outside loopTim Rowley2016-05-191-1/+2
* swr: [rasterizer core] utility function for getenvTim Rowley2016-05-191-0/+17
* swr: [rasterizer common] portable threadviz bucketsTim Rowley2016-05-191-2/+11
* swr: [rasterizer common] foreground win32 assert dialogTim Rowley2016-05-191-1/+1
* swr: [rasterizer core] use parens to disambiguate operator precedenceTim Rowley2016-05-191-1/+1
* swr: standardize linkage and check for unresolved symbolsTim Rowley2016-05-191-1/+7
* swr: fix swr linkage so that static llvm worksTim Rowley2016-05-191-1/+10
* swr: PIPE_CAP_CULL_DISTANCE cap request responseTim Rowley2016-05-191-0/+1
* swr: properly expose compressed format supportTim Rowley2016-05-121-0/+17
* swr: [rasterizer] Include cmath for std::isnan and std::isinf.Vinson Lee2016-05-101-0/+2
* swr: Add missing break in query switch statement.Bruce Cherniak2016-05-091-0/+1
* swr: [rasterizer core] Faster modulo operator in ProcessVertsTim Rowley2016-05-051-1/+4
* swr: [rasterizer] Small warning cleanupTim Rowley2016-05-052-8/+4
* swr: [rasterizer] Add SWR_ASSUME / SWR_ASSUME_ASSERT macrosTim Rowley2016-05-052-14/+52
* swr: [rasterizer] Miscellaneous backend changesTim Rowley2016-05-053-22/+31
* swr: [rasterizer] Add support for X24_TYPELESS_G8_UINT formatTim Rowley2016-05-053-7/+41
* swr: [rasterizer jitter] Fix printing bugs for tracing.Tim Rowley2016-05-051-81/+24
* swr: [rasterizer memory] Add missing store tiles functionTim Rowley2016-05-051-1/+4
* swr: [rasterizer jitter] Add asserts for supported formats in fetch shaderTim Rowley2016-05-051-0/+2
* swr: [rasterizer core] Fix thread allocationTim Rowley2016-05-051-17/+47
* swr: [rasterizer core] Fix threadviz support in bucketsTim Rowley2016-05-053-12/+14
* swr: [rasterizer] Whitespace cleanup and misc changesTim Rowley2016-05-055-5/+2
* swr: Remove stall waiting for core query counters.Bruce Cherniak2016-05-054-124/+81
* 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