| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Add flex options to eliminate the default rule | Carl Worth | 2014-07-29 | 1 | -10/+1 |
* | glsl: Properly lex extra tokens when handling # directives. | Kenneth Graunke | 2014-07-29 | 1 | -0/+1 |
* | glsl: Add an internal-error catch-all rule | Carl Worth | 2014-07-29 | 1 | -0/+13 |
* | glsl: parser changes for GL_ARB_explicit_uniform_location | Tapani Pälli | 2014-06-16 | 1 | -0/+1 |
* | glsl: add support for `precise` in type_qualifier | Chris Forbes | 2014-06-04 | 1 | -0/+3 |
* | glsl: Update lexers in glsl and glcpp to hande end position of token. | Sir Anthony | 2014-03-08 | 1 | -1/+2 |
* | glsl/sso: Add parser and AST-to-HIR support for separate shader object layouts | Ian Romanick | 2014-02-21 | 1 | -0/+1 |
* | glsl/lexer: Add new tokens for ARB_shader_image_load_store. | Francisco Jerez | 2014-02-12 | 1 | -30/+45 |
* | glsl/cs: Handle compute shader local_size_{x,y,z} declaration. | Paul Berry | 2014-02-05 | 1 | -1/+2 |
* | glsl: Add frontend support for `sample` auxiliary storage qualifier | Chris Forbes | 2013-12-07 | 1 | -1/+1 |
* | glsl: Implement parser support for atomic counters. | Francisco Jerez | 2013-11-07 | 1 | -1/+1 |
* | glsl: Change the lexer's namespace. | Kenneth Graunke | 2013-07-31 | 1 | -1/+1 |
* | glsl: Classify "layout" like other identifiers. | Kenneth Graunke | 2013-07-27 | 1 | -1/+1 |
* | glsl: Be consistent about '\n', '.', and capitalization in errors/warnings. | Paul Berry | 2013-07-27 | 1 | -5/+5 |
* | glsl: disable ARB_texture_cube_map_array_enable keywords for glsl es | Tapani Pälli | 2013-07-26 | 1 | -24/+5 |
* | glsl: Have the lexer return LAYOUT_TOK if 420pack is enabled. | Kenneth Graunke | 2013-07-18 | 1 | -1/+2 |
* | glsl: Mark "row_major" as not a reserved word in GLSL ES 3.0. | Matt Turner | 2013-07-11 | 1 | -2/+2 |
* | glsl: add support for ARB_texture_multisample | Chris Forbes | 2013-03-02 | 1 | -6/+9 |
* | glsl: use glsl_strtof() instead of glsl_strtod() | Brian Paul | 2013-01-25 | 1 | -5/+5 |
* | glsl: Allow layout qualifiers in GLSL 3.00 ES | Ian Romanick | 2012-12-06 | 1 | -1/+1 |
* | glsl: Enable GLSL ES 3.00 features inherited from desktop GLSL. | Paul Berry | 2012-12-06 | 1 | -1/+1 |
* | glsl: parse GLSL ES 3.00 keywords correctly. | Paul Berry | 2012-12-06 | 1 | -78/+111 |
* | glsl: Rework lexer keyword handling in preparation for GLSL 3.00 ES. | Paul Berry | 2012-12-06 | 1 | -132/+136 |
* | glsl: Make use of new _mesa_glsl_parse_state::is_version() function. | Paul Berry | 2012-12-06 | 1 | -2/+2 |
* | glsl: add ARB_texture_cube_map_array support (v2) | Dave Airlie | 2012-11-09 | 1 | -2/+27 |
* | glsl: Add parsing for GLSL uniform blocks. | Eric Anholt | 2012-07-09 | 1 | -2/+3 |
* | glsl: Mark [iu]sampler{Buffer,2DRect}as reserved in GLSL 1.40. | Eric Anholt | 2012-04-16 | 1 | -0/+6 |
* | glsl: rename VERSION to VERSION_TOK for automake | Matt Turner | 2012-01-04 | 1 | -1/+1 |
* | glsl: finish up ARB_conservative_depth (v2) | Marek Olšák | 2011-11-22 | 1 | -0/+1 |
* | glsl: add support for GL_OES_EGL_image_external | Chia-I Wu | 2011-11-03 | 1 | -0/+7 |
* | glsl: Fix compilation of glsl_lexer.ll with MSVC. | Morgan Armand | 2011-10-29 | 1 | -0/+4 |
* | glsl: Implement GLSL 1.30's literal integer range restrictions. | Eric Anholt | 2011-10-28 | 1 | -8/+45 |
* | glsl: Define YY_NO_UNISTD_H on MSVC. | José Fonseca | 2011-03-04 | 1 | -0/+4 |
* | glsl: Rename .lpp to .ll and .ypp to .yy. | Kenneth Graunke | 2011-03-01 | 1 | -0/+453 |