1. 9eedea0 Fix code styles in OutputGLSLBase, SymbolTable, and Types. by Zhenyao Mo · 10 years ago
  2. 904a916 Fix nested struct scope support in GL backend. by Zhenyao Mo · 10 years ago
  3. 4648508 Implement EXT_shader_texture_lod by Nicolas Capens · 10 years ago
  4. 550c600 Improvement on loop unrolling with loops indexing sampler arrays by Zhenyao Mo · 10 years ago
  5. 7cab38b Add an option to unfold short circuiting in AST. by Zhenyao Mo · 11 years ago
  6. 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 (99%) from src/compiler/OutputGLSLBase.cpp]
  7. 02f20dd Fix compile error regressions in OutputGLSL and OutputESSL. by Jamie Madill · 11 years ago
  8. 98493dd Simplified TType class by carving out TStructure and TField. by Jamie Madill · 11 years ago
  9. 94bf7f2 Used size_t for object size instead of signed int. by Jamie Madill · 11 years ago
  10. 97b16d1 Do not hash mapping field names of a reserved struct. by daniel@transgaming.com · 11 years ago
  11. 1d432bb Incorporated patch from haixia@ changing the default implementation of by shannon.woods@transgaming.com · 11 years ago
  12. 773ff74 Build fix. by daniel@transgaming.com · 11 years ago
  13. 6c1203f In generated shaders, output +INF and -INF as largest single precision floating point number. by daniel@transgaming.com · 11 years ago
  14. 4167cc9 Incorporated BSD-licensed changes implementing array bounds clamping. by daniel@transgaming.com · 11 years ago
  15. 0aa3b5a Implement user-defined name hashing. by daniel@transgaming.com · 12 years ago
  16. f420c42 Add/remove more functions to use shims. by zmo@google.com · 13 years ago
  17. 32e9731 Emulate certain buil-in functions to work around driver bugs. by zmo@google.com · 13 years ago
  18. 57f7ce0 Output the precision for the return type in function declarations. by kbr@chromium.org · 13 years ago
  19. 189be2f Emit precisions in function arguments and return type for GLES2. by zmo@google.com · 13 years ago
  20. 5601ea0 Implement ES2 backend for Angle translator. by zmo@google.com · 13 years ago