1. e97a31e Fixed clang warnings and unmuted these warnings by Alexis Hetu · 8 years ago
  2. 0bac285 Apply the Apache 2.0 license. by Nicolas Capens · 9 years ago
  3. f91d9c1 Fix scoping of function parameters for GLSL ES 1.0 by Nicolas Capens · 9 years ago
  4. 0637eac Fix local variable hides function parameter for GLSL ES 1.0 by Nicolas Capens · 9 years ago
  5. 0863f0d Handle constant expressions that have not been constant folded. by Nicolas Capens · 9 years ago
  6. 407813b Parser cleanup by Alexis Hetu · 9 years ago
  7. 1aa4b61 Local variables hide function arguments by Veranika Liaukevich · 9 years ago
  8. eced26a Modify glslang.y to support Bison 3.0.2. by Veranika Liaukevich · 9 years ago
  9. 7df892d Minor unary math cleanup by Alexis Hetu · 10 years ago
  10. 950cb44 Completing the "length()" intrinsic function implementation by Alexis Hetu · 10 years ago
  11. ad52775 Invariant keyword support by Alexis Hetu · 10 years ago
  12. 253fdd1 Completed conversion of TSourceLoc into a struct by Alexis Hetu · 10 years ago
  13. 76079bc Small named variable cleanup by Alexis Hetu · 10 years ago
  14. eee212e Ternary selection cleanup by Alexis Hetu · 10 years ago
  15. 3e9e208 Added more info to ES3 only errors in parser by Alexis Hetu · 10 years ago
  16. b3ff42c Moved function creation code from glslang.y to TParseContext. by Alexis Hetu · 10 years ago
  17. 0a65584 Better encapsulation for TParseContext by Alexis Hetu · 10 years ago
  18. e524669 Adding unsized arrays to the glsl parser by Alexis Hetu · 10 years ago
  19. b476958 Binary math cleanup by Alexis Hetu · 10 years ago
  20. 15ae36c Support for @ in the parser by Alexis Hetu · 10 years ago
  21. 76a343a Adding switch case default keywords by Alexis Hetu · 10 years ago
  22. a35d823 Adding Interface Blocks to glsl parser by Alexis Hetu · 10 years ago
  23. dd7ff7a Initializer cleanup by Alexis Hetu · 10 years ago
  24. ad6b875 More ground work for Uniform blocks by Alexis Hetu · 10 years ago
  25. a8b364b Adding Struct related types by Alexis Hetu · 10 years ago
  26. 42ff6b1 Add proper in/out shader types by Alexis Hetu · 10 years ago
  27. 00106d4 Fixed NxM matrix construction and minor issues by Alexis Hetu · 10 years ago
  28. d061e42 Added type checking for Mod and bitwise ops by Alexis Hetu · 10 years ago
  29. 1780905 Adding bitwise operators to parser by Alexis Hetu · 10 years ago
  30. b7c46af Adding unsigned int types to parser by Alexis Hetu · 10 years ago
  31. 55a2cbc Adding new glsl interpolation qualifiers by Alexis Hetu · 10 years ago
  32. b14178b Completing GLES 3.0 language parser by Alexis Hetu · 10 years ago
  33. b1e911a Constant function parameters are not constant expressions. by Nicolas Capens · 10 years ago
  34. 31ad2aa Rename EvqConst to EvqConstExpr by Nicolas Capens · 10 years ago
  35. d603ecd Explicitly insert builtins at symbol level 0 and declare variables at the top level. by Nicolas Capens · 10 years ago
  36. 0a7f0c2 Pass the shader version to the symbol table. by Nicolas Capens · 10 years ago
  37. 7d62679 Implement support for layout qualifier locations. by Nicolas Capens · 10 years ago
  38. 2c1239f Add support for unsigned integer literals in the shading language. by Nicolas Capens · 10 years ago
  39. e4b1b1d Implement shader compiler support for uint vectors. by Nicolas Capens · 10 years ago
  40. 3c20f80 Implement shader compiler support for uint scalars. by Nicolas Capens · 10 years ago
  41. a6a79ab Support in/out as type qualifiers. by Nicolas Capens · 10 years ago
  42. c684185 Add support for new ESSL 3.00 keywords. by Nicolas Capens · 10 years ago
  43. 08ca3c6 Eliminate compiling for the WebGL spec. by Nicolas Capens · 10 years ago
  44. 6407fe8 Eliminate the ShaderLang interface. by Nicolas Capens · 10 years ago
  45. 198529d Provide safer and more convenient constant union accessors. by Nicolas Capens · 10 years ago
  46. b027aa9 Adding Texture3D support. by Alexis Hetu · 10 years ago
  47. cc863da Remove the Radiance compiler copy and use OpenGL's instead. by Nicolas Capens · 10 years ago
  48. 54b721d Fix allowing fragment shader invariant declarations. by Nicolas Capens · 10 years ago
  49. e832139 Rename the GLES2 folder to OpenGL. by Nicolas Capens · 10 years ago[Renamed from src/GLES2/compiler/glslang_tab.cpp]
  50. e9c5e4f Implement GL_OES_EGL_image_external support. by Nicolas Capens · 11 years ago
  51. d4ae863 Update to June 11 2013 code drop. by John Bauman · 11 years ago
  52. 66b8ab2 Add SwiftShader dump from Feb 6 2013 by John Bauman · 11 years ago