summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nir: Report progress from nir_lower_phis_to_scalar.Kenneth Graunke2016-09-142-3/+2
* nir: Report progress from nir_lower_alu_to_scalar.Kenneth Graunke2016-09-142-2/+2
* gallium: fix return value checkMartina Kollarova2016-09-141-6/+6
* radeonsi: reload PS inputs with direct indexing at each use (v2)Marek Olšák2016-09-143-22/+41
* radeonsi: get rid of constant buffer preloadingMarek Olšák2016-09-141-24/+14
* radeonsi: get rid of img/buf/sampler descriptor preloading (v2)Marek Olšák2016-09-141-132/+47
* radeonsi: rename get_sampler_desc -> load_sampler_descMarek Olšák2016-09-141-11/+11
* radeonsi: cosmetic changes in si_shader.cMarek Olšák2016-09-141-3/+5
* radeonsi: load streamout buffer descriptors before use (v2)Marek Olšák2016-09-141-33/+14
* vc4: Implement job shufflingEric Anholt2016-09-148-194/+333
* vc4: Handle resolve skipping at job submit time.Eric Anholt2016-09-143-31/+37
* vc4: Move the render job state into a separate structure.Eric Anholt2016-09-1412-255/+287
* vc4: Always unref the current job surfaces at job reset time.Eric Anholt2016-09-143-36/+21
* vc4: Move job-submit skip cases to vc4_job_submit().Eric Anholt2016-09-142-12/+12
* vc4: Move bin CL trailer to job_submit() time.Eric Anholt2016-09-142-11/+14
* vc4: Simplify the DISCARD_RANGE handlingEric Anholt2016-09-141-12/+15
* vc4: Fix incorrect clearing of Z/stencil when cleared separately.Eric Anholt2016-09-143-15/+38
* tgsi/scan: don't set interp flags for inputs only used by INTERP instructionsMarek Olšák2016-09-131-48/+57
* radeonsi: fix FP64 UBO loads with indirect uniform block indexingMarek Olšák2016-09-131-2/+1
* winsys/amdgpu: don't assume GTT if the VRAM flag isn't setMarek Olšák2016-09-131-3/+3
* radeonsi: clean up CP DMA emit codeMarek Olšák2016-09-131-84/+60
* radeonsi: print the IB and buffer list in VM fault reportsMarek Olšák2016-09-131-1/+2
* radeonsi: add sampler view BOs to the BO list lastMarek Olšák2016-09-131-7/+10
* radeonsi: export SampleMask from pixel shaders at full rateMarek Olšák2016-09-133-16/+56
* gallium/radeon: set new r600_resource fields correctly in other places tooMarek Olšák2016-09-131-0/+11
* ddebug: dump shader buffers and imagesMarek Olšák2016-09-133-3/+49
* ddebug: fix a crash in resource_get_handleMarek Olšák2016-09-131-1/+1
* radeon: Don't check DCC on pipe buffersJan Vesely2016-09-131-3/+4
* vl/util: Fix YV12/I420 convert to NV12 U/V reversalAndy Furniss2016-09-131-1/+1
* android: add support for libmesa_amdgpu_addrlibMauro Rossi2016-09-134-6/+11
* st/va: also honors interlaced preference when providing a video formatJulien Isorce2016-09-121-17/+19
* tgsi: document semantics for compute shadersSamuel Pitoiset2016-09-121-0/+28
* radeonsi: don't preload constants at the beginning of shadersMarek Olšák2016-09-121-20/+11
* st/va: enable vbr rate control for vaapi encodeBoyuan Zhang2016-09-122-2/+2
* vl/rbsp: match initial escaped bits with valid in the bufferLeo Liu2016-09-121-2/+4
* winsys/radeon: rename nrelocs, crelocs to max_relocs, num_relocsNicolai Hähnle2016-09-122-27/+27
* winsys/radeon: don't pre-allocate the relocations arrayNicolai Hähnle2016-09-121-14/+1
* winsys/radeon: remove unused radeon_cs_context::priority_usageNicolai Hähnle2016-09-121-1/+0
* winsys/amdgpu: remove amdgpu_cs_lookup_bufferNicolai Hähnle2016-09-122-9/+3
* winsys/amdgpu: remove unused field domains from amdgpu_cs_bufferNicolai Hähnle2016-09-122-37/+17
* winsys/amdgpu: remove initial buffer list allocationNicolai Hähnle2016-09-121-20/+0
* winsys/amdgpu: extract adding a new buffer list entry into its own functionNicolai Hähnle2016-09-121-43/+70
* winsys/amdgpu: use only one fence per BONicolai Hähnle2016-09-123-68/+56
* winsys/amdgpu: add do_winsys_deinit functionNicolai Hähnle2016-09-121-2/+7
* winsys/amdgpu: clean up error paths in amdgpu_winsys_createNicolai Hähnle2016-09-121-7/+5
* gallium/radeon: page alignment for buffers is unnecessaryNicolai Hähnle2016-09-121-4/+1
* gallium/radeon/winsyses: remove #includes of pb_bufmgr.hNicolai Hähnle2016-09-123-3/+0
* 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