aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* meson/swr: Updated copyright datesGeorge Kyriazis2018-02-024-4/+4
* meson/swr: re-shuffle generated filesGeorge Kyriazis2018-02-024-80/+126
* gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez2018-01-301-0/+1
* swr/rast: Optimize DumpToFile output sizeGeorge Kyriazis2018-01-251-2/+1
* swr/rast: Updated copyright datesGeorge Kyriazis2018-01-253-3/+3
* swr/rast: Move memory-related JIT functionsGeorge Kyriazis2018-01-257-818/+894
* swr/rast: Add extra (optional) parameter in GATHERPSGeorge Kyriazis2018-01-254-5/+10
* swr/rast: Better ExecCmd (i.e. system()) implmentationGeorge Kyriazis2018-01-253-34/+169
* swr/rast: Support USE_SIMD16_FRONTEND=0 for EarlyRastGeorge Kyriazis2018-01-251-33/+33
* swr/rast: support llvm 3.9 type declarationsGeorge Kyriazis2018-01-251-0/+14
* swr: refactor swr_create_screen to allow for proper cleanup on errorChuck Atkins2018-01-224-56/+79
* autotools: include meson build files in tarballDylan Baker2018-01-191-0/+2
* swr/rast: Fix llvm5 behaviorGeorge Kyriazis2018-01-191-1/+2
* swr/rast: Enable early rasterizationGeorge Kyriazis2018-01-191-1/+1
* swr/rast: Implement Early Rasterization optimizationGeorge Kyriazis2018-01-194-0/+388
* swr/rast: Enable simd16 vertex shadersGeorge Kyriazis2018-01-191-2/+2
* swr: Support simd16 vertex shadersGeorge Kyriazis2018-01-193-21/+30
* swr/rast: changed jit debug magic numberGeorge Kyriazis2018-01-191-1/+1
* swr/rast: Added ICLAMP builder functionGeorge Kyriazis2018-01-192-3/+3
* swr/rast: Jit debug workGeorge Kyriazis2018-01-191-30/+81
* swr/rast: silence generated file warningsGeorge Kyriazis2018-01-191-0/+1
* swr/rast: jit shader lib debug workGeorge Kyriazis2018-01-192-0/+11
* swr/rast: AVX-512 changes to enable 16-wide VSGeorge Kyriazis2018-01-194-8/+29
* swr/rast: x86 autogenerated macro workGeorge Kyriazis2018-01-194-14/+15
* swr/rast: Shorten some filenamesGeorge Kyriazis2018-01-192-2/+2
* swr/rast: work supporting optimizations in Debug builds.George Kyriazis2018-01-192-9/+23
* swr/rast: Add debugging type support for function types.George Kyriazis2018-01-192-0/+21
* swr/rast: Shader debugging workGeorge Kyriazis2018-01-191-0/+6
* swr/rast: Debug Symbols workGeorge Kyriazis2018-01-194-19/+88
* swr/rast: Initial work for debugging support.George Kyriazis2018-01-196-16/+191
* swr/rast: Add private state parameter in fetcherGeorge Kyriazis2018-01-195-29/+41
* swr/rast: Added missing define for Linux/gccGeorge Kyriazis2018-01-191-0/+1
* swr/rast: Fix one more invalid object format for windows.George Kyriazis2018-01-191-1/+1
* swr: allow a single swr architecture to be builtinChuck Atkins2018-01-191-35/+49
* swr: (autoconf) allow a single swr architecture to be builtinChuck Atkins2018-01-191-11/+39
* swr: fix clang 5 null cast warningGreg V2018-01-191-3/+3
* gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2018-01-171-1/+0
* gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák2018-01-171-1/+0
* gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák2018-01-171-1/+0
* meson: add llvm dependency for swr buildGeorge Kyriazis2018-01-171-0/+1
* swr: Handle indirect indices in GSGeorge Kyriazis2018-01-101-8/+39
* swr/rast: switch win32 jit format to COFFTim Rowley2018-01-101-2/+2
* swr/rast: don't use 32-bit gathers for elements < 32-bits in sizeTim Rowley2018-01-101-1/+60
* swr/rast: autogenerate named structs instead of literal structsTim Rowley2018-01-101-8/+15
* swr/rast: SIMD16 fetch shader jitter cleanupTim Rowley2018-01-101-720/+368
* swr/rast: shuffle header files for msvc pre-compiled header usageTim Rowley2018-01-1010-88/+143
* swr/rast: SIMD16 builder - cleanup naming (simd2 -> simd16)Tim Rowley2018-01-105-233/+239
* meson: Build SWR driverDylan Baker2018-01-082-0/+447
* swr/rast: fix invalid sign masks in avx512 simdlib codeTim Rowley2018-01-043-3/+3
* swr/rast: fix MemoryBuffer build break for llvm-6Tim Rowley2018-01-031-0/+4