aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/va: use proper temp pipe_video_buffer templateJulien Isorce2016-06-131-4/+4
* st/va: it is valid to release the VABuffer of an exported resourceJulien Isorce2016-06-131-7/+1
* nv50: reinstate dedicated constbuf push pathIlia Mirkin2016-06-115-29/+50
* nv50: enable indirect addressing of fragment shader inputsIlia Mirkin2016-06-112-1/+2
* llvmpipe: turn on pipe cap for GL_ARB_copy_image supportBrian Paul2016-06-101-1/+2
* llvmpipe: don't use 3-component formats, except 32-bit x 3 formatsBrian Paul2016-06-101-11/+12
* softpipe: turn on pipe cap for GL_ARB_copy_image supportBrian Paul2016-06-101-1/+2
* softpipe: don't use 3-component formatsBrian Paul2016-06-101-0/+18
* util: update util_resource_copy_region() for GL_ARB_copy_imageBrian Paul2016-06-101-20/+95
* gallium: Fix region overlap conditions for rectangles with a shared edgeAnuj Phogat2016-06-101-4/+4
* gallivm: more 64-bit integer prep work.Dave Airlie2016-06-111-8/+8
* radeonsi: convert to 64-bitness checks instead of doubles.Dave Airlie2016-06-113-31/+33
* gallivm: make non-float return code bitcast consistent.Dave Airlie2016-06-111-12/+6
* gallium/gallivm: use 64-bit test instead of doubles.Dave Airlie2016-06-111-37/+36
* gallium/tgsi: add 64-bitness type check function.Dave Airlie2016-06-111-0/+7
* vl/dri3: support receiving new pixmap for front bufferLeo Liu2016-06-101-1/+6
* vl/dri3: get Makefile properlyLeo Liu2016-06-103-5/+10
* gallivm: Never emit llvm.fmuladd on LLVM 3.3.Jose Fonseca2016-06-102-1/+7
* gallivm: Use llvm.fmuladd.*.Jose Fonseca2016-06-107-68/+98
* util,gallivm: Explicitly enable/disable fma attribute.Jose Fonseca2016-06-104-0/+13
* radeonsi: Reinitialize all descriptors in CE preamble.Bas Nieuwenhuizen2016-06-103-3/+15
* swr: implement clipPlanes/clipVertex/clipDistance/cullDistanceTim Rowley2016-06-095-2/+94
* st/vdpau: implement luma keyingNayan Deshmukh2016-06-092-12/+39
* vl: Apply luma key filter before CSC conversionNayan Deshmukh2016-06-097-20/+42
* virgl: fix checking fencesMarc-André Lureau2016-06-092-2/+2
* radeonsi: improve the computation and comment of scratch_wavesMarek Olšák2016-06-081-4/+18
* radeonsi: print the number of spilled VGPRsMarek Olšák2016-06-081-3/+6
* gallium/radeon: remove dead code creating LLVMTargetMachineMarek Olšák2016-06-083-27/+1
* radeonsi: don't enable scratch just for SGPR spillsMarek Olšák2016-06-081-2/+17
* Revert "radeonsi: allow direct hw MSAA resolve for scanout surfaces"Marek Olšák2016-06-081-0/+1
* radeonsi: re-enable PBO ReadPixels accelerationMarek Olšák2016-06-081-3/+6
* radeonsi: allow MSAA resolving into a texture that has DCC enabledMarek Olšák2016-06-082-4/+23
* gallium/radeon: move DCC clearing into a separate functionMarek Olšák2016-06-082-5/+19
* radeonsi: allow direct hw MSAA resolve for scanout surfacesMarek Olšák2016-06-081-1/+0
* radeonsi: don't allocate DCC for the temporary MSAA resolve surfaceMarek Olšák2016-06-083-2/+5
* radeonsi: don't enable DCC in the sampler if first_level doesn't have itMarek Olšák2016-06-083-7/+21
* winsys/amdgpu: enable DCC for mipmapped texturesMarek Olšák2016-06-083-9/+31
* gallium/radeon: don't disable DCC because of SDMAMarek Olšák2016-06-081-20/+3
* radeonsi: don't flag renderbuffer feedback loop if DCC has just been disabledMarek Olšák2016-06-081-2/+4
* radeonsi: add per-level dcc_enabled flagsMarek Olšák2016-06-086-11/+24
* radeonsi: compute DCC register parameters in si_emit_framebuffer_stateMarek Olšák2016-06-084-14/+12
* gallium/radeon: add an assertion checking the validity of PIPE_BIND_SCANOUTMarek Olšák2016-06-081-3/+10
* gallium/radeon: don't allocate DCC for non-renderable texture formatsMarek Olšák2016-06-083-0/+7
* radeonsi: enable WQM in PS prolog when neededNicolai Hähnle2016-06-072-0/+10
* tgsi/scan: add uses_derivatives (v2)Nicolai Hähnle2016-06-072-0/+31
* swr: fix provoking vertexTim Rowley2016-06-077-12/+77
* gk104/ir: fix conditions for adding a texbarIlia Mirkin2016-06-071-4/+6
* radeonsi: keep track of dirty descriptor setsNicolai Hähnle2016-06-072-4/+36
* radeonsi: move si_descriptors into a per-context arrayNicolai Hähnle2016-06-073-83/+166
* radeonsi: pass shader stage to si_disable_shader_imageNicolai Hähnle2016-06-071-4/+8