summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer
Commit message (Expand)AuthorAgeFilesLines
* 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-283-2/+125
* 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
* 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: [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-0517-7184/+0
* swr: [rasterizer core/memory] Move intrinics to _simd functionsTim Rowley2017-04-055-117/+112
* swr: [rasterizer core] Programmable sample position supportTim Rowley2017-04-0511-594/+267
* 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
* swr: [rasterizer jitter] fix llvm-5.0.0 build bustageTim Rowley2017-03-281-4/+3
* swr: [rasterizer core] Disable inline function expansionTim Rowley2017-03-281-0/+12
* swr: [rasterizer common] Use C++ thread_local keywordTim Rowley2017-03-281-2/+2
* swr: [rasterizer core] SIMD16 Frontend WIPTim Rowley2017-03-288-81/+371
* swr: [rasterizer core] Don't bind single-threaded contextsTim Rowley2017-03-281-1/+1
* swr: [rasterizer core] Enable SIMD16Tim Rowley2017-03-283-8/+20
* swr: [rasterizer jitter] Clean up EngineBuilder constructionTim Rowley2017-03-281-7/+5
* swr: [rasterizer codegen] add cmdline to archrast gen filesTim Rowley2017-03-285-2/+18
* swr: [rasterizer core] SIMD16 Frontend WIPTim Rowley2017-03-282-22/+136
* swr: [rasterizer codegen] Refactor codegenTim Rowley2017-03-286-147/+206
* swr: [rasterizer jitter] fix llvm >= 5.0 build breakTim Rowley2017-03-223-3/+3
* swr: [rasterizer] Cleanup naming of codegen filesTim Rowley2017-03-2020-86/+93
* swr: [rasterizer codegen] Remove BOM from knob_defs.pyTim Rowley2017-03-201-1/+1
* swr: [rasterizer codegen] Rewrite gen_llvm_types.py to use makoTim Rowley2017-03-202-113/+165
* swr: [rasterizer codegen] Fix generation of knobsTim Rowley2017-03-206-1/+16
* swr: [rasterizer codegen] Change backend template comment styleTim Rowley2017-03-201-29/+29
* swr: [rasterizer codegen] Rewrite gen_llvm_ir_macros.py to use makoTim Rowley2017-03-203-281/+181
* swr: [rasterizer codegen] Quiet gen_backends.py executionTim Rowley2017-03-201-3/+3