Merge branch 'lp-offset-twoside'
[mesa.git] / src / glsl / glsl_parser.ypp
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-15 Kenneth Graunkeglsl: Add new keywords and reserved words for GLSL...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-19 Kenneth Graunkeglsl: Fix copy and paste error in ast_bit_and node...
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-08 Ian Romanickglsl: Add parser support for GL_ARB_explicit_attrib_loc...
2010-10-08 Ian Romanickglsl: Wrap ast_type_qualifier contents in a struct...
2010-10-08 Ian Romanickglsl: Clear type_qualifier using memset
2010-10-08 Ian Romanickglsl: Slight refactor of error / warning checking for...
2010-10-08 Ian Romanickglsl: Refactor 'layout' grammar to match GLSL 1.60...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-08 Kenneth Graunkeglsl: Recognize GLSL ES 1.00 keywords.
2010-09-08 Kenneth Graunkeglsl: Accept language version 100 and make it the defau...
2010-09-08 Kenneth Graunkeglsl: Set default language version in mesa_glsl_parse_s...
2010-09-07 Kenneth Graunkeglsl: Change grammar rules for selection statements...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-30 Ian Romanickglsl2: Parse #pragma lines
2010-08-26 Kenneth Graunkeglsl: Use a single shared namespace in the symbol table.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 Ian Romanickglsl2: Remove unnecessary use of 'struct' before type...
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: Use bison command line option to set prefix
2010-08-12 Ian Romanickglsl2: Emit error from lexer when illegal reserved...
2010-08-10 Carl Worthglsl2: Initialize location structure at beginning of...
2010-08-07 Kenneth Graunkeglsl2: Add the 1.30 reserved keywords.
2010-08-02 Eric Anholtglsl2: Fix spelling of "precision" in error output.
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-21 Kenneth Graunkeglsl2: Remove incorrect assertion in the parser.
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...