aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* util: update some assertions in util_resource_copy_region()Brian Paul2016-06-131-4/+8
* nvc0/ir: clamp the UBO index for compute on KeplerSamuel Pitoiset2016-06-131-1/+9
* radeonsi: enable scratch coalescingMarek Olšák2016-06-131-2/+10
* st/va: hardlink driver instances to gallium_drv_video.soJimmy Berry2016-06-131-0/+14
* vl: Fix trivial sign compare warningsJan Vesely2016-06-137-18/+15
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-1320-26/+12
* gallium: remove st_api::get_proc_address hookEmil Velikov2016-06-131-12/+0
* swr: automake: add missing -I flagEmil Velikov2016-06-131-0/+1
* swr: Add missing headers for package inclusionChuck Atkins2016-06-131-1/+9
* gallivm: Fix trivial sign warningsJan Vesely2016-06-138-21/+22
* 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