aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: add missing zero-init for resource templatesRob Clark2016-10-0710-0/+17
* freedreno: don't try to shadow layered texturesRob Clark2016-10-071-0/+3
* freedreno/a3xx+a4xx: fix clip-plane lowering stateRob Clark2016-10-072-0/+6
* vc4: Don't worry about partial Z/S clear if the other is already cleared.Eric Anholt2016-10-061-3/+7
* vc4: Try to fix the HW-2116 workaround.Eric Anholt2016-10-061-9/+10
* vc4: Drop dead argument from vc4_start_draw().Eric Anholt2016-10-061-3/+3
* vc4: Fix fallback to quad clears of depth in GLX.Eric Anholt2016-10-064-25/+64
* vc4: Add the format name in miptree_debug.Eric Anholt2016-10-061-2/+4
* vc4: Fix perf debug formatting on partial Z/S clear.Eric Anholt2016-10-061-1/+1
* vc4: Drop destination register when it's unused.Eric Anholt2016-10-061-1/+22
* vc4: Fix live intervals analysis for screening defs in if statements.Eric Anholt2016-10-063-5/+20
* vc4: Fix simulator when more than one vc4_screen is opened.Eric Anholt2016-10-063-3/+39
* vc4: Fix assertion fails from trying to cast non-ALU instrs to ALU.Eric Anholt2016-10-061-0/+2
* nv50/ir: fix wrong check when optimizing MAD to SHLADDSamuel Pitoiset2016-10-071-1/+1
* nvc0: dump program binary only when NV50_PROG_DEBUG is setSamuel Pitoiset2016-10-071-1/+1
* nvc0: expose ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-071-2/+6
* nv50/ir: set number of threads/block for variable local sizeSamuel Pitoiset2016-10-071-0/+2
* gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCKSamuel Pitoiset2016-10-077-1/+15
* nv50/ir: optimize sub(a, 0) to aKarol Herbst2016-10-061-0/+3
* nir: Make nir_foo_first/last_cf_node return a block insteadJason Ekstrand2016-10-062-11/+6
* gallium/hud: Remove superfluous debugSteven Toth2016-10-064-52/+0
* svga: add svga_mksstats.h to the sources listEmil Velikov2016-10-061-0/+1
* st/xvmc/tests: force enable assertionsEmil Velikov2016-10-061-0/+2
* nvc0: dump program binary when chipset has been forcedSamuel Pitoiset2016-10-051-0/+5
* radeonsi: fix texture border colors for compute shadersMarek Olšák2016-10-051-0/+12
* gallium/radeon/winsyses: set reasonable max_alloc_sizeMarek Olšák2016-10-052-3/+5
* radeonsi: fix interpolateAt opcodes for .zw componentsMarek Olšák2016-10-051-1/+1
* radeonsi: add assertions to validate interpolation flagsMarek Olšák2016-10-051-0/+34
* radeonsi: interpolate colors after interpolation weight shufflingMarek Olšák2016-10-051-48/+48
* tgsi/scan: don't set interp flags for inputs only used by INTERP (v2)Marek Olšák2016-10-051-48/+57
* ddebug: dump most driver information with GALLIUM_DDEBUG=alwaysMarek Olšák2016-10-051-1/+5
* nv50/ra: let simplify return an error and handle thatKarol Herbst2016-10-051-5/+7
* virgl: Fix build regression of commit 8a943564Nicolai Hähnle2016-10-051-1/+1
* gallium/radeon: implement set_device_reset_callbackNicolai Hähnle2016-10-054-0/+40
* ddebug: add pass-through of set_device_reset_callbackNicolai Hähnle2016-10-051-0/+10
* gallium: add pipe_context::set_device_reset_callbackNicolai Hähnle2016-10-053-0/+42
* virgl: use the new parent/child pools for transfersNicolai Hähnle2016-10-056-8/+14
* vc4: use the new parent/child pools for transfersNicolai Hähnle2016-10-055-6/+11
* freedreno: use the new parent/child pools for transfersNicolai Hähnle2016-10-055-6/+12
* r300: use the new parent/child pools for transfers (v2)Nicolai Hähnle2016-10-055-7/+11
* gallium/radeon: use the new parent/child pools for transfersNicolai Hähnle2016-10-053-6/+11
* gallivm: Use AVX2 gather instrinsics.Jose Fonseca2016-10-041-0/+95
* gallivm: Use 8 wide AoS sampling on AVX2.Roland Scheidegger2016-10-041-5/+6
* gallivm: Basic AVX2 support.José Fonseca2016-10-044-28/+98
* st/omx/dec/h265: add scaling list dataLeo Liu2016-10-041-5/+97
* st/omx/dec/h265: fix the skip for before and after listLeo Liu2016-10-041-3/+4
* st/omx/dec/h265: set the default reference picture set for referenceLeo Liu2016-10-041-2/+4
* st/omx/dec/h265: decoder size should follow from spsLeo Liu2016-10-042-7/+8
* st/omx/dec/h265: increase dpb max size to 32Leo Liu2016-10-041-1/+1
* radeonsi: optionally run the LLVM IR verifier passNicolai Hähnle2016-10-045-9/+38