1. 6b9cb25 Rename ParseHelper.cpp/h to ParseContext.cpp/h. by Jamie Madill · 11 years ago
  2. 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/parseConst.cpp]
  3. 94bf7f2 Used size_t for object size instead of signed int. by Jamie Madill · 11 years ago
  4. 075edd8 Refactor location tracking. by Jamie Madill · 11 years ago
  5. 298f907 Eliminated an unused parameter. by shannonwoods@chromium.org · 11 years ago
  6. 9bd22fa Add support for non-square matrices to the shader translator. by shannonwoods@chromium.org · 11 years ago
  7. 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
  8. 6df256c Ignore constants that have not been initialized. by shannon.woods%transgaming.com@gtempaccount.com · 11 years ago
  9. b2dfd8e Fix warnings about initialization order in the class initialization list. Submitted by timeless. by alokp@chromium.org · 14 years ago
  10. 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
  11. 6ff56fd Renamed constUnion class to ConstantUnion. by alokp@chromium.org · 14 years ago
  12. bbf56f7 Use directory qualified #include files by daniel@transgaming.com · 14 years ago
  13. acc5113 mv Compiler/* -> src/compiler/* Trac #11406 Signed-off-by: Nicolas Capens by daniel@transgaming.com · 14 years ago[Renamed from Compiler/parseConst.cpp]
  14. 49bce7e Compiler - implement matrix construction and equality by daniel@transgaming.com · 14 years ago
  15. 4f39fd9 Initial import from TransGaming by daniel@transgaming.com · 14 years ago