summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: use simple coeffs calc for 128bit vectorsOded Gabbay2015-11-181-1/+6
* vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.Eric Anholt2015-11-185-0/+26
* radeonsi: enable optimal raster config setting for fiji (v2)Alex Deucher2015-11-181-3/+9
* nouveau: don't expose HEVC decoding supportIlia Mirkin2015-11-181-0/+1
* radeonsi: initialize SX_PS_DOWNCONVERT to 0 on StoneyMarek Olšák2015-11-181-0/+3
* r600: initialised PGM_RESOURCES_2 for ES/GSDave Airlie2015-11-182-0/+6
* vc4: Return NULL when we can't make our shadow for a sampler view.Eric Anholt2015-11-181-0/+4
* vc4: Return GL_OUT_OF_MEMORY when buffer allocation fails.Eric Anholt2015-11-182-19/+32
* winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3Michel Dänzer2015-11-181-11/+19
* radeon/uvd: fix VC-1 simple/main profile decode v2Boyuan Zhang2015-11-182-2/+7
* st/vaapi: fix vaapi VC-1 simple/main corruption v2Boyuan Zhang2015-11-181-0/+2
* radeonsi: add register definitions for StoneyMarek Olšák2015-11-111-0/+322
* st/va: add more errors checks in vlVaBufferSetNumElements and vlVaMapBufferJulien Isorce2015-11-071-0/+6
* st/va: do not destroy old buffer when new one failedJulien Isorce2015-11-071-6/+13
* nvc0: fix crash when nv50_miptree_from_handle failsJulien Isorce2015-11-071-1/+2
* st/va: pass picture desc to begin and decodeJulien Isorce2015-11-071-2/+2
* nouveau: relax fence emit space assertIlia Mirkin2015-11-073-3/+3
* vc4: When the create ioctl fails, free our cache and try again.Eric Anholt2015-11-071-5/+24
* r600g: Fix special negative immediate constants when using ABS modifier.Ivan Kalvachev2015-11-053-6/+6
* radeonsi: add support for Stoney asics (v3)Samuel Li2015-11-055-3/+19
* nvc0: respect edgeflag attribute widthIlia Mirkin2015-11-051-7/+33
* gallivm: disable f16c when not using AVXRoland Scheidegger2015-11-051-0/+3
* gallivm: Explicitly disable unsupported CPU features.Jose Fonseca2015-11-051-38/+34
* radeon/uvd: don't expose HEVC on old UVD hw (v3)Alex Deucher2015-11-051-32/+18
* gallivm: Translate all util_cpu_caps bits to LLVM attributes.Jose Fonseca2015-11-051-2/+34
* osmesa: Expose GL entry points for Windows build via DEF file.Nigel Stewart2015-11-052-0/+674
* gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák2015-10-2115-1/+42
* st/omx/dec/h264: fix field picture type 0 poc disorderLeo Liu2015-10-211-4/+8
* st/va: Used correct parameter to derive the value of the "h" variable in vlVa...Indrajit Das2015-10-211-1/+1
* radeonsi: fix a GS copy shader leakMarek Olšák2015-10-211-1/+3
* freedreno/a3xx: cache-flush is needed after MEM_WRITERob Clark2015-10-213-5/+14
* nv30: include the header of ffs prototypeChih-Wei Huang2015-10-211-0/+1
* nv50/ir: use C++11 standard std::unordered_map if possibleChih-Wei Huang2015-10-211-3/+17
* u_vbuf: fix vb slot assignment for translated buffersNicolai Hähnle2015-10-211-0/+1
* nouveau: make sure there's always room to emit a fenceIlia Mirkin2015-10-218-41/+32
* Revert "nouveau: make sure there's always room to emit a fence"Emil Velikov2015-10-104-8/+2
* st/dri: Use packed RGB formatsMichel Dänzer2015-10-072-17/+17
* nouveau: make sure there's always room to emit a fenceIlia Mirkin2015-10-074-2/+8
* nv30: always go through translate module on big-endianIlia Mirkin2015-10-071-0/+4
* nv30: pretend to have packed texture/surface formatsIlia Mirkin2015-10-071-12/+12
* st/dri: don't use _ctx in client_wait_syncMarek Olšák2015-10-071-2/+5
* radeon/llvm: Initialize gallivm targets when initializing the AMDGPU target v2Tom Stellard2015-10-071-0/+2
* gallivm: Allow drivers and state trackers to initialize gallivm LLVM targets v2Tom Stellard2015-10-073-8/+34
* gallium/radeon: Use call_once() when initailizing LLVM targetsTom Stellard2015-10-071-13/+12
* nouveau: wait to unref the transfer's bo until it's no longer usedIlia Mirkin2015-10-071-2/+3
* nouveau: delay deleting buffer with unflushed fenceIlia Mirkin2015-10-072-2/+10
* nouveau: be more careful about freeing temporary transfer buffersIlia Mirkin2015-10-075-4/+30
* radeonsi: add scratch buffer to the buffer list when it's re-allocatedMarek Olšák2015-10-071-0/+1
* radeon/vce: fix vui time_scale zero errorLeo Liu2015-10-071-0/+3
* gallium/u_blitter: handle allocation failuresMarek Olšák2015-10-071-0/+6