1. c863935 Generate new EGLExt class by Jesse Hall · 12 years ago
  2. c0d184b Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEX by Jesse Hall · 12 years ago
  3. 4f66930 Special-case glGetActiveUniformBlockName by Jesse Hall · 12 years ago
  4. fa4c117 Special-case glGetStringi by Jesse Hall · 12 years ago
  5. 1c8b8e8 Special-case glMapBufferRange by Jesse Hall · 12 years ago
  6. 610bbf2 Special-case glGetBufferPointerv by Jesse Hall · 12 years ago
  7. 27c86b9 Special-case glGetUniformIndices by Jesse Hall · 12 years ago
  8. 31f6edc Special-case glGetTransformFeedbackVarying by Jesse Hall · 12 years ago
  9. 552a620 Special-case glTransformFeedbackVaryings by Jesse Hall · 12 years ago
  10. 071fc66 Add buffer object versions of several functions by Jesse Hall · 12 years ago
  11. 68fc8bb Add *int64 and GLsync types and related functions by Jesse Hall · 12 years ago
  12. 2d9faaf Add ES3 functions and constants, difficult ones commented out by Jesse Hall · 12 years ago
  13. 439bc16 Minor changes to ES3 functions inherited from ES2 by Jesse Hall · 12 years ago
  14. 63ed38d Generate GLES30 class, just a clone of GLES20 for now by Jesse Hall · 12 years ago
  15. a3b641e Make gen more readable, use UNIX-style line endings by Jesse Hall · 12 years ago
  16. 7284145 Add eglPresentationTimeANDROID by Andy McFadden · 12 years ago
  17. bf13ba5 add some missing parameter validation in GLES java bindings by Mathias Agopian · 12 years ago
  18. 1e602df sort the check file in alphabetical order by Mathias Agopian · 12 years ago
  19. 5e530e0 am a151a19d: Merge "Fix return type of glGetAttribLocation and glGetUniformLocation" by Andrew Hsieh · 13 years ago
  20. 300ad09 Fix return type of glGetAttribLocation and glGetUniformLocation by Andrew Hsieh · 13 years ago
  21. 66a42db improve glgen tool to support EGL1.4 by Thomas Tafertshofer · 13 years ago
  22. 62d08f5 Add Java support for a few accidentally omitted OpenGL ES APIs. by Jack Palevich · 14 years ago
  23. b3ffef9 Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer. by Jack Palevich · 15 years ago
  24. e44e45c Implement the GL11ExtensionPack APIs. by Jack Palevich · 15 years ago
  25. 66089a3 Implement Matrix Palette extension. by Jack Palevich · 16 years ago
  26. 50d0b14 Add a Java API for OpenGL ES 2.0. by Jack Palevich · 16 years ago
  27. 5afdc87 Add size checks for glBufferData and glBufferSubData by Jack Palevich · 16 years ago
  28. 593f203 Fix automatically generated code for glGet by Jack Palevich · 16 years ago
  29. 3327d6c Enable static Java APIs for OpenGL ES 1.1 extensions. by Jack Palevich · 16 years ago
  30. 427f585 Add an Android-specific static OpenGL ES 1.1 Java API. by Jack Palevich · 16 years ago