aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Allocate more space for ATI1Patrick Rudolph2016-10-102-6/+17
* st/nine: Add missing breakPatrick Rudolph2016-10-101-0/+1
* st/nine: Implement relative addressing for ps inputsAxel Davy2016-10-101-3/+27
* st/nine: Wait for pending tasks to execute in swapchainAxel Davy2016-10-101-0/+4
* st/nine: Use fixed size arrays for swapchain buffersAxel Davy2016-10-102-40/+11
* st/nine: Fix buffer count check for Ex devicesPatrick Rudolph2016-10-101-5/+4
* st/nine: Disable seamless cubemap for d3dAxel Davy2016-10-102-2/+2
* st/nine: Fix some check flagsAxel Davy2016-10-101-11/+12
* st/nine: Unify some check flagsAxel Davy2016-10-102-4/+12
* gallium/util: Really allow aliasing of dst for u_box_union_*Axel Davy2016-10-101-11/+20
* softpipe: Cap to 2 GB on 32 bitsAxel Davy2016-10-101-0/+6
* llvmpipe: Cap to 2 GB on 32 bitsAxel Davy2016-10-101-0/+6
* gallium/os: Fix overflow on 32 bitsAxel Davy2016-10-101-4/+10
* st/nine: Memset pipe_resource templatesAxel Davy2016-10-102-0/+8
* nvc0: fix valid range for shader buffersSamuel Pitoiset2016-10-103-0/+3
* nvc0/ir: fix overwriting of value backing non-constant gather offsetIlia Mirkin2016-10-101-2/+2
* nv50/ir: only stick one preret per functionIlia Mirkin2016-10-101-4/+7
* radeonsi: make more use of si_have_tgsi_computeNicolai Hähnle2016-10-101-3/+1
* gallium/radeon: assign a name to LLVM output variables in debug buildsNicolai Hähnle2016-10-101-1/+6
* gallium/radeon: avoid redundant work with overlapping in/out arraysNicolai Hähnle2016-10-101-1/+4
* radeonsi: support ARB_compute_variable_group_sizeNicolai Hähnle2016-10-105-17/+53
* 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