Merge branch 'lp-offset-twoside'
[mesa.git] / src / glsl / glsl_lexer.lpp
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-15 Kenneth Graunkeglsl: Add support for the 'u' and 'U' unsigned integer...
2010-11-15 Kenneth Graunkeglsl: Add new keywords and reserved words for GLSL...
2010-11-15 Kenneth Graunkeglsl: Rework reserved word/keyword handling in the...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-19 Chad Versaceglsl: Fix lexer rule for ^=
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-15 Chad Versaceglsl: Add lexer rules for << and >> in GLSL 1.30
2010-10-11 Chad Versaceglsl: Add lexer rules for uint and uvecN (N=2..4)
2010-10-08 Ian Romanickglsl: Add parser support for GL_ARB_explicit_attrib_loc...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-08 Kenneth Graunkeglsl: Recognize GLSL ES 1.00 keywords.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-30 Ian Romanickglsl2: Parse #pragma lines
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...