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