summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/glsl_parser.yy
Commit message (Expand)AuthorAgeFilesLines
* glsl: process local_size_variable input qualifierSamuel Pitoiset2016-10-071-0/+13
* glsl: Handle patch qualifier on interface blocks.Kenneth Graunke2016-08-301-0/+11
* glsl: Allow invocations layout qualifier with GL_OES_geometry_shaderIan Romanick2016-08-261-2/+4
* glsl: process blend_support_* qualifiersIlia Mirkin2016-08-251-0/+45
* glsl: Handle the inout qualifier in fragment shader output declarations.Francisco Jerez2016-08-241-0/+12
* glsl: Mark tessellation qualifier maps static const.Kenneth Graunke2016-08-231-2/+2
* glsl: Fix invariant matching in GLSL 4.30 and GLSL ES 1.00.Kenneth Graunke2016-08-111-1/+3
* glsl: Add extension plumbing for OES/EXT_tessellation_shader.Kenneth Graunke2016-08-081-1/+2
* glsl: Simplify interface qualifier parsing.Kenneth Graunke2016-08-071-34/+7
* glsl: Add a has_tessellation_shader() helper.Kenneth Graunke2016-08-071-14/+5
* glsl/parser: handle multiple layout sections with AST nodes.Dave Airlie2016-05-231-0/+2
* glsl: parse component layout qualifierTimothy Arceri2016-05-011-0/+11
* glsl: parse new transform feedback layout qualifiersTimothy Arceri2016-03-311-0/+25
* glsl: Add function parameters to the parser symbol table.Kenneth Graunke2016-03-071-0/+2
* glsl: Add single declaration variables to the symbol table too.Kenneth Graunke2016-03-071-0/+4
* glsl: parse align layout qualifierTimothy Arceri2016-03-051-0/+11
* glsl: enable offset layout qualifier for ARB_enhanced_layoutsTimothy Arceri2016-03-051-1/+2
* glsl: rework parsing of blocksTimothy Arceri2016-03-051-29/+22
* glsl: move to compiler/Emil Velikov2016-01-261-0/+2855