aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/glsl_parser_extras.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl2: Free the shader compiler at dri screen destruction.Eric Anholt2010-08-181-0/+30
* glsl2: Add a pass to strip out noop swizzles.Eric Anholt2010-08-131-0/+1
* glsl2: Move the common optimization passes to a helper function.Eric Anholt2010-08-131-0/+35
* glsl2: Enable all supported extensions in stand-alone compilerIan Romanick2010-08-051-0/+5
* ast: Initialize location data in constructor of all ast_node objects.Carl Worth2010-07-301-1/+3
* glsl2: Parser support for GL_ARB_fragment_coord_conventionsIan Romanick2010-07-281-0/+7
* glsl2: Fix standalone compiler to not crash horribly.Kenneth Graunke2010-07-221-0/+23
* glsl2: Add a constructor for _mesa_glsl_parse_stateIan Romanick2010-07-201-0/+41
* glsl2: Fix warning from always-false assert not being known to not return.Eric Anholt2010-07-181-0/+1
* glsl2: Conditionally allow optional extensions to be enabledIan Romanick2010-07-011-0/+6
* glsl2: Initialize ast_declarator_list::invariant in constructorIan Romanick2010-07-011-0/+1
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+621