summaryrefslogtreecommitdiffstats
path: root/src/glsl/glsl_parser.yy
Commit message (Expand)AuthorAgeFilesLines
* glsl: Mark [iu]sampler{Buffer,2DRect}as reserved in GLSL 1.40.Eric Anholt2012-04-161-2/+8
* glsl: add support for ARB_blend_func_extended (v3)Dave Airlie2012-04-131-0/+20
* glsl: Add support for parsing [iu]samplerBuffer types in GLSL 1.40.Eric Anholt2012-04-091-0/+1
* glsl: Drop the round-trip through ast_type_specifier for many builtin types.Eric Anholt2012-04-091-53/+53
* glsl: Use (const char *) in AST nodes rather than plain (char *).Kenneth Graunke2012-04-091-1/+1
* glsl: Add support for parsing #version 140.Eric Anholt2012-03-151-0/+3
* glsl: Add other missing error location information for switch statements.Eric Anholt2012-02-031-0/+4
* glsl: Add missing location info to case labels.Eric Anholt2012-02-031-0/+2
* glsl: rename VERSION to VERSION_TOK for automakeMatt Turner2012-01-041-2/+2
* glsl: Fix crashes caused by Bison error messages involving "'%'".Kenneth Graunke2011-12-131-0/+6
* glsl: finish up ARB_conservative_depth (v2)Marek Olšák2011-11-221-1/+8
* glsl: Add missing ';' in action statement.José Fonseca2011-11-141-1/+1
* glsl: Reference data structure ctors in grammarDan McCabe2011-11-071-16/+39
* glsl: Add productions to GLSL grammar for switch statementDan McCabe2011-11-071-3/+61
* glsl: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+2
* glsl: Implement the GL_ARB_conservative_depth extension.Kenneth Graunke2011-08-251-2/+2
* glsl: empty declarations should be validChia-I Wu2011-08-051-7/+3
* glsl: Rename .lpp to .ll and .ypp to .yy.Kenneth Graunke2011-03-011-0/+1755