1. 5a6ec26 glsl: Fix memory leak in glsl_lexer.ll by Juha-Pekka Heikkila · 10 years ago
  2. a62354a glsl: Add flex options to eliminate the default rule by Carl Worth · 10 years ago
  3. de0b4b6 glsl: Properly lex extra tokens when handling # directives. by Kenneth Graunke · 10 years ago
  4. f196eb2 glsl: Add an internal-error catch-all rule by Carl Worth · 10 years ago
  5. e8fb8b1 glsl: parser changes for GL_ARB_explicit_uniform_location by Tapani Pälli · 11 years ago
  6. 4b756b2 glsl: add support for `precise` in type_qualifier by Chris Forbes · 11 years ago
  7. 6984aa4 glsl: Update lexers in glsl and glcpp to hande end position of token. by Sir Anthony · 11 years ago
  8. 4d14b19 glsl/sso: Add parser and AST-to-HIR support for separate shader object layouts by Ian Romanick · 11 years ago
  9. b0b26fa glsl/lexer: Add new tokens for ARB_shader_image_load_store. by Francisco Jerez · 11 years ago
  10. 0fa74e8 glsl/cs: Handle compute shader local_size_{x,y,z} declaration. by Paul Berry · 11 years ago
  11. 51aa15a glsl: Add frontend support for `sample` auxiliary storage qualifier by Chris Forbes · 11 years ago
  12. e63bb29 glsl: Implement parser support for atomic counters. by Francisco Jerez · 11 years ago
  13. eb7c8c7 glsl: Change the lexer's namespace. by Kenneth Graunke · 11 years ago
  14. c178ec0 glsl: Classify "layout" like other identifiers. by Kenneth Graunke · 11 years ago
  15. 4d7899f glsl: Be consistent about '\n', '.', and capitalization in errors/warnings. by Paul Berry · 11 years ago
  16. 8c211dd glsl: disable ARB_texture_cube_map_array_enable keywords for glsl es by Tapani Pälli · 11 years ago
  17. 7f6a2d6 glsl: Have the lexer return LAYOUT_TOK if 420pack is enabled. by Kenneth Graunke · 11 years ago
  18. 14ed901 glsl: Mark "row_major" as not a reserved word in GLSL ES 3.0. by Matt Turner · 11 years ago
  19. ffb53b4 glsl: add support for ARB_texture_multisample by Chris Forbes · 12 years ago
  20. d6f8b7e glsl: use glsl_strtof() instead of glsl_strtod() by Brian Paul · 12 years ago
  21. 62c0938 glsl: Allow layout qualifiers in GLSL 3.00 ES by Ian Romanick · 12 years ago
  22. d4a2474 glsl: Enable GLSL ES 3.00 features inherited from desktop GLSL. by Paul Berry · 12 years ago
  23. 534ec62 glsl: parse GLSL ES 3.00 keywords correctly. by Paul Berry · 12 years ago
  24. 948e5dd glsl: Rework lexer keyword handling in preparation for GLSL 3.00 ES. by Paul Berry · 12 years ago
  25. e3ded7f glsl: Make use of new _mesa_glsl_parse_state::is_version() function. by Paul Berry · 12 years ago
  26. 4c87500 glsl: add ARB_texture_cube_map_array support (v2) by Dave Airlie · 12 years ago
  27. 2d03f48 glsl: Add parsing for GLSL uniform blocks. by Eric Anholt · 13 years ago
  28. 56e2f97 glsl: Mark [iu]sampler{Buffer,2DRect}as reserved in GLSL 1.40. by Eric Anholt · 13 years ago
  29. cb96b06 glsl: rename VERSION to VERSION_TOK for automake by Matt Turner · 13 years ago
  30. 6b43d6f glsl: finish up ARB_conservative_depth (v2) by Marek Olšák · 13 years ago
  31. 2903816 glsl: add support for GL_OES_EGL_image_external by Chia-I Wu · 13 years ago
  32. 439d67f glsl: Fix compilation of glsl_lexer.ll with MSVC. by Morgan Armand · 13 years ago
  33. 687e444 glsl: Implement GLSL 1.30's literal integer range restrictions. by Eric Anholt · 13 years ago
  34. f52660c glsl: Define YY_NO_UNISTD_H on MSVC. by José Fonseca · 14 years ago
  35. 80ec97a glsl: Rename .lpp to .ll and .ypp to .yy. by Kenneth Graunke · 14 years ago[Renamed from src/glsl/glsl_lexer.lpp]
  36. 8842158 glsl: Finish out the reduce/reduce error fixes by Ian Romanick · 14 years ago
  37. d3073f5 Convert everything from the talloc API to the ralloc API. by Kenneth Graunke · 14 years ago
  38. cc4a787 glsl: Remove extraneously extraneous parens by Chad Versace · 14 years ago
  39. fb5db05 glsl: Add support for AMD_conservative_depth to parser by Chad Versace · 14 years ago
  40. 86b4398 glsl: Support the 'invariant(all)' pragma by Ian Romanick · 14 years ago
  41. bb10e08 glsl: new glsl_strtod() wrapper to fix decimal point interpretation by Brian Paul · 14 years ago
  42. 7279fee glsl: Add support for the 'u' and 'U' unsigned integer suffixes. by Kenneth Graunke · 14 years ago
  43. 2b6c1a0 glsl: Add new keywords and reserved words for GLSL 1.30. by Kenneth Graunke · 14 years ago
  44. 285036f glsl: Rework reserved word/keyword handling in the lexer. by Kenneth Graunke · 14 years ago
  45. cba9062 glsl: Fix lexer rule for ^= by Chad Versace · 14 years ago
  46. 7abdc71 glsl: Add lexer rules for << and >> in GLSL 1.30 by Chad Versace · 14 years ago
  47. 0c9fef6 glsl: Add lexer rules for uint and uvecN (N=2..4) by Chad Versace · 14 years ago
  48. 7f68cbd glsl: Add parser support for GL_ARB_explicit_attrib_location layouts by Ian Romanick · 14 years ago
  49. c5e7487 glsl: Recognize GLSL ES 1.00 keywords. by Kenneth Graunke · 14 years ago
  50. bea3963 glsl2: Parse #pragma lines by Ian Romanick · 14 years ago
  51. 5c77efc glsl2: Avoid token name collisions with names used by Windows header files by Ian Romanick · 14 years ago
  52. 5b9f3db glsl2: Eliminate tokens for square matrix short names by Ian Romanick · 14 years ago
  53. 77215e7 glsl2: Emit error from lexer when illegal reserved word is encountered by Ian Romanick · 14 years ago
  54. b7e63c3 glsl2: Add the 1.30 reserved keywords. by Kenneth Graunke · 14 years ago
  55. 47f3f22 glsl2: Add support for floating constants like "1f". by Eric Anholt · 14 years ago
  56. 6a41626 glsl2: Make non-square matrix keywords not keywords pre-120. by Eric Anholt · 14 years ago
  57. 192b57d glsl2: Make lowp, mediump, highp, and precision identifiers pre-1.20. by Eric Anholt · 14 years ago
  58. f50f065 glsl2: Parser support for GL_ARB_fragment_coord_conventions by Ian Romanick · 14 years ago
  59. 5304493 glsl2: Fix lexing of octal values, including "0". by Eric Anholt · 14 years ago
  60. 388ab9f glsl2: Initialize yylineno and yycolumn so line numbers are sane. by Kenneth Graunke · 14 years ago
  61. efb6b24 glsl2: Append _TOK to some parser tokens by Ian Romanick · 14 years ago
  62. 953ff12 glsl2: Use _mesa_glsl_parse_state as the talloc parent, not glsl_shader. by Kenneth Graunke · 14 years ago
  63. 2928588 glsl2: Move the compiler to the subdirectory it will live in in Mesa. by Eric Anholt · 14 years ago[Renamed from glsl_lexer.lpp]
  64. dc5811f Close memory leak in lexer. by Carl Worth · 14 years ago
  65. d07bb7b Remove comment support from the main lexer. by Kenneth Graunke · 14 years ago
  66. 4a2bbda Use yy_scan_string and stop caring about shader->SourceLen. by Kenneth Graunke · 14 years ago
  67. 93dad36 glsl_lexer: centroid and invariant are not reserved words in GLSL 1.10 by Ian Romanick · 14 years ago
  68. 8655b7e glsl_lexer: Handle interpolation qualifiers by Ian Romanick · 14 years ago
  69. a35e62d glsl_lexer: Quiet warning about unused unput(). by Eric Anholt · 14 years ago
  70. c11f1a4 Initial implementation of #line by Ian Romanick · 15 years ago
  71. b0b8fa4 Eat whitespace while in the PP state by Ian Romanick · 15 years ago
  72. 62f62ca Partially fix comment handling in preprocessor directives. by Ian Romanick · 15 years ago
  73. b0bb781 Don't track new type names during pass-1 parsing by Ian Romanick · 15 years ago
  74. d59673c autoconf for the ... by Ian Romanick · 15 years ago[Renamed (99%) from glsl_lexer.l]
  75. a87ac25 Initial commit. lol by Ian Romanick · 15 years ago