summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_lexer.ll
AgeCommit message (Expand)AuthorFilesLines
2013-11-07glsl: Implement parser support for atomic counters.Francisco Jerez1-1/+1
2013-07-31glsl: Change the lexer's namespace.Kenneth Graunke1-1/+1
2013-07-27glsl: Classify "layout" like other identifiers.Kenneth Graunke1-1/+1
2013-07-27glsl: Be consistent about '\n', '.', and capitalization in errors/warnings.Paul Berry1-5/+5
2013-07-26glsl: disable ARB_texture_cube_map_array_enable keywords for glsl esTapani Pälli1-24/+5
2013-07-18glsl: Have the lexer return LAYOUT_TOK if 420pack is enabled.Kenneth Graunke1-1/+2
2013-07-11glsl: Mark "row_major" as not a reserved word in GLSL ES 3.0.Matt Turner1-2/+2
2013-03-02glsl: add support for ARB_texture_multisampleChris Forbes1-6/+9
2013-01-25glsl: use glsl_strtof() instead of glsl_strtod()Brian Paul1-5/+5
2012-12-06glsl: Allow layout qualifiers in GLSL 3.00 ESIan Romanick1-1/+1
2012-12-06glsl: Enable GLSL ES 3.00 features inherited from desktop GLSL.Paul Berry1-1/+1
2012-12-06glsl: parse GLSL ES 3.00 keywords correctly.Paul Berry1-78/+111
2012-12-06glsl: Rework lexer keyword handling in preparation for GLSL 3.00 ES.Paul Berry1-132/+136
2012-12-06glsl: Make use of new _mesa_glsl_parse_state::is_version() function.Paul Berry1-2/+2
2012-11-09glsl: add ARB_texture_cube_map_array support (v2)Dave Airlie1-2/+27
2012-07-09glsl: Add parsing for GLSL uniform blocks.Eric Anholt1-2/+3
2012-04-16glsl: Mark [iu]sampler{Buffer,2DRect}as reserved in GLSL 1.40.Eric Anholt1-0/+6
2012-01-04glsl: rename VERSION to VERSION_TOK for automakeMatt Turner1-1/+1
2011-11-22glsl: finish up ARB_conservative_depth (v2)Marek Olšák1-0/+1
2011-11-03glsl: add support for GL_OES_EGL_image_externalChia-I Wu1-0/+7
2011-10-29glsl: Fix compilation of glsl_lexer.ll with MSVC.Morgan Armand1-0/+4
2011-10-28glsl: Implement GLSL 1.30's literal integer range restrictions.Eric Anholt1-8/+45
2011-03-04glsl: Define YY_NO_UNISTD_H on MSVC.José Fonseca1-0/+4
2011-03-01glsl: Rename .lpp to .ll and .ypp to .yy.Kenneth Graunke1-0/+453