aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a3xx: disable filtering for texture buffers and int texturesIlia Mirkin2016-09-111-0/+2
* st/clover: Define __OPENCL_VERSION__ on the device sideNiels Ole Salscheider2016-09-101-0/+3
* gm107/ir: allow indirect inputs to be loaded by frag shaderIlia Mirkin2016-09-102-5/+21
* gm107/ir: AL2P writes to a predicate registerIlia Mirkin2016-09-101-0/+1
* radeonsi: flush TC L2 before using a compute indirect bufferMarek Olšák2016-09-091-2/+10
* radeonsi: fix the VGT performance tweak for small instancesMarek Olšák2016-09-091-5/+6
* radeonsi: remove the cache_flush atomMarek Olšák2016-09-097-12/+9
* winsys/amdgpu: replace OUT_CS with radeon_emitMarek Olšák2016-09-091-14/+12
* winsys/radeon: replace OUT_CS with radeon_emitMarek Olšák2016-09-091-7/+5
* r300g: Set R300_VAP_CNTL on RSxxx to avoid triangle flickeringMax Staudt2016-09-091-1/+9
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-0827-88/+18
* radeonsi: unify si_set_optimal_micro_tile_mode call sitesMarek Olšák2016-09-081-8/+4
* radeonsi: fix texture reinterpretation after DCC fast clearMarek Olšák2016-09-081-12/+20
* radeonsi: enable DCC fast clear for 128-bit formatsMarek Olšák2016-09-081-13/+32
* radeonsi: clamp integer clear color values for DCC fast clearMarek Olšák2016-09-081-4/+12
* Revert "radeonsi: enable SDMA on CIK"Marek Olšák2016-09-081-0/+4
* swr: fixes for format mapping and texture sizingTim Rowley2016-09-081-2/+16
* gbm: wire up fence extensionRob Clark2016-09-071-0/+1
* freedreno: reject imports with bogus pitchRob Clark2016-09-073-8/+7
* radeonsi: skip redundant INDEX_TYPE writesMarek Olšák2016-09-073-20/+32
* radeonsi: add more unlikely() uses into si_draw_vboMarek Olšák2016-09-071-5/+5
* radeonsi: skip draws with instance_count == 0Marek Olšák2016-09-071-3/+13
* gallium/radeon/winsyses: fix counting mapped memoryMarek Olšák2016-09-072-0/+16
* st/omx/dec: enable hevc omx decode supportLeo Liu2016-09-062-1/+25
* st/omx/dec/h265: get the reference list for uvdLeo Liu2016-09-061-0/+39
* st/omx/dec/h265: add short term reference picture setsLeo Liu2016-09-061-4/+110
* st/omx/dec/h265: add slice headerLeo Liu2016-09-062-2/+216
* st/omx/dec/h265: add picture parameter setsLeo Liu2016-09-061-0/+98
* st/omx/dec/h265: add sequence parameter setsLeo Liu2016-09-062-0/+297
* st/omx/dec: add initial omx hevc supportLeo Liu2016-09-063-0/+160
* st/omx/dec: set dst rect to match src sizeLeo Liu2016-09-061-2/+11
* gallium: switch drivers to the slab allocator in src/utilMarek Olšák2016-09-0630-353/+82
* amd/addrlib: move addrlib from amdgpu winsys to common codeDave Airlie2016-09-0623-21944/+3
* gallium/util: move endian detect into a separate fileDave Airlie2016-09-061-38/+2
* radeon: move radeon_family/chip_class defintions to commonDave Airlie2016-09-061-84/+2
* radeonsi: move sid.h/r600d_common.h to a common place.Dave Airlie2016-09-069-9318/+10
* gallium/radeon: remove VPORT_ZMIN/ZMAX from init config statesMarek Olšák2016-09-053-25/+1
* gallium/radeon: set VPORT_ZMIN/MAX registers correctlyMarek Olšák2016-09-0512-13/+82
* gallium/radeon: unify viewport emission codeMarek Olšák2016-09-051-14/+16
* radeonsi: also do VS_PARTIAL_FLUSH before updating VGT ring pointersMarek Olšák2016-09-051-0/+6
* radeonsi: fix variable naming in si_emit_cache_flushMarek Olšák2016-09-051-31/+31
* radeonsi: don't emit CS_PARTIAL_FLUSH if compute is not usedMarek Olšák2016-09-053-1/+5
* radeonsi: add HUD queries for counting VS/PS/CS partial flushesMarek Olšák2016-09-054-0/+35
* gallium/radeon: rename the num-cs-flushes query to num-ctx-flushesMarek Olšák2016-09-052-5/+5
* radeonsi: fix a badly implemented GS bug workaroundMarek Olšák2016-09-051-8/+13
* radeonsi: fix texture format reinterpretation with DCCMarek Olšák2016-09-055-1/+116
* radeonsi: fix Gather4 with integer formatsMarek Olšák2016-09-051-3/+96
* radeonsi: fix a crash in imageSize for cubemap arraysMarek Olšák2016-09-051-3/+1
* radeonsi: fix gl_PatchVerticesIn for tessellation evaluation shaderMarek Olšák2016-09-051-1/+6
* radeonsi: fix cubemaps viewed as 2DMarek Olšák2016-09-051-0/+4