Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / glsl / glsl_lexer.ll
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-10 Jordan Justenglsl: Parse shared keyword for compute shader variables
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-25 Iago Toral Quirogaglsl: Allow use of memory qualifiers with ARB_shader_st...
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-27 Tapani Pälliglsl: add support for OES_texture_storage_multisample_2...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-20 Francisco Jerezglsl: Recognise image memory qualifiers in GLSL ES...
2015-08-20 Francisco Jerezglsl: Accept supported image types in GLSL ES 3.1.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-17 Tapani Pälliglsl: add missing MS sampler builtin types for GLSL...
2015-07-23 Dave Airlieglsl: add ast/parser support for subroutine parsing...
2015-07-23 Chris Forbesglsl: Make `subroutine` a reserved keyword
2015-07-22 Marek Olšákglsl: add the tessellation extension to the list for...
2015-07-22 Fabian Bielerglsl: add the patch in/out qualifier (v2)
2015-07-14 Kristian Høgsbergglsl: Implement parser support for 'buffer' qualifier
2015-05-04 Ian Romanickglsl/es3.1: Allow interger mix built-ins in GLSL ES...
2015-04-06 Antia Puentesglsl: Update the #line behaviour on GLSL 3.30+ and...
2015-04-06 Antia Puentesglsl: respect the source number set by #line <line...
2015-02-19 Dave Airlieglsl/lexer: Support double floats
2015-02-06 Iago Toral Quirogaglsl: GLSL ES identifiers cannot exceed 1024 characters
2014-11-27 Neil Robertsglsl: Use | action in the lexer source to avoid duplica...
2014-11-27 Neil Robertsglsl: Disallow float literals with the 'f' suffix but...
2014-10-30 Chia-I Wuutil: add _mesa_strtod and _mesa_strtof
2014-09-23 Juha-Pekka Heikkilaglsl: Fix memory leak in glsl_lexer.ll
2014-07-29 Carl Worthglsl: Add flex options to eliminate the default rule
2014-07-29 Kenneth Graunkeglsl: Properly lex extra tokens when handling # directives.
2014-07-29 Carl Worthglsl: Add an internal-error catch-all rule
2014-06-16 Tapani Pälliglsl: parser changes for GL_ARB_explicit_uniform_location
2014-06-04 Chris Forbesglsl: add support for `precise` in type_qualifier
2014-03-08 Sir Anthonyglsl: Update lexers in glsl and glcpp to hande end...
2014-02-21 Ian Romanickglsl/sso: Add parser and AST-to-HIR support for separat...
2014-02-12 Francisco Jerezglsl/lexer: Add new tokens for ARB_shader_image_load_store.
2014-02-05 Paul Berryglsl/cs: Handle compute shader local_size_{x,y,z} decla...
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.