summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/Makefile.sources
Commit message (Collapse)AuthorAgeFilesLines
* swr: [rasterizer core] move binner functionality to separate fileTim Rowley2016-10-131-0/+1
| | | | Signed-off-by: Tim Rowley <[email protected]>
* swr: [rasterizer memory] split load/store for compile speedTim Rowley2016-10-111-0/+12
| | | | Signed-off-by: Tim Rowley <[email protected]>
* swr: [rasterizer] add archrast instrumentationTim Rowley2016-08-301-0/+5
| | | | Statistics measurement system
* swr: [rasterizer core] introduce simd16intrin.hTim Rowley2016-07-201-0/+1
| | | | | | | | | Refactoring to leave existing simd_* intrinsics in "simdintrin.h" unchanged, adding corresponding simd16_* intrinsics in "simd16intrin.h" on the side, with emulation, that we can use piecemeal, rather than the all-or-nothing approach to bring up avx512. Signed-off-by: Tim Rowley <[email protected]>
* swr: [rasterizer core] conservative rasterization frontend supportTim Rowley2016-06-231-0/+1
| | | | Reviewed-by: Bruce Cherniak <[email protected]>
* swr: Add missing headers for package inclusionChuck Atkins2016-06-131-1/+9
| | | | | CC: "12.0" <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* swr: [rasterizer] remove containers.hppTim Rowley2016-05-241-1/+0
| | | | Reviewed-by: Bruce Cherniak <[email protected]>
* swr: [rasterizer core] remove utility dead codeTim Rowley2016-05-241-1/+0
| | | | Reviewed-by: Bruce Cherniak <[email protected]>
* swr: autogenerate swr_context_llvm.hTim Rowley2016-04-261-1/+0
| | | | Reviewed-by: Bruce Cherniak <[email protected]>
* gallium/swr: fold the almost identical MakefilesEmil Velikov2016-04-141-0/+91
| | | | | | | | | | | Rather than having two almost identical Makefiles, with various VPATH hacks just fold them, using COMMON_* variables and actually getting things buildable/shipable. v2: whitespace fixes, remove Makefile.sources-arch Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Tim Rowley <[email protected]>
* mesa/build: add OpenSWR to buildTim Rowley2016-03-021-0/+23
Tested on Linux (centos, ubuntu, and suse variants) Reviewed-by: Emil Velikov <[email protected]> Acked-by: Jose Fonseca <[email protected]>