glsl: Fix handling of function calls inside nested loops.
[mesa.git] / src / glsl / glsl_lexer.ll
2013-12-07 Chris Forbesglsl: Add frontend support for `sample` auxiliary stora...
2013-11-07 Francisco Jerezglsl: Implement parser support for atomic counters.
2013-07-31 Kenneth Graunkeglsl: Change the lexer's namespace.
2013-07-27 Kenneth Graunkeglsl: Classify "layout" like other identifiers.
2013-07-27 Paul Berryglsl: Be consistent about '\n', '.', and capitalization...
2013-07-26 Tapani Pälliglsl: disable ARB_texture_cube_map_array_enable keyword...
2013-07-18 Kenneth Graunkeglsl: Have the lexer return LAYOUT_TOK if 420pack is...
2013-07-11 Matt Turnerglsl: Mark "row_major" as not a reserved word in GLSL...
2013-03-01 Chris Forbesglsl: add support for ARB_texture_multisample
2013-01-25 Brian Paulglsl: use glsl_strtof() instead of glsl_strtod()
2012-12-06 Ian Romanickglsl: Allow layout qualifiers in GLSL 3.00 ES
2012-12-06 Paul Berryglsl: Enable GLSL ES 3.00 features inherited from deskt...
2012-12-06 Paul Berryglsl: parse GLSL ES 3.00 keywords correctly.
2012-12-06 Paul Berryglsl: Rework lexer keyword handling in preparation...
2012-12-06 Paul Berryglsl: Make use of new _mesa_glsl_parse_state::is_versio...
2012-11-09 Dave Airlieglsl: add ARB_texture_cube_map_array support (v2)
2012-07-09 Eric Anholtglsl: Add parsing for GLSL uniform blocks.
2012-04-16 Eric Anholtglsl: Mark [iu]sampler{Buffer,2DRect}as reserved in...
2012-01-05 Matt Turnerglsl: rename VERSION to VERSION_TOK for automake
2011-11-22 Marek Olšákglsl: finish up ARB_conservative_depth (v2)
2011-11-03 Chia-I Wuglsl: add support for GL_OES_EGL_image_external
2011-10-29 Morgan Armandglsl: Fix compilation of glsl_lexer.ll with MSVC.
2011-10-28 Eric Anholtglsl: Implement GLSL 1.30's literal integer range restr...
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 José Fonsecaglsl: Define YY_NO_UNISTD_H on MSVC.
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.