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