glsl: Refactor variable declaration handling.
[mesa.git] / src / glsl / glsl_parser_extras.cpp
2010-08-24 Chia-I Wuglsl: Include main/core.h.
2010-08-19 Eric Anholtglsl2: Free the shader compiler at dri screen destruction.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Eric Anholtglsl2: Add a pass to strip out noop swizzles.
2010-08-14 Eric Anholtglsl2: Move the common optimization passes to a helper...
2010-08-06 Ian Romanickglsl2: Enable all supported extensions in stand-alone...
2010-07-30 Carl Worthast: Initialize location data in constructor of all...
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-22 Kenneth Graunkeglsl2: Fix standalone compiler to not crash horribly.
2010-07-21 Ian Romanickglsl2: Add a constructor for _mesa_glsl_parse_state
2010-07-19 Eric Anholtglsl2: Fix warning from always-false assert not being...
2010-07-02 Ian Romanickglsl2: Conditionally allow optional extensions to be...
2010-07-02 Ian Romanickglsl2: Initialize ast_declarator_list::invariant in...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...