summaryrefslogtreecommitdiffstats
path: root/src/glsl
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: buffer variables cannot be defined outside interface blocksSamuel Iglesias Gonsalvez2015-07-141-0/+12
* glsl: shader buffer variables cannot have initializersSamuel Iglesias Gonsalvez2015-07-141-0/+9
* glsl: enable binding layout qualifier usage for shader storage buffer objectsSamuel Iglesias Gonsalvez2015-07-142-6/+26
* glsl: Identify active uniform blocks that are buffer blocks as such.Iago Toral Quiroga2015-07-143-0/+6
* glsl: link buffer variables and shader storage buffer interface blocksKristian Høgsberg2015-07-144-9/+21
* glsl: Implement parser support for 'buffer' qualifierKristian Høgsberg2015-07-146-9/+42
* nir: add nir_var_shader_storageIago Toral Quiroga2015-07-146-8/+20
* mesa: rename is_in_uniform_block to is_in_buffer_blockIago Toral Quiroga2015-07-148-14/+15
* glsl: Add ir_var_shader_storageKristian Høgsberg2015-07-1411-13/+34
* mesa: define ARB_shader_storage_buffer_object extensionSamuel Iglesias Gonsalvez2015-07-143-31/+42
* glsl: free interface_typesTimothy Arceri2015-07-141-0/+5
* glsl: replace some more old hash_table usesTimothy Arceri2015-07-142-41/+41
* glsl: use set rather than old hash table for ir_validateTimothy Arceri2015-07-111-12/+12
* nir: Fix comment above nir_convert_from_ssa() prototype.Kenneth Graunke2015-07-081-3/+3
* mesa: use implementation specified MAX_VERTEX_ATTRIBS rather than hardcoded v...Timothy Arceri2015-07-081-6/+2
* glsl: Make sure not to dereference NULLNeil Roberts2015-07-061-1/+1
* glsl: Add missing check for whether an expression is an add operationNeil Roberts2015-07-061-1/+1
* glsl: update types for unsized arrays of membersTimothy Arceri2015-07-041-2/+16
* glsl: update assert to support arrays of arraysTimothy Arceri2015-07-041-1/+2
* glsl: allow precision qualifiers for AoATimothy Arceri2015-07-041-3/+1
* glsl: add a missing call to _mesa_locale_initErik Faye-Lund2015-07-032-3/+3
* nir/lower_phis_to_scalar: undef is trivially scalarizableRob Clark2015-07-031-0/+1
* nir: Don't allow copying SSA destinationsJason Ekstrand2015-07-021-11/+11
* glsl: create program resource list after LinkShaderTapani Pälli2015-07-011-4/+0
* glsl: expose build_program_resource_list functionTapani Pälli2015-07-012-1/+5
* glsl: build stageref mask using IR, not symbol tableTapani Pälli2015-07-011-3/+11
* glsl: use consistent version string formatTimothy Arceri2015-07-011-7/+7
* nir: remove parent_instr from nir_registerConnor Abbott2015-06-303-17/+0
* nir: remove nir_src_get_parent_instr()Connor Abbott2015-06-301-10/+0
* nir/from_ssa: add a flag to not convert everything from SSAConnor Abbott2015-06-302-8/+24
* nir: cleanup open-coded instruction castsRob Clark2015-06-303-3/+3
* glsl: validate sampler array indexing for 'constant-index-expression'Tapani Pälli2015-06-301-0/+77
* mesa/glsl: new compiler option EmitNoIndirectSamplerTapani Pälli2015-06-301-0/+12
* glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00Tapani Pälli2015-06-301-18/+18
* util: port _mesa_strto[df] to CErik Faye-Lund2015-06-292-0/+6
* glsl: No need to lock in _mesa_glsl_release_typesErik Faye-Lund2015-06-291-4/+4
* Revert "glsl: clone inputs and outputs during linking"Kenneth Graunke2015-06-281-3/+1
* mesa: Enable subdir-objects globally.Matt Turner2015-06-261-2/+0
* nir: Recognize max(min(a, 1.0), 0.0) as fsat(a).Kenneth Graunke2015-06-251-0/+1
* glsl: clone inputs and outputs during linkingTapani Pälli2015-06-241-1/+3
* nir: Use a switch statement for detecting move-like operations.Kenneth Graunke2015-06-241-6/+14
* glsl: remove cross validation of interpolation qualifier with GLSL 4.40Tapani Pälli2015-06-241-1/+11
* glsl: binding point is a texture unit, which is a combined spaceIlia Mirkin2015-06-231-1/+1
* glsl: Specify the shader stage in linker errors due to too many in/outputs.Jose Fonseca2015-06-231-4/+8
* nir: Allow vec2/vec3/vec4 instructions in the select peephole pass.Kenneth Graunke2015-06-221-1/+3
* glsl: fix formatting glitch in _mesa_print_ir()Brian Paul2015-06-191-1/+1
* glsl: Fail linkage when UBO exceeds GL_MAX_UNIFORM_BLOCK_SIZE.Jose Fonseca2015-06-191-0/+7
* glsl: guard gl_NumSamples enablement on ARB_sample_shadingIlia Mirkin2015-06-181-1/+2
* glsl: add version checks to conditionals for builtin variable enablementIlia Mirkin2015-06-181-5/+5
* glsl: handle conversions to double when comparing param matchesIlia Mirkin2015-06-181-3/+5