1. 774d706 Cleaned up translator API. Deleted unsupported dead code. by alokp@chromium.org · 14 years ago
  2. 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
  3. 84a9628 Moved windows-only targets into OS==win conditional. by alokp@chromium.org · 14 years ago
  4. e07980c removed execute permissions on smoke.tga (was causing problems on windows) by daniel@transgaming.com · 14 years ago
  5. 7441c9c Associate the sample.sln file with visual C++ express. by daniel@transgaming.com · 14 years ago
  6. 0270ef1 Changed the default character set to be UNICODE, the same as chromium. Changes to fix compile errors and warnings. by alokp@chromium.org · 14 years ago
  7. 403c9e5 Added libGLESv2, libEGL, and all samples to GYP. by alokp@chromium.org · 14 years ago
  8. 29d56fb Added GYP build files. GYP files are needed for integration with chromium and cross-platform build for glsl translator. It would really be nice if we did not have to maintain two build systems. For now I have only moved the GLSL translator to gyp build system. Please note that the gyp files awkwardly have build_ prefix so they do not conflict with the manually-maintained sln files. by alokp@chromium.org · 14 years ago
  9. 1180ea7 Fixed the title of texture-wrap sample. by alokp@chromium.org · 14 years ago
  10. 76b8208 Added GLSL backend for ESSL translator. by alokp@chromium.org · 14 years ago
  11. 24a0486 Add smoke.tga for gles2\ParticleSystem sample by daniel@transgaming.com · 14 years ago
  12. 5539a34 Added a few samples from GLES 2.0 book. by alokp@chromium.org · 14 years ago