aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* swr/rast: add memory api to SwrGetInterface()Tim Rowley2017-04-286-28/+54
* swr/rast: use gather instruction for odd format fetchTim Rowley2017-04-281-46/+9
* swr/rast: enable SIMD16 8x2 tile backendTim Rowley2017-04-281-1/+1
* swr/rast: add SwrInit() to init backend/memory tablesTim Rowley2017-04-285-22/+26
* swr/rast: increment depth/stencil tile pointer in SIMD16 BETim Rowley2017-04-281-1/+1
* swr/rast: add SwrGetInterface() function to return apiTim Rowley2017-04-283-44/+151
* swr/rast: enable per-warp scratch space for CSTim Rowley2017-04-288-8/+33
* swr/rast: reduce simd{16}vertex stack for VS outputTim Rowley2017-04-282-16/+54
* swr/rast: remove default argument from SwrSync()Tim Rowley2017-04-281-1/+1
* swr/rast: remove unused variables in the SIMD16 FETim Rowley2017-04-283-14/+2
* swr/rast: move construction of const above gotoTim Rowley2017-04-281-2/+2
* swr/rast: name threads to aid debuggingTim Rowley2017-04-284-2/+126
* swr/rast: disable buffer overrun warning for Assemble()Tim Rowley2017-04-281-2/+4
* swr/rast: clean up clipper commentsTim Rowley2017-04-281-2/+2
* swr/rast: add SIMDAPI decorators in binner/clipperTim Rowley2017-04-282-6/+6
* swr/rast: add additional jit utility functionsTim Rowley2017-04-284-1/+76
* swr/rast: more flexible max attribute slotsTim Rowley2017-04-287-27/+30
* gallium: fold u_trim_pipe_prim call from st/mesa to driversMarek Olšák2017-04-201-0/+5
* swr: simd16 vs workTim Rowley2017-04-191-5/+25
* swr: Add polygon stipple supportGeorge Kyriazis2017-04-145-9/+84
* gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle2017-04-141-0/+1
* swr: Enable MSAA in OpenSWR software rendererBruce Cherniak2017-04-146-25/+313
* swr: Removed unnecessary PIPE_BIND flags from swr_is_format_supportedBruce Cherniak2017-04-141-2/+1
* swr: Align swr_context allocation to SIMD alignment.Bruce Cherniak2017-04-141-2/+5
* swr: add linux to scons buildGeorge Kyriazis2017-04-141-6/+1
* swr: [rasterizer core] Disable 8x2 tile backendTim Rowley2017-04-111-1/+1
* swr: [rasterizer common] Add _simd_testz_si aliasTim Rowley2017-04-111-0/+1
* swr: [rasterizer archrast] Fix archrast for MSVC 2017 compilerTim Rowley2017-04-115-6/+6
* swr: [rasterizer jitter] Remove unused functionTim Rowley2017-04-112-35/+0
* swr: [rasterizer jitter] Remove HAVE_LLVM tests supporting llvm < 3.8Tim Rowley2017-04-114-52/+0
* swr: [rasterizer common/core] Fix 32-bit windows buildTim Rowley2017-04-116-117/+123
* swr: [rasterizer core] Fix unused variable warningsTim Rowley2017-04-113-10/+1
* swr: [rasterizer core] Code formating changeTim Rowley2017-04-111-10/+10
* swr: [rasterizer core] SIMD16 Frontend WIP - PATim Rowley2017-04-111-22/+22
* swr: [rasterizer core] SIMD16 Frontend WIP - ClipperTim Rowley2017-04-115-124/+941
* swr: [rasterizer core] Multisample sample position setup changeTim Rowley2017-04-113-75/+92
* swr: [rasterizer core] Reduce templates to speed compileTim Rowley2017-04-113-10/+71
* swr: return true for PIPE_CAP_DOUBLESTim Rowley2017-04-111-0/+1
* swr: fix unused variable warningsTim Rowley2017-04-072-2/+0
* swr: [rasterizer core] SIMD16 Frontend WIPTim Rowley2017-04-054-75/+1299
* swr: [rasterizer core] Enable 8x2 backendTim Rowley2017-04-051-1/+1
* swr: [rasterizer codegen] remove copy of makoTim Rowley2017-04-0518-7201/+0
* swr: [rasterizer core/memory] Move intrinics to _simd functionsTim Rowley2017-04-055-117/+112
* swr: [rasterizer core] Programmable sample position supportTim Rowley2017-04-0512-596/+267
* swr: [configure.ac/scons] require c++14Tim Rowley2017-04-052-3/+3
* swr: [rasterizer core] Fix center sample patternTim Rowley2017-04-053-26/+26
* swr: [rasterizer core/memory] Fix missing avx512 storetileTim Rowley2017-04-053-23/+14
* swr: [rasterizer core] SIMD16 Frontend WIPTim Rowley2017-04-052-37/+14
* gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle2017-04-051-0/+1
* swr: automake: add gen_common.py to the tarballEmil Velikov2017-04-051-0/+1