1. 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/intermOut.cpp]
  2. 94bf7f2 Used size_t for object size instead of signed int. by Jamie Madill · 11 years ago
  3. 075edd8 Refactor location tracking. by Jamie Madill · 11 years ago
  4. c0f7c61 Fix some uint handling. by Nicolas Capens · 11 years ago
  5. ab60b93 Renamed UnsignedInt to UInt in the compiler. by Nicolas Capens · 11 years ago
  6. 298f907 Eliminated an unused parameter. by shannonwoods@chromium.org · 11 years ago
  7. 6b70991 Add support for the unsigned integer scalar type to the shader translator. by shannonwoods@chromium.org · 11 years ago
  8. 09e0988 Add a secondary size field to the shader language types, to account for matrix rows. Also add some extra logic by shannonwoods@chromium.org · 11 years ago
  9. 4430b0d Add support to the GLSL to HLSL translator for interface blocks with instance names. by shannonwoods@chromium.org · 11 years ago
  10. 4167cc9 Incorporated BSD-licensed changes implementing array bounds clamping. by daniel@transgaming.com · 11 years ago
  11. a9ae4aa Fix for bogus "Bad aggregation op" error when dumping intermediate tree by daniel@transgaming.com · 13 years ago
  12. 5281355 Replaced TIntermLoop::testFirst with TIntermLoop::loopType to clearly indicate which type of loop it is. In some cases it is not possble to differentiate between a for-loop and while-loop. by alokp@chromium.org · 14 years ago
  13. 7beea40 Added API to query for active attribs and uniforms. These functions are modeled after glGetShaderiv, glGetProgramiv, glGetActiveAttrib, and glGetActiveUniform. The main difference between this and OpenGL API is that we do not have programs - just shaders. by alokp@chromium.org · 14 years ago
  14. 4e4facd Refactored InfoSink. I have replaced most instances of sprintf with std::ostringstream to make it safer. I have made sure that everything still compiles and passes conformance tests. by alokp@chromium.org · 14 years ago
  15. a5d7623 Enforce fragment precision qualifier requirement by daniel@transgaming.com · 14 years ago
  16. bbf56f7 Use directory qualified #include files by daniel@transgaming.com · 14 years ago
  17. 76b8208 Added GLSL backend for ESSL translator. by alokp@chromium.org · 14 years ago
  18. acc5113 mv Compiler/* -> src/compiler/* Trac #11406 Signed-off-by: Nicolas Capens by daniel@transgaming.com · 14 years ago[Renamed from Compiler/intermOut.cpp]
  19. 998dd9f Factor out all operators that are invalid for ES2. by daniel@transgaming.com · 14 years ago
  20. 4f39fd9 Initial import from TransGaming by daniel@transgaming.com · 14 years ago