aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix build errorTimothy Arceri2016-07-051-1/+1
* mesa: faster validation of sampler unit mapping for SSOGregory Hainaut2016-07-051-38/+31
* Revert "st/glsl_to_tgsi: don't increase immediate index by 1."Dave Airlie2016-07-051-1/+1
* nvc0/ir: rename NVE4_SU_INFO_XXX to NVC0_SU_INFO_XXXSamuel Pitoiset2016-07-051-49/+49
* nvc0/ir: reset the base offset for indirect images accessesSamuel Pitoiset2016-07-051-2/+4
* gm107/ir: fix sign bit emission for FADD32ISamuel Pitoiset2016-07-051-3/+6
* vc4: Regularize instruction emit macrosEric Anholt2016-07-042-39/+50
* vc4: Enable dead CF elimination.Eric Anholt2016-07-041-0/+1
* vc4: Optimize out redundant SF updates.Eric Anholt2016-07-042-6/+78
* vc4: Move SF removal to a separate peephole pass.Eric Anholt2016-07-045-17/+85
* vc4: DCE instructions with a NULL destination.Eric Anholt2016-07-041-2/+3
* vc4: Mark texturing setup instructions as having side effects.Eric Anholt2016-07-041-5/+5
* vc4: Fix a pasteo in scheduling condition flag usage.Eric Anholt2016-07-041-1/+1
* vc4: Drop the dead QIR_PACK() macro.Eric Anholt2016-07-041-8/+0
* radeonsi: do compilation from si_create_shader_selector asynchronouslyMarek Olšák2016-07-054-7/+58
* radeonsi: don't lock shader cache mutex during compilationMarek Olšák2016-07-051-6/+16
* radeonsi: separate the compilation chunk of si_create_shader_selectorMarek Olšák2016-07-053-80/+110
* radeonsi: move LLVMTargetMachineRef creation to a separate functionMarek Olšák2016-07-051-14/+18
* gallium/radeon: add and use radeon_info::max_alloc_size (v2)Marek Olšák2016-07-056-10/+16
* radeonsi: print LLVM IRs to ddebug logsMarek Olšák2016-07-056-1/+26
* radeonsi: enable string markers and record apitrace call numbersMarek Olšák2016-07-053-1/+24
* ddebug: add an option to dump info about a specific apitrace callMarek Olšák2016-07-053-3/+29
* ddebug: implement pipe_context::generate_mipmapMarek Olšák2016-07-051-1/+52
* ddebug: record and dump apitrace call numbersMarek Olšák2016-07-054-1/+31
* ddebug: implement emit_string_markerMarek Olšák2016-07-051-3/+10
* gallium/radeon: remove unused code - radeon_llvm_util.*Marek Olšák2016-07-055-169/+0
* radeonsi: keep using v_rcp_f32 for division in future LLVM (v2)Marek Olšák2016-07-052-2/+30
* radeonsi: remove an obsolete commentMarek Olšák2016-07-051-5/+0
* radeonsi: don't interpolate colors if flatshading is enabledMarek Olšák2016-07-053-2/+14
* radeonsi: enable the barycentric optimization in all casesMarek Olšák2016-07-053-18/+125
* radeonsi: compute only one set of interpolation (i,j) when MSAA is disabledMarek Olšák2016-07-053-3/+88
* radeonsi: split ps.prolog.force_persample_interp into persp and linear bitsMarek Olšák2016-07-053-45/+64
* radeonsi: don't dump the shader key for non-monolithic shaders earlyMarek Olšák2016-07-051-1/+2
* r600g: Add double precision FMA opsJan Vesely2016-07-051-0/+2
* r600: fix duplicate 'const' declarationFrancesco Ansanelli2016-07-041-1/+1
* i965/urb: Allow blorp to record current settingsTopi Pohjolainen2016-07-043-74/+53
* i965/blorp/gen7+: Do not trigger push constant space reconfigTopi Pohjolainen2016-07-041-2/+1
* i965/blorp/gen7+: Stop trashing push constant allocationTopi Pohjolainen2016-07-042-92/+1
* i965/blorp: Remove support for push constantsTopi Pohjolainen2016-07-045-145/+12
* i965/blorp: Use flat inputs instead of uniformsTopi Pohjolainen2016-07-042-15/+18
* i965/blorp: Fix the size requirement for vertex elementsTopi Pohjolainen2016-07-043-16/+29
* i965/blorp: Load tranformation coordinates as vec4Topi Pohjolainen2016-07-042-16/+11
* i965/blorp: Rename LOAD_UNIFORM to LOAD_INPUTTopi Pohjolainen2016-07-041-9/+9
* i965/blorp: Organize pixel kill and blend/scaled inputs into vec4sTopi Pohjolainen2016-07-043-36/+65
* anv/wsi: create swapchain images using specified image usageLionel Landwerlin2016-07-042-4/+9
* radeon/uvd: fix overflow error while calculating bit stream buffer sizeIndrajit Das2016-07-041-1/+1
* i965/blorp: Prepare for more than two vertex attributesTopi Pohjolainen2016-07-044-3/+22
* i965/blorp: Tell vertex fetcher about flat inputsTopi Pohjolainen2016-07-042-8/+30
* i965/blorp: Add support for flat input bufferTopi Pohjolainen2016-07-041-3/+65
* i965/blorp: Store input read maskTopi Pohjolainen2016-07-042-0/+2