1. 68fe74a Add a compiler query for the translator output type. by Jamie Madill · 10 years ago
  2. 32e66b7 Add newline to fix clang compile by Shannon Woods · 10 years ago
  3. 4648508 Implement EXT_shader_texture_lod by Nicolas Capens · 10 years ago
  4. 1773282 Moved the compiler source files into directories based on their project and added a compiler.gypi to generate the compiler projects. by Geoff Lang · 11 years ago[Renamed (90%) from src/compiler/TranslatorGLSL.cpp]
  5. 02f20dd Fix compile error regressions in OutputGLSL and OutputESSL. by Jamie Madill · 11 years ago
  6. 1d432bb Incorporated patch from haixia@ changing the default implementation of by shannon.woods@transgaming.com · 11 years ago
  7. 4167cc9 Incorporated BSD-licensed changes implementing array bounds clamping. by daniel@transgaming.com · 11 years ago
  8. 0aa3b5a Implement user-defined name hashing. by daniel@transgaming.com · 12 years ago
  9. 32e9731 Emulate certain buil-in functions to work around driver bugs. by zmo@google.com · 13 years ago
  10. 9ecf395 GLSL backend now emits "#version 120" to legally access invariant keyword and gl_PointCoord built-in variable. by alokp@chromium.org · 14 years ago
  11. 4888ceb Made the API of shader translator library consistent. by alokp@chromium.org · 14 years ago
  12. 07620a5 - Moved the implementation for ShCompile to the compiler class so that internal details about compiler can be encapsulated. Now we do not need to expose built-in symbol table. by alokp@chromium.org · 14 years ago
  13. 29cd91a Added an option for specifying language specification in preparation for supporting WebGL in addition to GLES2. This CL just replaces unused debugOptions variable with EShSpec variable. by alokp@chromium.org · 14 years ago
  14. a499cfc Fixed multiple issues with struct declaration and construction. by alokp@chromium.org · 14 years ago
  15. bbf56f7 Use directory qualified #include files by daniel@transgaming.com · 14 years ago
  16. 76b8208 Added GLSL backend for ESSL translator. by alokp@chromium.org · 14 years ago