summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeon/uvd: fix VC-1 simple/main profile decode v2Boyuan Zhang2015-11-182-2/+7
* radeonsi: add register definitions for StoneyMarek Olšák2015-11-111-0/+322
* nvc0: fix crash when nv50_miptree_from_handle failsJulien Isorce2015-11-071-1/+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-053-0/+8
* nvc0: respect edgeflag attribute widthIlia Mirkin2015-11-051-7/+33
* radeon/uvd: don't expose HEVC on old UVD hw (v3)Alex Deucher2015-11-051-32/+18
* gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák2015-10-2111-0/+32
* 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
* 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
* 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
* radeon/llvm: Initialize gallivm targets when initializing the AMDGPU target v2Tom Stellard2015-10-071-0/+2
* 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
* radeonsi: handle dummy constant buffer allocation failureMarek Olšák2015-10-071-0/+2
* radeonsi: don't forget to update scratch relocations for LS, HS, ES shadersMarek Olšák2015-10-071-2/+6
* radeonsi: skip drawing if updating the scratch buffer failsMarek Olšák2015-10-071-14/+49
* radeonsi: skip drawing if PS fails to compile or uploadMarek Olšák2015-10-071-12/+3
* radeonsi: skip drawing if VS, TCS, TES, GS fail to compile or uploadMarek Olšák2015-10-071-7/+23
* radeonsi: handle fixed-func TCS shader create failureMarek Olšák2015-10-071-2/+5
* radeonsi: handle shader precompile failuresMarek Olšák2015-10-071-1/+6
* radeonsi: skip drawing if GS ring allocations failMarek Olšák2015-10-071-1/+16
* radeonsi: skip drawing if the tess factor ring allocation failsMarek Olšák2015-10-073-5/+18
* radeonsi: add malloc fail paths to si_create_shader_stateMarek Olšák2015-10-071-0/+8
* radeonsi: report alloc failure from si_shader_binary_readMarek Olšák2015-10-071-1/+4
* gallium/radeon: add a fail path for depth MSAA texture readbackMarek Olšák2015-10-071-0/+5
* gallium/radeon: handle buffer alloc failures in r600_draw_rectangleMarek Olšák2015-10-071-0/+3
* gallium/radeon: handle buffer_map staging buffer failures betterMarek Olšák2015-10-071-4/+3
* radeonsi: handle constant buffer alloc failuresMarek Olšák2015-10-071-1/+7
* radeonsi: handle index buffer alloc failuresMarek Olšák2015-10-071-0/+6
* radeonsi: load fmask ptr relative to the resources arrayIlia Mirkin2015-09-231-1/+1
* nv50,nvc0: flush texture cache in presence of coherent bufsIlia Mirkin2015-09-232-0/+39