summaryrefslogtreecommitdiffstats
path: root/src/glsl/glsl_parser_extras.h
Commit message (Expand)AuthorAgeFilesLines
* glsl2: Parser support for GL_ARB_fragment_coord_conventionsIan Romanick2010-07-281-0/+2
* glsl2: When a "continue" happens in a "for" loop, run the loop expression.Eric Anholt2010-07-221-0/+1
* linker: Link built-in functions instead of including them in every shaderIan Romanick2010-07-211-0/+4
* glsl: Fix missing initialization of yylloc.sourceCarl Worth2010-07-211-0/+19
* glsl2: Add a constructor for _mesa_glsl_parse_stateIan Romanick2010-07-201-0/+22
* glsl2: Add definitions of the builtin constants present in GLSL 1.10.Eric Anholt2010-07-201-1/+14
* glsl2: Remove generate_temporary and global temporary counter.Kenneth Graunke2010-07-081-3/+0
* glsl2: Conditionally allow optional extensions to be enabledIan Romanick2010-07-011-0/+3
* glsl2: Conditionally define preprocessor tokens for optional extensionsIan Romanick2010-07-011-1/+2
* glsl2: Add gl_MaxTextureCoordsIan Romanick2010-07-011-0/+1
* glsl2: Pass MaxDrawBuffers from core Mesa into the GLSL compilerIan Romanick2010-06-291-0/+9
* glsl2: Check for non-void functions that don't have a return statement.Kenneth Graunke2010-06-291-0/+3
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+139