aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* r600: initialised PGM_RESOURCES_2 for ES/GSDave Airlie2015-11-122-0/+6
* r600g: Pass conservative depth parameters to hwGlenn Kennard2015-11-117-1/+53
* Revert "r600g: Pass conservative depth parameters to hw"Dave Airlie2015-11-116-46/+0
* r600g: Implement ARB_texture_viewGlenn Kennard2015-11-112-7/+18
* r600g: Pass conservative depth parameters to hwGlenn Kennard2015-11-116-0/+46
* vc4: Avoid loading undefined (newly-allocated) FBO contents.Eric Anholt2015-11-091-0/+17
* vc4: Return NULL when we can't make our shadow for a sampler view.Eric Anholt2015-11-091-0/+4
* vc4: Return GL_OUT_OF_MEMORY when buffer allocation fails.Eric Anholt2015-11-092-19/+32
* vc4: Add CL dumping for GL_ARRAY_PRIMITIVE.Eric Anholt2015-11-091-1/+16
* vc4: Fix a compiler warning.Eric Anholt2015-11-091-1/+1
* nvc0: enable compute support on FermiSamuel Pitoiset2015-11-081-2/+2
* nv50/ir: fix emission of s[] args in certain situationsIlia Mirkin2015-11-071-2/+2
* nv50/ir: only take abs value when computing high resultIlia Mirkin2015-11-071-1/+1
* nouveau: avoid queueing too much work onto a single fenceIlia Mirkin2015-11-072-26/+43
* llvmpipe: disable front updates for nowDave Airlie2015-11-081-1/+1
* radeonsi: add register definitions for StoneyMarek Olšák2015-11-071-0/+322
* radeonsi: add workarounds for CP DMA to stay on the fast pathMarek Olšák2015-11-071-5/+88
* radeonsi: unify CP DMA preparation logicMarek Olšák2015-11-071-37/+34
* radeonsi: unify CP DMA code determining various flagsMarek Olšák2015-11-071-28/+23
* radeonsi: only enable write confirmation on the last CP DMA packetMarek Olšák2015-11-071-2/+4
* nv50/ir: allow emission of immediates in imul/imad opsIlia Mirkin2015-11-071-2/+8
* nv50/ir: properly set the type of the constant folding resultIlia Mirkin2015-11-061-4/+4
* nv50/ir: add support for const-folding OP_CVT with F64 source/destIlia Mirkin2015-11-063-0/+45
* nv50/ir: add fp64 opcode emission support for G200 (NVA0)Ilia Mirkin2015-11-061-10/+84
* nv50/ir: Add support for 64bit immediates to checkSwapSrc01Hans de Goede2015-11-061-5/+6
* nvc0/ir: Teach insnCanLoad about double immediatesHans de Goede2015-11-061-6/+19
* nv50/ir: Add support for merge-s to the ConstantFolding passHans de Goede2015-11-061-0/+15
* nv50/ir: disallow 64-bit immediates on nv50 targetsIlia Mirkin2015-11-061-1/+1
* nv50/ir: allow movs with TYPE_F64 destinations to be splitIlia Mirkin2015-11-061-0/+6
* gm107/ir: Add support for double immediatesHans de Goede2015-11-061-1/+4
* nvc0/ir: Add support for double immediatesHans de Goede2015-11-061-0/+8
* radeon/uvd: fix VC-1 simple/main profile decode v2Boyuan Zhang2015-11-062-2/+7
* freedreno/a4xx: fix blend colorRob Clark2015-11-061-5/+9
* freedreno: update generated headersRob Clark2015-11-066-43/+54
* freedreno: add a305 supportGuillaume Charifi2015-11-061-0/+1
* freedreno/ir3: Use nir_foreach_variableBoyan Ding2015-11-061-3/+3
* nvc0: reintroduce BGRA4 format supportIlia Mirkin2015-11-062-3/+1
* llvmpipe: disable texture cacheRoland Scheidegger2015-11-051-1/+1
* nouveau: send back a debug message when waiting for a fence to completeIlia Mirkin2015-11-0510-16/+30
* nv50,nvc0: provide debug messages with shader compilation statsIlia Mirkin2015-11-0511-9/+28
* nouveau: add support for sending debug messages via KHR_debugIlia Mirkin2015-11-055-0/+26
* nouveau: relax fence emit space assertIlia Mirkin2015-11-043-3/+3
* vc4: When the create ioctl fails, free our cache and try again.Eric Anholt2015-11-041-5/+24
* vc4: Print the rounded shader size in debug output.Eric Anholt2015-11-041-1/+1
* vc4: Fix dumping the size of BOs allocated/cached.Eric Anholt2015-11-041-2/+2
* svga: implement 'white_fragments' option for VGPU10 fragment shadersBrian Paul2015-11-041-5/+30
* svga: use new enum indices_mode typeBrian Paul2015-11-042-2/+4
* llvmpipe: add cache for compressed texturesRoland Scheidegger2015-11-047-10/+109
* llvmpipe: use simple coeffs calc for 128bit vectorsOded Gabbay2015-11-041-1/+6
* gallium/radeon: allow returning SDMA fences from pipe->flushMarek Olšák2015-11-041-8/+56