1. a85ca37 Add tracing to various graphics components. by Jamie Gennis · 12 years ago
  2. 7d3916f libagl shouldn't export anything by Mathias Agopian · 12 years ago
  3. 89dd68f Merge "gltrace: Make code 64-bit safe." by Siva Velusamy · 12 years ago
  4. d4edba0 gltrace: Make code 64-bit safe. by Siva Velusamy · 12 years ago
  5. 0a66900 Merge "gltrace: attach buffer data sent with glBufferData" by Siva Velusamy · 12 years ago
  6. af01fea remove dependency on android_native{s_priv|buffer}.h by Mathias Agopian · 12 years ago
  7. cc0eaa6 remove libui dependency on libEGL by Mathias Agopian · 12 years ago
  8. 8293c92 gltrace: attach buffer data sent with glBufferData by Siva Velusamy · 12 years ago
  9. 7d5bb3d Merge "gltrace: Trace thread time and wall clock time." by Siva Velusamy · 12 years ago
  10. e97df97 Merge "Remove unused private APIs" by Romain Guy · 12 years ago
  11. 97eda36 Remove unused private APIs by Romain Guy · 12 years ago
  12. 3b4f374 gltrace: Trace thread time and wall clock time. by Siva Velusamy · 12 years ago
  13. 70579d5 Merge "Don't wrap EGLImageKHR and EGLSyncKHR anymore" by Mathias Agopian · 12 years ago
  14. 508c165 Don't wrap EGLImageKHR and EGLSyncKHR anymore by Mathias Agopian · 12 years ago
  15. 03290d2 Merge "gltrace: Patch up all glUniform*() calls." by Siva Velusamy · 12 years ago
  16. 892fdd6 gltrace: Patch up all glUniform*() calls. by Siva Velusamy · 12 years ago
  17. b749dd8 EGLConfig is now not remaped to an internal EGLConfig by Mathias Agopian · 12 years ago
  18. 8db8509 remove multiplexing of multiple EGL implementation by Mathias Agopian · 12 years ago
  19. 7b86490 fix a dead-lock in eglMakeCurrent by Mathias Agopian · 13 years ago
  20. a16cc6b gltrace: fixup Push & Insert Marker calls by Siva Velusamy · 13 years ago
  21. 9eb9599 fix a race condition in eglMakeCurrent() by Mathias Agopian · 13 years ago
  22. 11c5db5 Merge "add all needed GL extension wrappers" by Mathias Agopian · 13 years ago
  23. d0393a9 add all needed GL extension wrappers by Mathias Agopian · 13 years ago
  24. 818b423 Merge "add support for GL_EXT_debug_marker" by Mathias Agopian · 13 years ago
  25. b093167 Merge "gltrace: Use Unix Domain Socket rather than INET Socket" by Siva Velusamy · 13 years ago
  26. ea261a2 add support for GL_EXT_debug_marker by Mathias Agopian · 13 years ago
  27. 0589e58 Merge "update GLES headers and add support for corresponding new extensions." by Mathias Agopian · 13 years ago
  28. 780018d update GLES headers and add support for corresponding new extensions. by Mathias Agopian · 13 years ago
  29. 34e0491 remove unused code by Mathias Agopian · 13 years ago
  30. 4c4d501 gltrace: Use Unix Domain Socket rather than INET Socket by Siva Velusamy · 13 years ago
  31. b335fad hack up frame latency measurement by Jamie Gennis · 13 years ago
  32. 5cfe839 gltrace: fixup data for glTexSubImage2D & glDeleteBuffers by Siva Velusamy · 13 years ago
  33. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  34. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  35. bd47cac Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE" by Steve Block · 13 years ago
  36. 157fea6 gltrace: add user settings to control data captured. by Siva Velusamy · 13 years ago
  37. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  38. 5ed919e gltrace: add start time & duration to each traced call. by Siva Velusamy · 13 years ago
  39. 1e81e71 gltrace: transport buffering and context management by Siva Velusamy · 13 years ago
  40. efc1265 Merge "gltrace: attach contents of the appropriate framebuffer" by Siva Velusamy · 13 years ago
  41. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  42. 0501f8a Fix convert8To4, convert8To5 by Jack Palevich · 13 years ago
  43. 1598ef9 gltrace: attach contents of the appropriate framebuffer by Siva Velusamy · 13 years ago
  44. c0f838f gltrace: Make framebuffer contents an optional message. by Siva Velusamy · 13 years ago
  45. 3d53e57 Merge "glestrace: Framework for GLES tracing library" by Siva Velusamy · 13 years ago
  46. db97468 glestrace: Framework for GLES tracing library by Siva Velusamy · 13 years ago
  47. 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
  48. cadd325 add a way to access the version string of the h/w implementation of EGL by Mathias Agopian · 13 years ago
  49. 0219af2 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
  50. 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
  51. 08b7660 am 8b8c321c: am b8d20d02: Merge "EGL: Use cache sizes defined in the BoardConfig" into ics-mr1 by Jamie Gennis · 13 years ago
  52. 07f062b am c2597295: am 53cf2020: Merge changes I37fd43b5,I91eb29db,I0491ce35 into ics-mr1 by Jamie Gennis · 13 years ago
  53. dccf73a Hide ManagedEGLContext until we are sure this is the correct API. by Romain Guy · 13 years ago
  54. 8cd39e3 Merge "Notify views when EGL resources are about to be destroyed Bug #5639899" into ics-mr1 by Romain Guy · 13 years ago
  55. b8d20d0 Merge "EGL: Use cache sizes defined in the BoardConfig" into ics-mr1 by Jamie Gennis · 13 years ago
  56. 87f3265 EGL: default to swap interval 1 by Jamie Gennis · 13 years ago
  57. 6f0f0b1 EGL: Use cache sizes defined in the BoardConfig by Jamie Gennis · 13 years ago
  58. 31f2c2e Notify views when EGL resources are about to be destroyed Bug #5639899 by Romain Guy · 13 years ago
  59. 99f0528 am e2fca63a: am c8fd6e30: Merge "EGL: fix blob cache extension detection" into ics-mr1 by Jamie Gennis · 13 years ago
  60. fa1a6eb am 0272e600: am a37a78e2: Merge "GLES: add image external enums" into ics-mr1 by Jamie Gennis · 13 years ago
  61. c8fd6e3 Merge "EGL: fix blob cache extension detection" into ics-mr1 by Jamie Gennis · 13 years ago
  62. a37a78e Merge "GLES: add image external enums" into ics-mr1 by Jamie Gennis · 13 years ago
  63. cf30c60 EGL: fix blob cache extension detection by Jamie Gennis · 13 years ago
  64. ce51c10 am 2030d78d: am 8fc3540f: Merge "be a bit more defensive when parsing extension strings" into ics-mr1 by Mathias Agopian · 13 years ago
  65. 22da9a8 Merge "Fix potential GLThread / GLSurfaceView memory leak." by Jack Palevich · 13 years ago
  66. 77c5f4d am 9aa6bd1c: am 717a25dc: Add new ManagedEGLContext class to help apps participate in memory trimming. by Dianne Hackborn · 13 years ago
  67. 47ab60e be a bit more defensive when parsing extension strings by Mathias Agopian · 13 years ago
  68. 717a25d Add new ManagedEGLContext class to help apps participate in memory trimming. by Dianne Hackborn · 13 years ago
  69. dff37bc am bc1b7f04: am c0fa2a3b: Merge "rework a bit how we manage EGL extensions" into ics-mr1 by Mathias Agopian · 13 years ago
  70. 80b3cd6 Fix potential GLThread / GLSurfaceView memory leak. by Jack Palevich · 13 years ago
  71. d6ae2ce am a0d32c4d: am 6b3ce09d: Merge "fix crash when validating an invalid EGL objects" into ics-mr1 by Mathias Agopian · 13 years ago
  72. 9726b1b GLES: add image external enums by Jamie Gennis · 13 years ago
  73. 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
  74. e88740e rework a bit how we manage EGL extensions by Mathias Agopian · 13 years ago
  75. 274e03c fix crash when validating an invalid EGL objects by Mathias Agopian · 13 years ago
  76. 6b228af Merge "EGL: add the ANDROID suffix to the blob cache ext" into ics-mr1 by Jamie Gennis · 13 years ago
  77. b792846 EGL: add the ANDROID suffix to the blob cache ext by Jamie Gennis · 13 years ago
  78. 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
  79. 50a66f0 Merge "Terminate EGL when an app goes in the background" into ics-mr1 by Romain Guy · 13 years ago
  80. 8ff6b9e Terminate EGL when an app goes in the background by Romain Guy · 13 years ago
  81. 715bcd6 am 1bf15e79: am 97ece7a9: Merge "EGL: add deferred saving of the cache" into ics-mr1 by Jamie Gennis · 13 years ago
  82. dfef673 am 3cb007e4: am 911263dc: Merge changes I18e5e789,I5cbaae2d into ics-mr1 by Jamie Gennis · 13 years ago
  83. 2ea0cbb EGL: add deferred saving of the cache by Jamie Gennis · 13 years ago
  84. d90bf39 EGL: implement loading and saving the cache by Jamie Gennis · 13 years ago
  85. 9cf8b6e EGL: use an in-memory the blob cache by Jamie Gennis · 13 years ago
  86. 9829cce Merge "Properly passing an unused variable through." by Alex Sakhartchouk · 13 years ago
  87. aaa0336 am 2ab7ec90: Merge "EGL: Add stubs for EGL_ANDROID_blob_cache" into ics-mr1 by Jamie Gennis · 13 years ago
  88. 0dc908c EGL: Add stubs for EGL_ANDROID_blob_cache by Jamie Gennis · 13 years ago
  89. fc5e224 Properly passing an unused variable through. by Alex Sakhartchouk · 13 years ago
  90. eba1864 am 74b2b954: am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE, round 3" into ics-mr0 by Joe Fernandez · 13 years ago
  91. 74b2b95 am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE, round 3" into ics-mr0 by Joe Fernandez · 13 years ago
  92. b50e2af Destroy and recreate the EGL surface when the surface size changes. by Jack Palevich · 13 years ago
  93. 61fd1e8 docs: add developer guide cross references, Project ACRE, round 3 by Joe Fernandez · 13 years ago
  94. a35c120 Work around race condition when shutting down a surface flinger surface. by Jack Palevich · 13 years ago
  95. 97bc75d don't log EGL errors due to unimplemented proprietary extensions by Mathias Agopian · 13 years ago
  96. cc5471c Avoid allocating temporary memory for Matrix operations. by Jack Palevich · 13 years ago
  97. 575e01c fix EGL debugger by Mathias Agopian · 13 years ago
  98. 53f6cdd cleanup: fix typos in logs by Mathias Agopian · 13 years ago
  99. 1b1d73f Add (support for) EGL_NV_system_time extension. by Jonas Yang · 13 years ago
  100. 8ec2ff6 add an option to EGL to dump stack traces on errors by Mathias Agopian · 13 years ago