summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ast.h
Commit message (Expand)AuthorAgeFilesLines
* glsl: process local_size_variable input qualifierSamuel Pitoiset2016-10-071-0/+5
* glsl: process blend_support_* qualifiersIlia Mirkin2016-08-251-0/+5
* ast: Updated AST_NUM_OPERATORS for coherence with ast_operatorsAndres Gomez2016-08-021-9/+9
* glsl: add name param to validate_flags()Timothy Arceri2016-07-311-2/+2
* glsl: Separate overlapping sentinel nodes in exec_list.Matt Turner2016-07-261-2/+2
* glsl: geom shader max_vertices layout must match.Dave Airlie2016-06-061-1/+2
* glsl: add a empty set_is_lhs on ast_nodeAlejandro Piñeiro2016-05-261-0/+2
* glsl: parse component layout qualifierTimothy Arceri2016-05-011-0/+14
* glsl: Add a method to print error messages for illegal qualifiers.Kenneth Graunke2016-04-121-0/+5
* glsl: parse new transform feedback layout qualifiersTimothy Arceri2016-03-311-2/+21
* glsl: move process_qualifier_constant() to ast_type.cppTimothy Arceri2016-03-311-0/+6
* glsl: add is_lhs bool on ast_expressionAlejandro Piñeiro2016-03-291-0/+6
* glsl: parse align layout qualifierTimothy Arceri2016-03-051-0/+11
* glsl: rework parsing of blocksTimothy Arceri2016-03-051-3/+2
* glsl: remove duplicate interpolation_string() functionTimothy Arceri2016-02-171-12/+0
* glsl: move to compiler/Emil Velikov2016-01-261-0/+1204