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