aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* svga: replace binary HAVE_LLVM checks with LLVM_AVAILABLEEric Engestrom2019-09-061-1/+1
* r600: replace binary HAVE_LLVM checks with LLVM_AVAILABLEEric Engestrom2019-09-061-6/+2
* anv,iris: L3ALLOC register replaces L3CNTLREG for gen12Jordan Justen2019-09-061-2/+13
* intel: Stop redirecting state cache to command streamer cache sectionKenneth Graunke2019-09-061-6/+0
* iris: Invalidate state/texture/constant caches after STATE_BASE_ADDRESSKenneth Graunke2019-09-061-4/+55
* freedreno/a6xx: Implement primitive count queries on GPUKristian H. Kristensen2019-09-0613-18/+123
* freedreno/a6xx: Let the GPU track streamout offsetsKristian H. Kristensen2019-09-064-19/+36
* llvmpipe: fix CALLOC vs. free mismatchesRoland Scheidegger2019-09-062-4/+5
* panfrost/ci: Increase timeoutsTomeu Vizoso2019-09-061-2/+2
* panfrost/ci: Use special runner for LAVA jobsTomeu Vizoso2019-09-061-9/+1
* panfrost/ci: Re-add support for armhfTomeu Vizoso2019-09-064-28/+39
* radeon: Fix mjpeg issue for ARCTURUSZhu, James2019-09-061-0/+1
* radeon/vcn: add RENOIR VCN decode supportLeo Liu2019-09-061-4/+4
* radeonsi: Release storage for smda_uploads when the context is destroyedGert Wollny2019-09-061-0/+1
* lima/ppir: don't lower phis to scalarVasily Khoruzhick2019-09-051-1/+0
* freedreno/a2xx: formats updateJonathan Marek2019-09-064-247/+103
* freedreno/a2xx: fix depth gmem restoreJonathan Marek2019-09-061-15/+12
* freedreno/a2xx: implement polygon offsetJonathan Marek2019-09-061-0/+12
* freedreno/a2xx: fix SRC_ALPHA_SATURATE for alpha blend functionJonathan Marek2019-09-061-1/+6
* freedreno/a2xx: ir2: update register state in scalar insertJonathan Marek2019-09-061-0/+6
* freedreno/a2xx: ir2: fix incorrect instruction reorderingJonathan Marek2019-09-061-0/+16
* freedreno/a2xx: ir2: check opcode on the right instruction in export cpJonathan Marek2019-09-061-1/+1
* freedreno/a2xx: ir2: fix saturate in cpJonathan Marek2019-09-061-0/+4
* freedreno/a2xx: ir2: set lower_fdphJonathan Marek2019-09-061-0/+1
* freedreno/a2xx: ir2: remove pointcoord y invertJonathan Marek2019-09-061-4/+2
* freedreno/a2xx: ir2: fix lowering of instructions after float loweringJonathan Marek2019-09-061-3/+2
* lima/ppir: don't lower vector {b,f}csel to scalar if condition is scalarVasily Khoruzhick2019-09-061-5/+21
* nir: allow specifying filter callback in lower_alu_to_scalarVasily Khoruzhick2019-09-066-50/+86
* lima/ppir: improve regalloc spill cost calculationErico Nunes2019-09-051-5/+49
* lima/ppir: optimizations in regalloc spilling codeErico Nunes2019-09-051-90/+88
* lima/ppir: mark regalloc created ssa unspillableErico Nunes2019-09-051-0/+1
* radeonsi/nir: Don't lower constant arrays to uniformsConnor Abbott2019-09-051-0/+5
* ac/nir: Enable nir_opt_large_constantsConnor Abbott2019-09-051-0/+7
* radv/radeonsi: Don't count read-only data when reporting code sizeConnor Abbott2019-09-051-1/+1
* llvmpipe: enable compute shaders if LLVM has coroutinesDave Airlie2019-09-041-1/+1
* llvmpipe: add local memory allocation pathDave Airlie2019-09-042-0/+12
* llvmpipe: add compute shader parameter fetching supportDave Airlie2019-09-041-0/+54
* llvmpipe: add compute shader images supportDave Airlie2019-09-044-1/+111
* llvmpipe: add ssbo support to compute shadersDave Airlie2019-09-044-0/+61
* llvmpipe: add compute sampler + sampler view support.Dave Airlie2019-09-044-4/+292
* llvmpipe: add support for compute constant buffers.Dave Airlie2019-09-044-2/+72
* llvmpipe: add compute pipeline statistics support.Dave Airlie2019-09-042-1/+3
* llvmpipe: add grid launchDave Airlie2019-09-041-0/+76
* llvmpipe: add compute shader generation.Dave Airlie2019-09-042-0/+337
* llvmpipe: introduce variant building infrastrucutre.Dave Airlie2019-09-041-1/+185
* llvmpipe: introduce new state dirty tracking for compute.Dave Airlie2019-09-043-1/+3
* llvmpipe: add initial shader create/bind/destroy variants framework.Dave Airlie2019-09-044-0/+118
* llvmpipe: add compute debug optionDave Airlie2019-09-042-0/+2
* gallivm: add compute jit interface.Dave Airlie2019-09-043-1/+196
* llvmpipe: add initial compute state structsDave Airlie2019-09-043-0/+40