summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-30i965/fs: fix gl_FragCoord.wi965-payload-interferenceConnor Abbott1-1/+2
2015-06-30i965/fs: don't make unused payload registers interfereConnor Abbott1-1/+6
2015-06-30i965/fs: remove special case for LINE in setup_payload_interference()Connor Abbott1-20/+0
2015-06-30i965/fs: Mark last used ip for all regs read in the payloadJordan Justen1-1/+4
2015-06-30i965/fs: use correct width for frag coord interpolationConnor Abbott1-1/+2
2015-06-30i965/fs: add brw_vecn_grf() helper functionConnor Abbott1-0/+7
2015-06-30nir: remove parent_instr from nir_registerConnor Abbott3-17/+0
2015-06-30nir: remove nir_src_get_parent_instr()Connor Abbott1-10/+0
2015-06-30i965/fs: emit constants only onceConnor Abbott2-13/+16
2015-06-30i965/fs: use SSA values directlyConnor Abbott5-30/+52
2015-06-30nir/from_ssa: add a flag to not convert everything from SSAConnor Abbott4-10/+26
2015-06-30egl/x11: handle when invalid drawable is passed in create_surfaceEmil Velikov1-0/+4
2015-06-30egl/wayland: cleanup dri2_wl_create_surface error pathEmil Velikov1-3/+1
2015-06-30egl/wayland: handle NULL native_window in create_surfaceEmil Velikov1-0/+5
2015-06-30egl/drm: plug memory leakEmil Velikov1-2/+5
2015-06-30gallium/ttn: don't upset nir_validate w/ BRK'sRob Clark1-1/+1
2015-06-30gallium/ttn: add TXB2Rob Clark1-0/+11
2015-06-30gallium/ttn: partial fix for output arraysRob Clark1-2/+4
2015-06-30nir: cleanup open-coded instruction castsRob Clark3-3/+3
2015-06-30freedreno/ir3: cache defining instructionRob Clark3-69/+91
2015-06-30freedreno/ir3: fix RA issue with faninRob Clark1-5/+15
2015-06-30freedreno/ir3: add ir3_shader_disasm()Rob Clark3-120/+124
2015-06-30freedreno/a4xx: fix for sparse-samplersRob Clark1-3/+7
2015-06-30freedreno/ir3: fix crash in fail pathRob Clark3-3/+12
2015-06-30freedreno/ir3: fix crash in RARob Clark1-2/+5
2015-06-30freedreno/ir3: fixes for indirect writesRob Clark3-4/+12
2015-06-30freedreno/ir3: fix constlen in case of load_uniform_indirectRob Clark1-0/+5
2015-06-30glsl: validate sampler array indexing for 'constant-index-expression'Tapani Pälli1-0/+77
2015-06-30mesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5Tapani Pälli1-0/+5
2015-06-30i915: use EmitNoIndirectSamplerTapani Pälli1-0/+3
2015-06-30i965: use EmitNoIndirectSampler for gen < 7Tapani Pälli1-0/+4
2015-06-30mesa/glsl: new compiler option EmitNoIndirectSamplerTapani Pälli2-0/+13
2015-06-30glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00Tapani Pälli1-18/+18
2015-06-30nv50/ir: fix emission of address reg in 3rd sourceIlia Mirkin1-2/+6
2015-06-29i965: Don't use GCC extension for ?: with only two operands.Kenneth Graunke1-3/+5
2015-06-29egl/haiku: fix Mesa build under HaikuAlexander von Gluck IV1-14/+14
2015-06-29nv30: align transfer stride to 64, required by blit, sifm transfer implsIlia Mirkin1-2/+2
2015-06-29nv30: allow vertex state creation with 0 elementsIlia Mirkin1-2/+3
2015-06-29nv30: reset fragprog bufctx at bind timeIlia Mirkin1-1/+8
2015-06-29nv30: modernize fp upload logicIlia Mirkin1-10/+14
2015-06-29nv30: provide a minimum map buffer alignmentIlia Mirkin1-1/+2
2015-06-29i965/skl: Extract the blit command setup in to a helperAnuj Phogat1-32/+61
2015-06-29i965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCopyBlit()Anuj Phogat4-63/+287
2015-06-29mesa/swrast: Use global function _mesa_regions_overlap()Anuj Phogat1-13/+3
2015-06-29mesa/st: Use global function _mesa_regions_overlap()Anuj Phogat1-27/+3
2015-06-29mesa: Add a new helper function _mesa_regions_overlap()Anuj Phogat2-0/+32
2015-06-29i965/gen9: Allocate YF/YS tiled buffer objectsAnuj Phogat1-3/+62
2015-06-29i965: Make a helper function intel_miptree_can_use_tr_mode()Anuj Phogat1-11/+19
2015-06-29i965: Make a helper function intel_miptree_release_levels()Anuj Phogat1-6/+12
2015-06-29i965/gen9: Plugin the code for selecting YF/YS tiling on skl+Anuj Phogat1-17/+79