glsl: Refactor variable declaration handling.
[mesa.git] / src / glsl / glsl_lexer.lpp
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 Ian Romanickglsl2: Avoid token name collisions with names used...
2010-08-13 Ian Romanickglsl2: Eliminate tokens for square matrix short names
2010-08-12 Ian Romanickglsl2: Emit error from lexer when illegal reserved...
2010-08-07 Kenneth Graunkeglsl2: Add the 1.30 reserved keywords.
2010-08-02 Eric Anholtglsl2: Add support for floating constants like "1f".
2010-08-02 Eric Anholtglsl2: Make non-square matrix keywords not keywords...
2010-07-29 Eric Anholtglsl2: Make lowp, mediump, highp, and precision identif...
2010-07-28 Ian Romanickglsl2: Parser support for GL_ARB_fragment_coord_conventions
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-19 Eric Anholtglsl2: Fix lexing of octal values, including "0".
2010-07-07 Kenneth Graunkeglsl2: Initialize yylineno and yycolumn so line numbers...
2010-07-02 Ian Romanickglsl2: Append _TOK to some parser tokens
2010-06-30 Kenneth Graunkeglsl2: Use _mesa_glsl_parse_state as the talloc parent...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...