1. 5362e82 Add another pragma to disable another bunch of warnings. by Elliott Hughes · 1 year, 7 months ago
  2. 9eca06b Update to use nativehelper/JNIPlatformHelp.h by Orion Hodson · 5 years ago
  3. 6783dfb Use new UnsupportedAppUsage annotation. by Artur Satayev · 6 years ago
  4. 9c5ed18 Update stubs to use libnativehelper for java.nio.Buffer access by Orion Hodson · 6 years ago
  5. 91f564d glgen: sync generator with manual changes by Orion Hodson · 6 years ago
  6. b8ecc05 Sync generator script with manual Java changes by Orion Hodson · 6 years ago
  7. 8ecb312 Remove GCC-specific pragma am: 020c6ead1a am: 795c8c1d88 am: f3c3e9a946 by Pirama Arumuga Nainar · 8 years ago
  8. 020c6ea Remove GCC-specific pragma by Pirama Arumuga Nainar · 8 years ago
  9. 88bd1e0 cpp: use proper nativehelper headers by Steven Moreland · 8 years ago
  10. bdddbbc Add missing GLES 3.x metadata by Romain Guy · 8 years ago
  11. f7d15c5 Guarantee that glMapBufferRange/glGetBufferPointv return a ByteBuffer by Romain Guy · 9 years ago
  12. 7eb9c3a Add fallback case in glGetShaderInfoLog by Romain Guy · 9 years ago
  13. eec5db2 Implement the stub for glCreateShaderProgramv by Pablo Ceballos · 10 years ago
  14. dde548d Fix glGetTransformFeedbackVarying JNI by Pablo Ceballos · 10 years ago
  15. 8a59ca7 Add GLES32 class templates by Pablo Ceballos · 10 years ago
  16. b62e242 glgen: Better support for null arguments in JNI by Pablo Ceballos · 10 years ago
  17. 69b5141 Add missing OpenGLES 3.1 bitfield constants. by Pablo Ceballos · 10 years ago
  18. 4e7de46 Replace JNI primitive array critical calls with non-critical ones. by Hiroshi Yamauchi · 10 years ago
  19. ad0f52f Fix pointer-to-int and int-to-pointer warnings. by Dan Albert · 10 years ago
  20. b5da0d7 Frameworks/native: Add pragmas to glgen headers by Andreas Gampe · 11 years ago
  21. 3911090 opengl: Fix include style in generated JNI code by Jesse Hall · 11 years ago
  22. 0232d3d opengl: Un-hide GLES31 and GLES31Ext classes by Jesse Hall · 11 years ago
  23. 16f0392 opengl: Add GLES31 and GLES31Ext class templates by Jesse Hall · 11 years ago
  24. 2fc72d1 opengl: Fix whitespace in Java templates by Jesse Hall · 11 years ago
  25. d6b4e78 am aa01ad91: am aaa27fd5: Merge "Use reinterpret_cast when an integer is cast to a pointer" by Narayan Kamath · 11 years ago
  26. d8f0961 Use reinterpret_cast when an integer is cast to a pointer by Ashok Bhat · 11 years ago
  27. 50166d1 Hide three malformed GL bindings by Andy McFadden · 11 years ago
  28. c59db7f am 34c0fb18: am cc8f8ad3: Merge "Fix glGetUniformIndices JNI prototype" into jb-mr2-dev by Jesse Hall · 12 years ago
  29. 46fc9cb Fix glGetUniformIndices JNI prototype by Jesse Hall · 12 years ago
  30. 42137d2 Fix range check by Andy McFadden · 12 years ago
  31. c0d184b Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEX by Jesse Hall · 12 years ago
  32. 4f66930 Special-case glGetActiveUniformBlockName by Jesse Hall · 12 years ago
  33. fa4c117 Special-case glGetStringi by Jesse Hall · 12 years ago
  34. 1c8b8e8 Special-case glMapBufferRange by Jesse Hall · 12 years ago
  35. 610bbf2 Special-case glGetBufferPointerv by Jesse Hall · 12 years ago
  36. 27c86b9 Special-case glGetUniformIndices by Jesse Hall · 12 years ago
  37. 31f6edc Special-case glGetTransformFeedbackVarying by Jesse Hall · 12 years ago
  38. 552a620 Special-case glTransformFeedbackVaryings by Jesse Hall · 12 years ago
  39. 071fc66 Add buffer object versions of several functions by Jesse Hall · 12 years ago
  40. 2d9faaf Add ES3 functions and constants, difficult ones commented out by Jesse Hall · 12 years ago
  41. 63ed38d Generate GLES30 class, just a clone of GLES20 for now by Jesse Hall · 12 years ago
  42. bf13ba5 add some missing parameter validation in GLES java bindings by Mathias Agopian · 12 years ago
  43. 55b4e55 glgen stubs to fix bad methods in gles20 bindings by Thomas Tafertshofer · 13 years ago
  44. e58a97b OpenGL bindings fix for methods with iobuffer args by Thomas Tafertshofer · 13 years ago
  45. 9c6c699 GLES: add image external enums by Jamie Gennis · 14 years ago
  46. 9875750 Kill the global references in the OpenGL wrappers. by Elliott Hughes · 14 years ago
  47. 22b0389 Fix newlines in this file. by Dan Bornstein · 15 years ago
  48. bd393b7 Add correct copyright headers to multiple files by Kenny Root · 15 years ago
  49. 66089a3 Implement Matrix Palette extension. by Jack Palevich · 16 years ago
  50. 50d0b14 Add a Java API for OpenGL ES 2.0. by Jack Palevich · 16 years ago
  51. 6eedc8d Fix bug 1856713 gl Pointer functions should use Buffer position by Jack Palevich · 16 years ago
  52. d373c63 remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eglext.h by Mathias Agopian · 16 years ago
  53. 593f203 Fix automatically generated code for glGet by Jack Palevich · 16 years ago
  54. 3327d6c Enable static Java APIs for OpenGL ES 1.1 extensions. by Jack Palevich · 16 years ago
  55. 427f585 Add an Android-specific static OpenGL ES 1.1 Java API. by Jack Palevich · 16 years ago