index
:
~vadimg/mesa
master
r600-fake
r600-geom-shaders
r600-sb
r600-sb-2
r600-sb-3
r600-sb-bfgminer
r600-sb-wip
r600-wip-sched
r600_eg_shader_opt
wip-sb-tgsi
vadimg's mesa repository
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glsl_parser.yy
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-16
glsl: Fix absurd whitespace conventions in the parser.
Kenneth Graunke
1
-1696
/
+1691
2013-07-16
glsl: Fail the build if the grammar contains shift/reduce errors.
Kenneth Graunke
1
-0
/
+2
2013-07-16
glsl: Silence the last shift/reduce conflict warning in the grammar.
Kenneth Graunke
1
-1
/
+3
2013-07-11
glsl: Add support for C-style initializers.
Matt Turner
1
-0
/
+51
2013-07-11
glsl: Add comment explaining "row_major" parsing.
Matt Turner
1
-0
/
+6
2013-07-11
glsl: Remove outdated FINISHME comment.
Matt Turner
1
-3
/
+0
2013-06-10
glsl: Bail on parsing if the #version directive is bogus.
Kenneth Graunke
1
-0
/
+6
2013-05-23
glsl parser: allow in & out for interface block members
Jordan Justen
1
-25
/
+12
2013-05-23
glsl parser: handle interface block member qualifier
Jordan Justen
1
-1
/
+43
2013-05-23
glsl parser: on desktop GL require GLSL 150 for instance names
Jordan Justen
1
-5
/
+3
2013-05-23
glsl parser: reject VS+in & FS+out interface blocks
Jordan Justen
1
-0
/
+14
2013-05-23
glsl: parse in/out types for interface blocks
Jordan Justen
1
-11
/
+40
2013-05-23
glsl parser: rename uniform block to interface block
Jordan Justen
1
-12
/
+12
2013-05-23
glsl: rename ast_uniform_block to ast_interface_block
Jordan Justen
1
-7
/
+7
2013-03-02
glsl: add support for ARB_texture_multisample
Chris Forbes
1
-2
/
+9
2013-01-25
glsl: Parse interface array size
Ian Romanick
1
-12
/
+43
2013-01-25
glsl: Parse non-array uniform block instance names in GLSL ES 3.00.
Kenneth Graunke
1
-2
/
+18
2013-01-25
glsl: Refactor uniform block parser rules.
Kenneth Graunke
1
-21
/
+16
2013-01-08
glsl: Don't add structure fields to the symbol table
Ian Romanick
1
-1
/
+0
2012-12-06
glsl: Add missing semicolon in the grammar
Kenneth Graunke
1
-0
/
+1
2012-12-06
glsl: Allow layout qualifiers in GLSL 3.00 ES
Ian Romanick
1
-0
/
+2
2012-12-06
glsl/parser: Handle "#version 300 es" directive.
Paul Berry
1
-1
/
+5
2012-12-06
glsl/parser: Extract version directive processing into a function.
Paul Berry
1
-42
/
+1
2012-12-06
glsl: parse GLSL ES 3.00 keywords correctly.
Paul Berry
1
-0
/
+3
2012-12-06
glsl: Make use of new _mesa_glsl_parse_state::check_version() function.
Paul Berry
1
-18
/
+3
2012-12-06
glsl: Make use of new _mesa_glsl_parse_state::is_version() function.
Paul Berry
1
-2
/
+3
2012-12-06
glsl: Compute version_string on the fly.
Paul Berry
1
-8
/
+5
2012-12-06
glsl: Make a function to express a GLSL version ir human-readable form.
Paul Berry
1
-4
/
+2
2012-11-26
glsl: Support unsigned integer constants in layout qualifiers.
Kenneth Graunke
1
-1
/
+6
2012-11-09
glsl: add ARB_texture_cube_map_array support (v2)
Dave Airlie
1
-3
/
+9
2012-08-07
glsl: Refuse to parse uniform block declarations when UBOs aren't available.
Eric Anholt
1
-0
/
+20
2012-07-31
glsl: Add support for default layout qualifiers for uniforms.
Eric Anholt
1
-38
/
+20
2012-07-31
glsl: Merge UBO layout qualifiers in a qualifier list.
Eric Anholt
1
-1
/
+23
2012-07-31
glsl: Incorporate all UBO language changes into GLSL 1.40.
Eric Anholt
1
-0
/
+4
2012-07-31
glsl: Refactor #version validation to be more future-proof.
Kenneth Graunke
1
-8
/
+15
2012-07-31
glsl: Fix #pragma invariant(all) language version check.
Kenneth Graunke
1
-1
/
+1
2012-07-26
glsl: warning: pragma `invariant(all)' not supported in GLSL ES 1.00
Oliver McFadden
1
-1
/
+1
2012-07-20
glsl: Turn UBO variable declarations into ir_variables and check qualifiers.
Eric Anholt
1
-0
/
+2
2012-07-09
glsl: Add parsing for GLSL uniform blocks.
Eric Anholt
1
-0
/
+122
2012-07-09
glsl: Don't hide the type of struct_declaration_list.
Eric Anholt
1
-3
/
+3
2012-07-09
glsl: Reduce a bit of extra code in the merging of layout qualifiers.
Eric Anholt
1
-7
/
+2
2012-07-09
glsl: Take advantage of the layout qualifier flags union to clean up parsing.
Eric Anholt
1
-21
/
+7
2012-04-16
glsl: Mark [iu]sampler{Buffer,2DRect}as reserved in GLSL 1.40.
Eric Anholt
1
-2
/
+8
2012-04-13
glsl: add support for ARB_blend_func_extended (v3)
Dave Airlie
1
-0
/
+20
2012-04-09
glsl: Add support for parsing [iu]samplerBuffer types in GLSL 1.40.
Eric Anholt
1
-0
/
+1
2012-04-09
glsl: Drop the round-trip through ast_type_specifier for many builtin types.
Eric Anholt
1
-53
/
+53
2012-04-09
glsl: Use (const char *) in AST nodes rather than plain (char *).
Kenneth Graunke
1
-1
/
+1
2012-03-15
glsl: Add support for parsing #version 140.
Eric Anholt
1
-0
/
+3
2012-02-03
glsl: Add other missing error location information for switch statements.
Eric Anholt
1
-0
/
+4
2012-02-03
glsl: Add missing location info to case labels.
Eric Anholt
1
-0
/
+2
[next]