1. cee059d Improve GLSurfaceView Pausing. by Jack Palevich · 12 years ago
  2. 7dee7a3 Notify monitor waiters when changing mSurfaceIsBad value. by Jack Palevich · 12 years ago
  3. 7d73df8 Try to survive a failure return from eglMakeCurrent. by Jack Palevich · 12 years ago
  4. db6c78b Make GLSurfaceView handle eglSwapBuffers errors more robustly. by Jack Palevich · 12 years ago
  5. ad812a2 Merge "Package restrictions per user" by Amith Yamasani · 12 years ago
  6. f7f4c20 Merge "Remove EGL context limit for Adreno GPUs." by Jack Palevich · 12 years ago
  7. 483f3b0 Package restrictions per user by Amith Yamasani · 12 years ago
  8. 8b854cd Remove EGL context limit for Adreno GPUs. by Jack Palevich · 12 years ago
  9. 48a59c3 Ignore EGL_BAD_CURRENT_SURFACE errors from eglSwapBuffers by Jack Palevich · 12 years ago
  10. 64d10a1 Expose a function to set OpenGL Trace level. by Siva Velusamy · 12 years ago
  11. 8c79817 remove files that moved to frameworks/native by Mathias Agopian · 12 years ago
  12. 08965ec fixup hardcoded include paths for new project by Mathias Agopian · 12 years ago
  13. aa52141 Merge "gltrace: Send vertex attribute data after glDraw() call." by Siva Velusamy · 12 years ago
  14. a1549ff fixup include paths by Mathias Agopian · 12 years ago
  15. 1c5387e gltrace: Send vertex attribute data after glDraw() call. by Siva Velusamy · 12 years ago
  16. a85ca37 Add tracing to various graphics components. by Jamie Gennis · 12 years ago
  17. 7d3916f libagl shouldn't export anything by Mathias Agopian · 12 years ago
  18. 89dd68f Merge "gltrace: Make code 64-bit safe." by Siva Velusamy · 12 years ago
  19. d4edba0 gltrace: Make code 64-bit safe. by Siva Velusamy · 12 years ago
  20. 0a66900 Merge "gltrace: attach buffer data sent with glBufferData" by Siva Velusamy · 12 years ago
  21. af01feaf remove dependency on android_native{s_priv|buffer}.h by Mathias Agopian · 12 years ago
  22. cc0eaa6 remove libui dependency on libEGL by Mathias Agopian · 12 years ago
  23. 8293c92 gltrace: attach buffer data sent with glBufferData by Siva Velusamy · 12 years ago
  24. 7d5bb3d Merge "gltrace: Trace thread time and wall clock time." by Siva Velusamy · 12 years ago
  25. e97df97 Merge "Remove unused private APIs" by Romain Guy · 12 years ago
  26. 97eda36 Remove unused private APIs by Romain Guy · 12 years ago
  27. 3b4f374 gltrace: Trace thread time and wall clock time. by Siva Velusamy · 12 years ago
  28. 70579d5 Merge "Don't wrap EGLImageKHR and EGLSyncKHR anymore" by Mathias Agopian · 12 years ago
  29. 508c165 Don't wrap EGLImageKHR and EGLSyncKHR anymore by Mathias Agopian · 12 years ago
  30. 03290d2 Merge "gltrace: Patch up all glUniform*() calls." by Siva Velusamy · 12 years ago
  31. 892fdd6 gltrace: Patch up all glUniform*() calls. by Siva Velusamy · 12 years ago
  32. b749dd8 EGLConfig is now not remaped to an internal EGLConfig by Mathias Agopian · 12 years ago
  33. 8db8509 remove multiplexing of multiple EGL implementation by Mathias Agopian · 12 years ago
  34. 7b86490 fix a dead-lock in eglMakeCurrent by Mathias Agopian · 12 years ago
  35. a16cc6b gltrace: fixup Push & Insert Marker calls by Siva Velusamy · 12 years ago
  36. 9eb9599 fix a race condition in eglMakeCurrent() by Mathias Agopian · 12 years ago
  37. 11c5db5 Merge "add all needed GL extension wrappers" by Mathias Agopian · 12 years ago
  38. d0393a9 add all needed GL extension wrappers by Mathias Agopian · 12 years ago
  39. 818b423 Merge "add support for GL_EXT_debug_marker" by Mathias Agopian · 12 years ago
  40. b093167 Merge "gltrace: Use Unix Domain Socket rather than INET Socket" by Siva Velusamy · 12 years ago
  41. ea261a2 add support for GL_EXT_debug_marker by Mathias Agopian · 13 years ago
  42. 0589e58 Merge "update GLES headers and add support for corresponding new extensions." by Mathias Agopian · 13 years ago
  43. 780018d update GLES headers and add support for corresponding new extensions. by Mathias Agopian · 13 years ago
  44. 34e0491 remove unused code by Mathias Agopian · 13 years ago
  45. 4c4d501 gltrace: Use Unix Domain Socket rather than INET Socket by Siva Velusamy · 13 years ago
  46. b335fad hack up frame latency measurement by Jamie Gennis · 13 years ago
  47. 5cfe839 gltrace: fixup data for glTexSubImage2D & glDeleteBuffers by Siva Velusamy · 13 years ago
  48. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  49. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  50. bd47cac Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE" by Steve Block · 13 years ago
  51. 157fea64 gltrace: add user settings to control data captured. by Siva Velusamy · 13 years ago
  52. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  53. 5ed919e gltrace: add start time & duration to each traced call. by Siva Velusamy · 13 years ago
  54. 1e81e71 gltrace: transport buffering and context management by Siva Velusamy · 13 years ago
  55. efc1265 Merge "gltrace: attach contents of the appropriate framebuffer" by Siva Velusamy · 13 years ago
  56. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  57. 0501f8a Fix convert8To4, convert8To5 by Jack Palevich · 13 years ago
  58. 1598ef9 gltrace: attach contents of the appropriate framebuffer by Siva Velusamy · 13 years ago
  59. c0f838f gltrace: Make framebuffer contents an optional message. by Siva Velusamy · 13 years ago
  60. 3d53e57 Merge "glestrace: Framework for GLES tracing library" by Siva Velusamy · 13 years ago
  61. db97468 glestrace: Framework for GLES tracing library by Siva Velusamy · 13 years ago
  62. 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
  63. cadd325 add a way to access the version string of the h/w implementation of EGL by Mathias Agopian · 13 years ago
  64. 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
  65. 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
  66. 08b7660 am 8b8c321c: am b8d20d02: Merge "EGL: Use cache sizes defined in the BoardConfig" into ics-mr1 by Jamie Gennis · 13 years ago
  67. 07f062b am c2597295: am 53cf2020: Merge changes I37fd43b5,I91eb29db,I0491ce35 into ics-mr1 by Jamie Gennis · 13 years ago
  68. dccf73a Hide ManagedEGLContext until we are sure this is the correct API. by Romain Guy · 13 years ago
  69. 8cd39e3 Merge "Notify views when EGL resources are about to be destroyed Bug #5639899" into ics-mr1 by Romain Guy · 13 years ago
  70. b8d20d0 Merge "EGL: Use cache sizes defined in the BoardConfig" into ics-mr1 by Jamie Gennis · 13 years ago
  71. 87f3265 EGL: default to swap interval 1 by Jamie Gennis · 13 years ago
  72. 6f0f0b1 EGL: Use cache sizes defined in the BoardConfig by Jamie Gennis · 13 years ago
  73. 31f2c2e Notify views when EGL resources are about to be destroyed Bug #5639899 by Romain Guy · 13 years ago
  74. 99f0528 am e2fca63a: am c8fd6e30: Merge "EGL: fix blob cache extension detection" into ics-mr1 by Jamie Gennis · 13 years ago
  75. fa1a6eb am 0272e600: am a37a78e2: Merge "GLES: add image external enums" into ics-mr1 by Jamie Gennis · 13 years ago
  76. c8fd6e3 Merge "EGL: fix blob cache extension detection" into ics-mr1 by Jamie Gennis · 13 years ago
  77. a37a78e Merge "GLES: add image external enums" into ics-mr1 by Jamie Gennis · 13 years ago
  78. cf30c60 EGL: fix blob cache extension detection by Jamie Gennis · 13 years ago
  79. ce51c10 am 2030d78d: am 8fc3540f: Merge "be a bit more defensive when parsing extension strings" into ics-mr1 by Mathias Agopian · 13 years ago
  80. 22da9a8 Merge "Fix potential GLThread / GLSurfaceView memory leak." by Jack Palevich · 13 years ago
  81. 77c5f4d am 9aa6bd1c: am 717a25dc: Add new ManagedEGLContext class to help apps participate in memory trimming. by Dianne Hackborn · 13 years ago
  82. 47ab60e be a bit more defensive when parsing extension strings by Mathias Agopian · 13 years ago
  83. 717a25d Add new ManagedEGLContext class to help apps participate in memory trimming. by Dianne Hackborn · 13 years ago
  84. dff37bc am bc1b7f04: am c0fa2a3b: Merge "rework a bit how we manage EGL extensions" into ics-mr1 by Mathias Agopian · 13 years ago
  85. 80b3cd6 Fix potential GLThread / GLSurfaceView memory leak. by Jack Palevich · 13 years ago
  86. d6ae2ce am a0d32c4d: am 6b3ce09d: Merge "fix crash when validating an invalid EGL objects" into ics-mr1 by Mathias Agopian · 13 years ago
  87. 9726b1b GLES: add image external enums by Jamie Gennis · 13 years ago
  88. 4301544 am c38d40de: am 6b228af6: Merge "EGL: add the ANDROID suffix to the blob cache ext" into ics-mr1 by Jamie Gennis · 13 years ago
  89. e88740e rework a bit how we manage EGL extensions by Mathias Agopian · 13 years ago
  90. 274e03c fix crash when validating an invalid EGL objects by Mathias Agopian · 13 years ago
  91. 6b228af Merge "EGL: add the ANDROID suffix to the blob cache ext" into ics-mr1 by Jamie Gennis · 13 years ago
  92. b792846 EGL: add the ANDROID suffix to the blob cache ext by Jamie Gennis · 13 years ago
  93. 1333742 am cb0db030: Merge branch \'ics-mr1-plus-aosp\' of ssh://android-git:29418/platform/frameworks/base into ics-mr1-plus-aosp by Akwasi Boateng · 13 years ago
  94. 50a66f0 Merge "Terminate EGL when an app goes in the background" into ics-mr1 by Romain Guy · 13 years ago
  95. 8ff6b9e Terminate EGL when an app goes in the background by Romain Guy · 13 years ago
  96. 715bcd6 am 1bf15e79: am 97ece7a9: Merge "EGL: add deferred saving of the cache" into ics-mr1 by Jamie Gennis · 13 years ago
  97. dfef673 am 3cb007e4: am 911263dc: Merge changes I18e5e789,I5cbaae2d into ics-mr1 by Jamie Gennis · 13 years ago
  98. 2ea0cbb EGL: add deferred saving of the cache by Jamie Gennis · 13 years ago
  99. d90bf39 EGL: implement loading and saving the cache by Jamie Gennis · 13 years ago
  100. 9cf8b6e EGL: use an in-memory the blob cache by Jamie Gennis · 13 years ago