| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Add parsing for GLSL uniform blocks. | Eric Anholt | 2012-07-09 | 1 | -0/+122 |
* | glsl: Don't hide the type of struct_declaration_list. | Eric Anholt | 2012-07-09 | 1 | -3/+3 |
* | glsl: Reduce a bit of extra code in the merging of layout qualifiers. | Eric Anholt | 2012-07-09 | 1 | -7/+2 |
* | glsl: Take advantage of the layout qualifier flags union to clean up parsing. | Eric Anholt | 2012-07-09 | 1 | -21/+7 |
* | glsl: Mark [iu]sampler{Buffer,2DRect}as reserved in GLSL 1.40. | Eric Anholt | 2012-04-16 | 1 | -2/+8 |
* | glsl: add support for ARB_blend_func_extended (v3) | Dave Airlie | 2012-04-13 | 1 | -0/+20 |
* | glsl: Add support for parsing [iu]samplerBuffer types in GLSL 1.40. | Eric Anholt | 2012-04-09 | 1 | -0/+1 |
* | glsl: Drop the round-trip through ast_type_specifier for many builtin types. | Eric Anholt | 2012-04-09 | 1 | -53/+53 |
* | glsl: Use (const char *) in AST nodes rather than plain (char *). | Kenneth Graunke | 2012-04-09 | 1 | -1/+1 |
* | glsl: Add support for parsing #version 140. | Eric Anholt | 2012-03-15 | 1 | -0/+3 |
* | glsl: Add other missing error location information for switch statements. | Eric Anholt | 2012-02-03 | 1 | -0/+4 |
* | glsl: Add missing location info to case labels. | Eric Anholt | 2012-02-03 | 1 | -0/+2 |
* | glsl: rename VERSION to VERSION_TOK for automake | Matt Turner | 2012-01-04 | 1 | -2/+2 |
* | glsl: Fix crashes caused by Bison error messages involving "'%'". | Kenneth Graunke | 2011-12-13 | 1 | -0/+6 |
* | glsl: finish up ARB_conservative_depth (v2) | Marek Olšák | 2011-11-22 | 1 | -1/+8 |
* | glsl: Add missing ';' in action statement. | José Fonseca | 2011-11-14 | 1 | -1/+1 |
* | glsl: Reference data structure ctors in grammar | Dan McCabe | 2011-11-07 | 1 | -16/+39 |
* | glsl: Add productions to GLSL grammar for switch statement | Dan McCabe | 2011-11-07 | 1 | -3/+61 |
* | glsl: add support for GL_OES_EGL_image_external | Chia-I Wu | 2011-11-03 | 1 | -0/+2 |
* | glsl: Implement the GL_ARB_conservative_depth extension. | Kenneth Graunke | 2011-08-25 | 1 | -2/+2 |
* | glsl: empty declarations should be valid | Chia-I Wu | 2011-08-05 | 1 | -7/+3 |
* | glsl: Rename .lpp to .ll and .ypp to .yy. | Kenneth Graunke | 2011-03-01 | 1 | -0/+1755 |