glsl: Add parsing for GLSL uniform blocks.
[mesa.git] / src / glsl / glsl_parser.yy
2012-07-09 Eric Anholtglsl: Add parsing for GLSL uniform blocks.
2012-07-09 Eric Anholtglsl: Don't hide the type of struct_declaration_list.
2012-07-09 Eric Anholtglsl: Reduce a bit of extra code in the merging of...
2012-07-09 Eric Anholtglsl: Take advantage of the layout qualifier flags...
2012-04-16 Eric Anholtglsl: Mark [iu]sampler{Buffer,2DRect}as reserved in...
2012-04-13 Dave Airlieglsl: add support for ARB_blend_func_extended (v3)
2012-04-09 Eric Anholtglsl: Add support for parsing [iu]samplerBuffer types...
2012-04-09 Eric Anholtglsl: Drop the round-trip through ast_type_specifier...
2012-04-09 Kenneth Graunkeglsl: Use (const char *) in AST nodes rather than plain...
2012-03-15 Eric Anholtglsl: Add support for parsing #version 140.
2012-02-03 Eric Anholtglsl: Add other missing error location information...
2012-02-03 Eric Anholtglsl: Add missing location info to case labels.
2012-01-05 Matt Turnerglsl: rename VERSION to VERSION_TOK for automake
2011-12-14 Kenneth Graunkeglsl: Fix crashes caused by Bison error messages involv...
2011-11-22 Marek Olšákglsl: finish up ARB_conservative_depth (v2)
2011-11-14 José Fonsecaglsl: Add missing ';' in action statement.
2011-11-08 Dan McCabeglsl: Reference data structure ctors in grammar
2011-11-08 Dan McCabeglsl: Add productions to GLSL grammar for switch statement
2011-11-03 Chia-I Wuglsl: add support for GL_OES_EGL_image_external
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-25 Kenneth Graunkeglsl: Implement the GL_ARB_conservative_depth extension.
2011-08-05 Chia-I Wuglsl: empty declarations should be valid
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Kenneth Graunkeglsl: Rename .lpp to .ll and .ypp to .yy.