summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_parser_extras.cpp
AgeCommit message (Expand)Author
2010-08-24glsl: Include main/core.h.Chia-I Wu
2010-08-18glsl2: Free the shader compiler at dri screen destruction.Eric Anholt
2010-08-13glsl2: Add a pass to strip out noop swizzles.Eric Anholt
2010-08-13glsl2: Move the common optimization passes to a helper function.Eric Anholt
2010-08-05glsl2: Enable all supported extensions in stand-alone compilerIan Romanick
2010-07-30ast: Initialize location data in constructor of all ast_node objects.Carl Worth
2010-07-28glsl2: Parser support for GL_ARB_fragment_coord_conventionsIan Romanick
2010-07-22glsl2: Fix standalone compiler to not crash horribly.Kenneth Graunke
2010-07-20glsl2: Add a constructor for _mesa_glsl_parse_stateIan Romanick
2010-07-18glsl2: Fix warning from always-false assert not being known to not return.Eric Anholt
2010-07-01glsl2: Conditionally allow optional extensions to be enabledIan Romanick
2010-07-01glsl2: Initialize ast_declarator_list::invariant in constructorIan Romanick
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt