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