summaryrefslogtreecommitdiffstats
path: root/src/glsl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2015-11-2342-740/+2131
|\
| * nir/lower_tex: Add support for lowering texture swizzleJason Ekstrand2015-11-232-0/+80
| * nir: Add a tex_instr_is_query helperJason Ekstrand2015-11-231-0/+25
| * nir: Add a ssa_def_rewrite_uses_after helperJason Ekstrand2015-11-232-0/+51
| * nir: Use instr/if_rewrite in nir_ssa_def_rewrite_usesJason Ekstrand2015-11-231-12/+4
| * nir/validate: Validated dests after sourcesJason Ekstrand2015-11-231-9/+9
| * nir/lower_tex: Set the dest_type for txs instructionsJason Ekstrand2015-11-231-0/+1
| * nir/lower_tex: Report progressJason Ekstrand2015-11-232-5/+16
| * nir: s/nir_type_unsigned/nir_type_uintJason Ekstrand2015-11-235-44/+44
| * nir/builder: only read meaningful channels in nir_swizzle()Connor Abbott2015-11-231-1/+1
| * glsl: fix max binding validation for uniform blocksTimothy Arceri2015-11-231-2/+2
| * nir: Add support for gl_HelperInvocation system value.Matt Turner2015-11-202-0/+5
| * glsl: add subroutine index qualifier supportTimothy Arceri2015-11-217-4/+83
| * glsl: add support for complie-time constant expressionsTimothy Arceri2015-11-215-164/+195
| * glsl: add new type for compile time constantsTimothy Arceri2015-11-212-0/+80
| * glsl: call set_shader_inout_layout() earlierTimothy Arceri2015-11-211-3/+3
| * glsl: replace binding layout min boundary checkTimothy Arceri2015-11-211-11/+12
| * glsl: encapsulate binding validation and settingTimothy Arceri2015-11-211-32/+28
| * glsl: move stream layout max validationTimothy Arceri2015-11-212-16/+19
| * glsl: move stream layout qualifier validationTimothy Arceri2015-11-212-20/+35
| * glsl: replace index layout min boundary checkTimothy Arceri2015-11-211-3/+6
| * glsl: remove duplicate validation for index layout qualifierTimothy Arceri2015-11-211-7/+1
| * glsl: move location layout qualifier validationTimothy Arceri2015-11-212-15/+15
| * glsl: add process_qualifier_constant() helperTimothy Arceri2015-11-211-0/+17
| * glsl: move builtin_type_macros.h into the correct listEmil Velikov2015-11-201-1/+1
| * android: export the path of glsl nir headersMauro Rossi2015-11-201-1/+2
| * glsl: avoid linker and user varying location to overlapGregory Hainaut2015-11-201-3/+43
| * nir: Add nir_texop_samples_identical opcodeIan Romanick2015-11-193-1/+13
| * glsl: Add textureSamplesIdenticalEXT built-in functionsIan Romanick2015-11-191-0/+44
| * glsl: Add ir_samples_identical opcodeIan Romanick2015-11-198-1/+22
| * glsl: Extension tracking for EXT_shader_samples_indenticalIan Romanick2015-11-193-0/+6
| * nir: add nir_ssa_for_alu_src()Rob Clark2015-11-192-4/+23
| * nir: fix missing increments of num_inputs/num_outputsRob Clark2015-11-192-0/+4
| * nir/print: show # of uniforms/inputs/outputsRob Clark2015-11-191-0/+4
| * nir/print: show shader name/label if setRob Clark2015-11-191-0/+6
| * nir: add nir_var_all enumRob Clark2015-11-193-1/+6
| * glsl: add a parse check to check for the index layout qualifierRyan Houdek2015-11-191-0/+5
| * glsl: add GL_EXT_blend_func_extended preprocessor defineRyan Houdek2015-11-191-0/+2
| * glsl: add support for EXT_blend_func_extended builtinsRyan Houdek2015-11-192-0/+92
| * glsl: add EXT_blend_func_extended parser enablesRyan Houdek2015-11-192-0/+8
| * glsl: fix ir_constant::equals() for doublesConnor Abbott2015-11-191-2/+7
| * glsl: fix isinf() for doublesConnor Abbott2015-11-191-1/+10
| * nir: fix constant folding of bfiConnor Abbott2015-11-191-2/+2
| * glsl: Fix off-by-one error in array size check assertionIan Romanick2015-11-181-2/+1
| * glsl: Silence unused parameter warningsIan Romanick2015-11-181-2/+2
| * glsl: Silence ignored qualifier warningIan Romanick2015-11-181-1/+1
| * nir: Add support for cloning shadersJason Ekstrand2015-11-184-0/+682
| * i965/nir: Validate that NIR passes call nir_metadata_preserve().Kenneth Graunke2015-11-182-0/+41
| * nir: add array length fieldRob Clark2015-11-182-0/+10
| * nir: remove nir_variable::max_ifc_array_accessRob Clark2015-11-182-22/+0