1. b1d6b73 EGL 1.5 cleanup eglGetPlatformDisplay by Courtney Goeltzenleuchter · 6 years ago
  2. b28648c Generated EGL 1.5 support by Courtney Goeltzenleuchter · 6 years ago
  3. 7cc5892 Make a GLESv1 only entries for GLESv1 driver loading by Yiwei Zhang · 6 years ago
  4. 1381b18 Update EGL and GLES headers. by Krzysztof Kosiński · 6 years ago
  5. 8ecb312 Remove GCC-specific pragma am: 020c6ead1a am: 795c8c1d88 am: f3c3e9a946 by Pirama Arumuga Nainar · 7 years ago
  6. 020c6ea Remove GCC-specific pragma by Pirama Arumuga Nainar · 7 years ago
  7. 88bd1e0 cpp: use proper nativehelper headers by Steven Moreland · 7 years ago
  8. f372c1f Add EGL_KHR_no_config_context extension header info by Courtney Goeltzenleuchter · 7 years ago
  9. 21b33cb Add new EGL colorspace extensions by Courtney Goeltzenleuchter · 7 years ago
  10. 9c49387 Add EGL_SCALE_METADATA enum by Courtney Goeltzenleuchter · 8 years ago
  11. 62203bf EGL: Grab relevant upstream colorspace changes by Courtney Goeltzenleuchter · 8 years ago
  12. bdddbbc Add missing GLES 3.x metadata by Romain Guy · 8 years ago
  13. 94ec839 Merge "Fix a use-of-uninitialized-value warning" am: d047e10558 am: f9e9c5bc2e am: dfadb2a1da by George Burgess IV · 8 years ago
  14. 2c3ccae Fix a use-of-uninitialized-value warning by George Burgess IV · 8 years ago
  15. 0e4e395 Add support for EGL_EXT_pixel_format_float by Courtney Goeltzenleuchter · 8 years ago
  16. db57f06 Add EGL_RECORDABLE_ANDROID enum in EGLExt by Kalle Raita · 8 years ago
  17. 7969999 Add null checks for *Buffer params by Romain Guy · 8 years ago
  18. f7d15c5 Guarantee that glMapBufferRange/glGetBufferPointv return a ByteBuffer by Romain Guy · 8 years ago
  19. 3569a00 Deprecate eglCreatePixmapSurface by Romain Guy · 8 years ago
  20. 7eb9c3a Add fallback case in glGetShaderInfoLog by Romain Guy · 8 years ago
  21. eec5db2 Implement the stub for glCreateShaderProgramv by Pablo Ceballos · 9 years ago
  22. 0ef7178 Merge "Fix glGetTransformFeedbackVarying JNI" into nyc-dev by Pablo Ceballos · 9 years ago
  23. 23ca606 Add glReadPixels with buffer-offset argument by Pablo Ceballos · 9 years ago
  24. dde548d Fix glGetTransformFeedbackVarying JNI by Pablo Ceballos · 9 years ago
  25. 8a59ca7 Add GLES32 class templates by Pablo Ceballos · 9 years ago
  26. 4690754 opengl: Update headers and registry and regenerate *api.in by Pablo Ceballos · 9 years ago
  27. b62e242 glgen: Better support for null arguments in JNI by Pablo Ceballos · 9 years ago
  28. 69b5141 Add missing OpenGLES 3.1 bitfield constants. by Pablo Ceballos · 9 years ago
  29. c4e95a3 constify generated JNINativeMethod fn ptr tables by Daniel Micay · 9 years ago
  30. edfe72e Fix EGL shim extension injection for GL ES 3 drivers. by Alistair Strachan · 9 years ago
  31. 569bc1b Replace JNI primitive array critical calls with non-critical ones. by Hiroshi Yamauchi · 9 years ago
  32. ad0f52f Fix pointer-to-int and int-to-pointer warnings. by Dan Albert · 10 years ago
  33. 4aaa393 Merge "Avoid overwriting EGL14.EGL_NO_SURFACE" by Jesse Hall · 10 years ago
  34. 7290c24 Avoid overwriting EGL14.EGL_NO_SURFACE by Sangkyu Lee · 10 years ago
  35. b5da0d7 Frameworks/native: Add pragmas to glgen headers by Andreas Gampe · 10 years ago
  36. 3911090 opengl: Fix include style in generated JNI code by Jesse Hall · 10 years ago
  37. 0232d3d opengl: Un-hide GLES31 and GLES31Ext classes by Jesse Hall · 10 years ago
  38. 16f0392 opengl: Add GLES31 and GLES31Ext class templates by Jesse Hall · 10 years ago
  39. 26d82dd Merge "opengl: Regenerate code with ES 3.1 and new extensions" by Jesse Hall · 10 years ago
  40. c1eef76 Merge "opengl: Add EXT_primitive_bounding_box to registry" by Jesse Hall · 10 years ago
  41. 481b5eb Merge "opengl: Update registry and headers from Khronos" by Jesse Hall · 10 years ago
  42. eb6e4cc Merge "opengl: Generate *.in from registry XML" by Jesse Hall · 10 years ago
  43. 0abc6e9 Merge "Import GL registry from upstream @r26448." by Jesse Hall · 10 years ago
  44. 6cb7d3d opengl: Regenerate code with ES 3.1 and new extensions by Jesse Hall · 10 years ago
  45. a66730f opengl: Add EXT_primitive_bounding_box to registry by Jesse Hall · 10 years ago
  46. f466a51 opengl: Update registry and headers from Khronos by Jesse Hall · 10 years ago
  47. 4a73962 opengl: Generate *.in from registry XML by Jesse Hall · 10 years ago
  48. a42788e Import GL registry from upstream @r26448. by Jesse Hall · 10 years ago
  49. 2fc72d1 opengl: Fix whitespace in Java templates by Jesse Hall · 10 years ago
  50. 622b6b2 Fix bad link tag in javadoc. by Narayan Kamath · 11 years ago
  51. a90086a API changes for 64 bit platforms. by Narayan Kamath · 11 years ago
  52. 2c95c57 am 3e599252: am 93e6a48b: Merge "AArch64: Make eglGetDisplay(int) work for EGL_DEFAULT_DISPLAY" by Narayan Kamath · 11 years ago
  53. d61b48c AArch64: Make eglGetDisplay(int) work for EGL_DEFAULT_DISPLAY by Ashok Bhat · 11 years ago
  54. d6b4e78 am aa01ad91: am aaa27fd5: Merge "Use reinterpret_cast when an integer is cast to a pointer" by Narayan Kamath · 11 years ago
  55. ab7b4fe am 097b5991: am e5c99bf3: Merge "Use long for pointers in opengl/EGL classes" by Narayan Kamath · 11 years ago
  56. aaa27fd Merge "Use reinterpret_cast when an integer is cast to a pointer" by Narayan Kamath · 11 years ago
  57. d8f0961 Use reinterpret_cast when an integer is cast to a pointer by Ashok Bhat · 11 years ago
  58. ab6fc2a Use long for pointers in opengl/EGL classes by Ashok Bhat · 11 years ago
  59. 9076fa7 Merge "Update EGL codegen to be in sync with frameworks/base" by Narayan Kamath · 11 years ago
  60. fb913cd Update GLES codegen to be in sync with frameworks/base by Ashok Bhat · 11 years ago
  61. 8e472fb Update EGL codegen to be in sync with frameworks/base by Ashok Bhat · 11 years ago
  62. 50166d1 Hide three malformed GL bindings by Andy McFadden · 11 years ago
  63. b7f3742 am d9be16f9: Merge "Fix OpenGL stub exception handling." by Elliott Hughes · 11 years ago
  64. 2adde7c Fix OpenGL stub exception handling. by Elliott Hughes · 11 years ago
  65. db89edc All consumers now take an IGraphicBufferConsumer instead of a BufferQueue by Mathias Agopian · 11 years ago
  66. 9a90aa9 Fix wrapper equals() by Andy McFadden · 11 years ago
  67. 16b4f33 am 958ef3d7: am c8639351: Generate new EGLExt class by Jesse Hall · 11 years ago
  68. c863935 Generate new EGLExt class by Jesse Hall · 11 years ago
  69. c59db7f am 34c0fb18: am cc8f8ad3: Merge "Fix glGetUniformIndices JNI prototype" into jb-mr2-dev by Jesse Hall · 11 years ago
  70. 46fc9cb Fix glGetUniformIndices JNI prototype by Jesse Hall · 11 years ago
  71. 42137d2 Fix range check by Andy McFadden · 11 years ago
  72. c0d184b Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEX by Jesse Hall · 11 years ago
  73. 4f66930 Special-case glGetActiveUniformBlockName by Jesse Hall · 11 years ago
  74. fa4c117 Special-case glGetStringi by Jesse Hall · 11 years ago
  75. 1c8b8e8 Special-case glMapBufferRange by Jesse Hall · 11 years ago
  76. 610bbf2 Special-case glGetBufferPointerv by Jesse Hall · 11 years ago
  77. 27c86b9 Special-case glGetUniformIndices by Jesse Hall · 11 years ago
  78. 31f6edc Special-case glGetTransformFeedbackVarying by Jesse Hall · 11 years ago
  79. 552a620 Special-case glTransformFeedbackVaryings by Jesse Hall · 11 years ago
  80. 071fc66 Add buffer object versions of several functions by Jesse Hall · 11 years ago
  81. 68fc8bb Add *int64 and GLsync types and related functions by Jesse Hall · 11 years ago
  82. 2d9faaf Add ES3 functions and constants, difficult ones commented out by Jesse Hall · 11 years ago
  83. 0eb6ad5 Support "const GLChar*" and "const GLenum*" types by Jesse Hall · 11 years ago
  84. 439bc16 Minor changes to ES3 functions inherited from ES2 by Jesse Hall · 11 years ago
  85. 63ed38d Generate GLES30 class, just a clone of GLES20 for now by Jesse Hall · 11 years ago
  86. a3b641e Make gen more readable, use UNIX-style line endings by Jesse Hall · 11 years ago
  87. 7284145 Add eglPresentationTimeANDROID by Andy McFadden · 12 years ago
  88. bf13ba5 add some missing parameter validation in GLES java bindings by Mathias Agopian · 12 years ago
  89. 1e602df sort the check file in alphabetical order by Mathias Agopian · 12 years ago
  90. 54c2818 update glgen to take into account recent changes by Mathias Agopian · 12 years ago
  91. e3c697f Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  92. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  93. 16ac25b am 168dfe71: am 5e530e02: am a151a19d: Merge "Fix return type of glGetAttribLocation and glGetUniformLocation" by Andrew Hsieh · 12 years ago
  94. 5e530e0 am a151a19d: Merge "Fix return type of glGetAttribLocation and glGetUniformLocation" by Andrew Hsieh · 12 years ago
  95. 300ad09 Fix return type of glGetAttribLocation and glGetUniformLocation by Andrew Hsieh · 12 years ago
  96. 62a0a2a Updated eglCreateWindowSurface stub for glgen by Thomas Tafertshofer · 12 years ago
  97. 36b285e Fixed bug in opengl es binding generation by Thomas Tafertshofer · 12 years ago
  98. 55b4e55 glgen stubs to fix bad methods in gles20 bindings by Thomas Tafertshofer · 12 years ago
  99. df5cbd7 Merge "OpenGL bindings fix for methods with iobuffer args" by Mathias Agopian · 12 years ago
  100. c5ee93e Remove @hide from the generated EGL 1.4 API by Thomas Tafertshofer · 12 years ago