1. 066bdcf Merge "Fix wrapper equals()" by Andy McFadden · 11 years ago
  2. a017553 Fix wrapper equals() by Andy McFadden · 11 years ago
  3. 043d13a Minor fixes to android.opengl.Matrix by Andy McFadden · 11 years ago
  4. 0c79d80 Add android.opengl.EGLExt class for EGL extensions by Jesse Hall · 11 years ago
  5. f48b032 Revert all recent GLSurfaceView changes. by Jeff Brown · 11 years ago
  6. 8b60e45 Fix change of behavior in Looper.quit(). by Jeff Brown · 11 years ago
  7. 78bc203 don't trigger a render when setting the rendermode by Mathias Agopian · 11 years ago
  8. c7bdd50 Merge "Unhide android.opengl.GLES30 class and contents" into jb-mr2-dev by Jesse Hall · 11 years ago
  9. 811d373 Merge "Add android.opengl.GLES30, hidden for now" into jb-mr2-dev by Jesse Hall · 11 years ago
  10. 58d80c5 Unhide android.opengl.GLES30 class and contents by Jesse Hall · 11 years ago
  11. d830e74 Add android.opengl.GLES30, hidden for now by Jesse Hall · 11 years ago
  12. ab814a6 Don't draw synchronously in onResume() by Mathias Agopian · 11 years ago
  13. 57d019e rework GLSurfaceView so it can use the choreographer by Mathias Agopian · 11 years ago
  14. ea62b95 Fix createSurface / eglCreateWindowSurface race. by Jack Palevich · 11 years ago
  15. 34f17dd Publish new MediaCodec API by Andy McFadden · 11 years ago
  16. 0c361e9 Add eglPresentationTimeANDROID by Andy McFadden · 11 years ago
  17. 15284de regenerate GLES java bindings by Mathias Agopian · 11 years ago
  18. 89be00b regenerate egl/gles stubs from glgen by Mathias Agopian · 11 years ago
  19. 0c1761b DdmServer: add controls for OpenGL tracing by Siva Velusamy · 12 years ago
  20. 29e0bd2 GLSurfaceView defaults to 888 instead of 565 by Mathias Agopian · 12 years ago
  21. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  22. 1296c63 Enable use of Surface as a native window in EGL14 wrapper. by Jeff Brown · 12 years ago
  23. 42e1e0d Improve gradients by Romain Guy · 12 years ago
  24. 0a088f5 Fix android.opengl.Matrix frustum's generation by Romain Guy · 12 years ago
  25. 63cf075 Merge "Make HardwareRenderer able to target generic Surface objects" by Romain Guy · 12 years ago
  26. 786fc93 Make HardwareRenderer able to target generic Surface objects by Romain Guy · 12 years ago
  27. dd06946 updated gles20 bindings, fixes broken methods by Thomas Tafertshofer · 12 years ago
  28. 9b18b51 EGL 1.4 API without @hide by Thomas Tafertshofer · 12 years ago
  29. 6b1e838 EGL 1.4 bindings generated by glgen by Thomas Tafertshofer · 12 years ago
  30. cee059d Improve GLSurfaceView Pausing. by Jack Palevich · 12 years ago
  31. 7dee7a3 Notify monitor waiters when changing mSurfaceIsBad value. by Jack Palevich · 12 years ago
  32. 7d73df8 Try to survive a failure return from eglMakeCurrent. by Jack Palevich · 12 years ago
  33. db6c78b Make GLSurfaceView handle eglSwapBuffers errors more robustly. by Jack Palevich · 12 years ago
  34. ad812a2 Merge "Package restrictions per user" by Amith Yamasani · 12 years ago
  35. f7f4c20 Merge "Remove EGL context limit for Adreno GPUs." by Jack Palevich · 12 years ago
  36. 483f3b0 Package restrictions per user by Amith Yamasani · 12 years ago
  37. 8b854cd Remove EGL context limit for Adreno GPUs. by Jack Palevich · 12 years ago
  38. 48a59c3 Ignore EGL_BAD_CURRENT_SURFACE errors from eglSwapBuffers by Jack Palevich · 12 years ago
  39. 64d10a1 Expose a function to set OpenGL Trace level. by Siva Velusamy · 12 years ago
  40. 8c79817 remove files that moved to frameworks/native by Mathias Agopian · 12 years ago
  41. 08965ec fixup hardcoded include paths for new project by Mathias Agopian · 12 years ago
  42. aa52141 Merge "gltrace: Send vertex attribute data after glDraw() call." by Siva Velusamy · 12 years ago
  43. a1549ff fixup include paths by Mathias Agopian · 12 years ago
  44. 1c5387e gltrace: Send vertex attribute data after glDraw() call. by Siva Velusamy · 12 years ago
  45. a85ca37 Add tracing to various graphics components. by Jamie Gennis · 12 years ago
  46. 7d3916f libagl shouldn't export anything by Mathias Agopian · 12 years ago
  47. 89dd68f Merge "gltrace: Make code 64-bit safe." by Siva Velusamy · 12 years ago
  48. d4edba0 gltrace: Make code 64-bit safe. by Siva Velusamy · 12 years ago
  49. 0a66900 Merge "gltrace: attach buffer data sent with glBufferData" by Siva Velusamy · 12 years ago
  50. af01feaf remove dependency on android_native{s_priv|buffer}.h by Mathias Agopian · 12 years ago
  51. cc0eaa6 remove libui dependency on libEGL by Mathias Agopian · 12 years ago
  52. 8293c92 gltrace: attach buffer data sent with glBufferData by Siva Velusamy · 12 years ago
  53. 7d5bb3d Merge "gltrace: Trace thread time and wall clock time." by Siva Velusamy · 12 years ago
  54. e97df97 Merge "Remove unused private APIs" by Romain Guy · 12 years ago
  55. 97eda36 Remove unused private APIs by Romain Guy · 12 years ago
  56. 3b4f374 gltrace: Trace thread time and wall clock time. by Siva Velusamy · 12 years ago
  57. 70579d5 Merge "Don't wrap EGLImageKHR and EGLSyncKHR anymore" by Mathias Agopian · 12 years ago
  58. 508c165 Don't wrap EGLImageKHR and EGLSyncKHR anymore by Mathias Agopian · 12 years ago
  59. 03290d2 Merge "gltrace: Patch up all glUniform*() calls." by Siva Velusamy · 12 years ago
  60. 892fdd6 gltrace: Patch up all glUniform*() calls. by Siva Velusamy · 12 years ago
  61. b749dd8 EGLConfig is now not remaped to an internal EGLConfig by Mathias Agopian · 12 years ago
  62. 8db8509 remove multiplexing of multiple EGL implementation by Mathias Agopian · 12 years ago
  63. 7b86490 fix a dead-lock in eglMakeCurrent by Mathias Agopian · 12 years ago
  64. a16cc6b gltrace: fixup Push & Insert Marker calls by Siva Velusamy · 12 years ago
  65. 9eb9599 fix a race condition in eglMakeCurrent() by Mathias Agopian · 12 years ago
  66. 11c5db5 Merge "add all needed GL extension wrappers" by Mathias Agopian · 12 years ago
  67. d0393a9 add all needed GL extension wrappers by Mathias Agopian · 12 years ago
  68. 818b423 Merge "add support for GL_EXT_debug_marker" by Mathias Agopian · 12 years ago
  69. b093167 Merge "gltrace: Use Unix Domain Socket rather than INET Socket" by Siva Velusamy · 12 years ago
  70. ea261a2 add support for GL_EXT_debug_marker by Mathias Agopian · 12 years ago
  71. 0589e58 Merge "update GLES headers and add support for corresponding new extensions." by Mathias Agopian · 12 years ago
  72. 780018d update GLES headers and add support for corresponding new extensions. by Mathias Agopian · 12 years ago
  73. 34e0491 remove unused code by Mathias Agopian · 12 years ago
  74. 4c4d501 gltrace: Use Unix Domain Socket rather than INET Socket by Siva Velusamy · 12 years ago
  75. b335fad hack up frame latency measurement by Jamie Gennis · 12 years ago
  76. 5cfe839 gltrace: fixup data for glTexSubImage2D & glDeleteBuffers by Siva Velusamy · 12 years ago
  77. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  78. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  79. bd47cac Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE" by Steve Block · 13 years ago
  80. 157fea64 gltrace: add user settings to control data captured. by Siva Velusamy · 13 years ago
  81. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  82. 5ed919e gltrace: add start time & duration to each traced call. by Siva Velusamy · 13 years ago
  83. 1e81e71 gltrace: transport buffering and context management by Siva Velusamy · 13 years ago
  84. efc1265 Merge "gltrace: attach contents of the appropriate framebuffer" by Siva Velusamy · 13 years ago
  85. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  86. 0501f8a Fix convert8To4, convert8To5 by Jack Palevich · 13 years ago
  87. 1598ef9 gltrace: attach contents of the appropriate framebuffer by Siva Velusamy · 13 years ago
  88. c0f838f gltrace: Make framebuffer contents an optional message. by Siva Velusamy · 13 years ago
  89. 3d53e57 Merge "glestrace: Framework for GLES tracing library" by Siva Velusamy · 13 years ago
  90. db97468 glestrace: Framework for GLES tracing library by Siva Velusamy · 13 years ago
  91. b665687 am e2970700: am e8ba2aba: Merge "add a way to access the version string of the h/w implementation of EGL" into ics-mr1 by Mathias Agopian · 13 years ago
  92. cadd325 add a way to access the version string of the h/w implementation of EGL by Mathias Agopian · 13 years ago
  93. 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
  94. 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
  95. 08b7660 am 8b8c321c: am b8d20d02: Merge "EGL: Use cache sizes defined in the BoardConfig" into ics-mr1 by Jamie Gennis · 13 years ago
  96. 07f062b am c2597295: am 53cf2020: Merge changes I37fd43b5,I91eb29db,I0491ce35 into ics-mr1 by Jamie Gennis · 13 years ago
  97. dccf73a Hide ManagedEGLContext until we are sure this is the correct API. by Romain Guy · 13 years ago
  98. 8cd39e3 Merge "Notify views when EGL resources are about to be destroyed Bug #5639899" into ics-mr1 by Romain Guy · 13 years ago
  99. b8d20d0 Merge "EGL: Use cache sizes defined in the BoardConfig" into ics-mr1 by Jamie Gennis · 13 years ago
  100. 87f3265 EGL: default to swap interval 1 by Jamie Gennis · 13 years ago