1. 43ef0c3 EGLAttrib requires special handling in JNI by Courtney Goeltzenleuchter · 5 years ago
  2. 71fae62 Pass Bitmap's native instance to JNI where feasible by Leon Scroggins III · 5 years ago
  3. 986992f Make EGL15 class final by Courtney Goeltzenleuchter · 6 years ago
  4. 6e8c60c Add EGL15: eglCreateImage, eglDestroyImage by Courtney Goeltzenleuchter · 6 years ago
  5. 367ed8b Update to EGL 1.5 by Courtney Goeltzenleuchter · 6 years ago
  6. b6c9782 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  7. c04326d7 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  8. 287a131 remove unused private field by Mike Reed · 7 years ago
  9. e7f4286 Workaround apps that override surfaceCreated by John Reck · 7 years ago
  10. 5e490d6 docs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f3 am: 94122af913 by Ricardo Loo · 7 years ago
  11. 232c490 docs: Update gluUnProject parameter description. by Ricardo Loo · 7 years ago
  12. ebce2a7 Add EGL_RECORDABLE_ANDROID enum in EGLExt by Kalle Raita · 7 years ago
  13. 25cfa13 Provide non-blocking SurfaceView draw notification path. by Robert Carr · 8 years ago
  14. 986af18 Guarantee that glMapBufferRange/glGetBufferPointv return a ByteBuffer by Romain Guy · 8 years ago
  15. 1f071dd Deprecate eglCreatePixmapSurface by Romain Guy · 8 years ago
  16. a6546e4 Merge \"Merge \\"update GlSurfaceView:onPause/Resume docs\\" into nyc-mr1-dev am: ee557b2b99\" into nyc-mr1-dev-plus-aosp by John Reck · 8 years ago
  17. cf89019 update GlSurfaceView:onPause/Resume docs by John Reck · 8 years ago
  18. 35ff3b3 Correct spelling error in GLSurfaceView. by Aurimas Liutikas · 8 years ago
  19. fd3cee1 Make surfaceRedrawNeeded forgiving by John Reck · 8 years ago
  20. 86a27f3 Merge "Fix glGetTransformFeedbackVarying JNI" into nyc-dev by Pablo Ceballos · 8 years ago
  21. 68981ff Add glReadPixels with buffer-offset argument by Pablo Ceballos · 8 years ago
  22. 59fb43e Fix glGetTransformFeedbackVarying JNI by Pablo Ceballos · 8 years ago
  23. d4393b2 Fix reentrant deadlock in GLSurfaceView. by Robert Carr · 8 years ago
  24. 2b3bf72 Implement surfaceRedrawNeeded for GLSurfaceView by Robert Carr · 8 years ago
  25. 38c1a7e Add GLES32 class and JNI by Pablo Ceballos · 9 years ago
  26. dce45fd Merge "Add missing OpenGLES 3.1 bitfield constants." by Pablo Ceballos · 9 years ago
  27. a4d4e82 Remove GLTrace support by Pablo Ceballos · 9 years ago
  28. 3cdc93c Add missing OpenGLES 3.1 bitfield constants. by Pablo Ceballos · 9 years ago
  29. 59b429d Add tracing to GLSurfaceView by Chris Craik · 9 years ago
  30. f4faeac Cleanup Bitmap JNI attempt #2 by John Reck · 9 years ago
  31. c02977e Revert "Cleanup Bitmap JNI" by Chad Jones · 9 years ago
  32. b291524 Cleanup Bitmap JNI by John Reck · 9 years ago
  33. 77e4a52 Re-allow suppressing onDetachedFromWindow by John Reck · 10 years ago
  34. f47a594 Fix onTrimMemory for HardwareRenderer by John Reck · 10 years ago
  35. 61b2dfe opengl: Un-hide GLES31 and GLES31Ext classes by Jesse Hall · 10 years ago
  36. 7ab63ac opengl: Add GLES31 and GLES31Ext classes by Jesse Hall · 10 years ago
  37. 4660c9e am 43cea7ea: am 650a8860: am fc3c6a0e: Merge "EGL_OPENGL_ES3_BIT_KHR is set as ES 3 context is requested." by Jesse Hall · 10 years ago
  38. 28a5c59 EGL_OPENGL_ES3_BIT_KHR is set as ES 3 context is requested. by Jin Zhebin · 10 years ago
  39. b14dfe2 Revert "Revert "Workaround apps not calling super.onDetachedFromWindow()"" by John Reck · 10 years ago
  40. bac16fa Revert "Workaround apps not calling super.onDetachedFromWindow()" by Bart Sears · 10 years ago
  41. 198d208 Workaround apps not calling super.onDetachedFromWindow() by John Reck · 10 years ago
  42. 80009c0 Fix bad link tag in javadoc. by Narayan Kamath · 10 years ago
  43. 1801b18 API changes for 64 bit platforms. by Narayan Kamath · 10 years ago
  44. e5f9894 am 7aec4109: am 7aeb4307: am 2525acf5: am e4dae5f2: Merge "AArch64: Make eglGetDisplay(int) work for EGL_DEFAULT_DISPLAY" by Narayan Kamath · 10 years ago
  45. 64d38d9 AArch64: Make eglGetDisplay(int) work for EGL_DEFAULT_DISPLAY by Ashok Bhat · 10 years ago
  46. a77cf87 Merge "Tabs -> spaces in frameworks/base." by John Spurlock · 10 years ago
  47. 8a985d2 Tabs -> spaces in frameworks/base. by John Spurlock · 10 years ago
  48. 58908b0 am d8410d38: am 614b00de: am a88abfb3: am 6ab07fac: Merge "Use long for pointers in opengl/EGL classes" by Narayan Kamath · 10 years ago
  49. 84bbeb9 Use long for pointers in opengl/EGL classes by Ashok Bhat · 10 years ago
  50. 9ba6ecb Hide three malformed GL bindings by Andy McFadden · 10 years ago
  51. 863f98b Use long to store pointers in GLES_JNI/EGL classes by Ashok Bhat · 10 years ago
  52. a0ab49b Merge "Fix incorrect name in eglSwapBuffers log wrapper" by Jesse Hall · 10 years ago
  53. 5446040 Fix incorrect name in eglSwapBuffers log wrapper by Brian Harris · 10 years ago
  54. 066bdcf Merge "Fix wrapper equals()" by Andy McFadden · 11 years ago
  55. a017553 Fix wrapper equals() by Andy McFadden · 11 years ago
  56. 043d13a Minor fixes to android.opengl.Matrix by Andy McFadden · 11 years ago
  57. 0c79d80 Add android.opengl.EGLExt class for EGL extensions by Jesse Hall · 11 years ago
  58. f48b032 Revert all recent GLSurfaceView changes. by Jeff Brown · 11 years ago
  59. 8b60e45 Fix change of behavior in Looper.quit(). by Jeff Brown · 11 years ago
  60. 78bc203 don't trigger a render when setting the rendermode by Mathias Agopian · 11 years ago
  61. c7bdd50 Merge "Unhide android.opengl.GLES30 class and contents" into jb-mr2-dev by Jesse Hall · 11 years ago
  62. 811d373 Merge "Add android.opengl.GLES30, hidden for now" into jb-mr2-dev by Jesse Hall · 11 years ago
  63. 58d80c5 Unhide android.opengl.GLES30 class and contents by Jesse Hall · 11 years ago
  64. d830e74 Add android.opengl.GLES30, hidden for now by Jesse Hall · 11 years ago
  65. ab814a6 Don't draw synchronously in onResume() by Mathias Agopian · 11 years ago
  66. 57d019e rework GLSurfaceView so it can use the choreographer by Mathias Agopian · 11 years ago
  67. ea62b95 Fix createSurface / eglCreateWindowSurface race. by Jack Palevich · 11 years ago
  68. 34f17dd Publish new MediaCodec API by Andy McFadden · 11 years ago
  69. 0c361e9 Add eglPresentationTimeANDROID by Andy McFadden · 11 years ago
  70. 15284de regenerate GLES java bindings by Mathias Agopian · 11 years ago
  71. 89be00b regenerate egl/gles stubs from glgen by Mathias Agopian · 11 years ago
  72. 0c1761b DdmServer: add controls for OpenGL tracing by Siva Velusamy · 11 years ago
  73. 29e0bd2 GLSurfaceView defaults to 888 instead of 565 by Mathias Agopian · 12 years ago
  74. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  75. 1296c63 Enable use of Surface as a native window in EGL14 wrapper. by Jeff Brown · 12 years ago
  76. 42e1e0d Improve gradients by Romain Guy · 12 years ago
  77. 0a088f5 Fix android.opengl.Matrix frustum's generation by Romain Guy · 12 years ago
  78. 63cf075 Merge "Make HardwareRenderer able to target generic Surface objects" by Romain Guy · 12 years ago
  79. 786fc93 Make HardwareRenderer able to target generic Surface objects by Romain Guy · 12 years ago
  80. dd06946 updated gles20 bindings, fixes broken methods by Thomas Tafertshofer · 12 years ago
  81. 9b18b51 EGL 1.4 API without @hide by Thomas Tafertshofer · 12 years ago
  82. 6b1e838 EGL 1.4 bindings generated by glgen by Thomas Tafertshofer · 12 years ago
  83. cee059d Improve GLSurfaceView Pausing. by Jack Palevich · 12 years ago
  84. 7dee7a3 Notify monitor waiters when changing mSurfaceIsBad value. by Jack Palevich · 12 years ago
  85. 7d73df8 Try to survive a failure return from eglMakeCurrent. by Jack Palevich · 12 years ago
  86. db6c78b Make GLSurfaceView handle eglSwapBuffers errors more robustly. by Jack Palevich · 12 years ago
  87. ad812a2 Merge "Package restrictions per user" by Amith Yamasani · 12 years ago
  88. f7f4c20 Merge "Remove EGL context limit for Adreno GPUs." by Jack Palevich · 12 years ago
  89. 483f3b0 Package restrictions per user by Amith Yamasani · 12 years ago
  90. 8b854cd Remove EGL context limit for Adreno GPUs. by Jack Palevich · 12 years ago
  91. 48a59c3 Ignore EGL_BAD_CURRENT_SURFACE errors from eglSwapBuffers by Jack Palevich · 12 years ago
  92. 64d10a1 Expose a function to set OpenGL Trace level. by Siva Velusamy · 12 years ago
  93. 97eda36 Remove unused private APIs by Romain Guy · 12 years ago
  94. 0219af27 am ea54d0dc: am 723218b4: Merge "Hide ManagedEGLContext until we are sure this is the correct API." into ics-mr1 by Romain Guy · 13 years ago
  95. 3526b00 am c26e4d18: am 8cd39e3a: Merge "Notify views when EGL resources are about to be destroyed Bug #5639899" into ics-mr1 by Romain Guy · 13 years ago
  96. dccf73a Hide ManagedEGLContext until we are sure this is the correct API. by Romain Guy · 13 years ago
  97. 31f2c2e Notify views when EGL resources are about to be destroyed Bug #5639899 by Romain Guy · 13 years ago
  98. fa1a6eb am 0272e600: am a37a78e2: Merge "GLES: add image external enums" into ics-mr1 by Jamie Gennis · 13 years ago
  99. a37a78e Merge "GLES: add image external enums" into ics-mr1 by Jamie Gennis · 13 years ago
  100. 22da9a8 Merge "Fix potential GLThread / GLSurfaceView memory leak." by Jack Palevich · 13 years ago