1. 11862d6 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) by Steve Block · 14 years ago
  2. 252778f Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) by Steve Block · 14 years ago
  3. a6c2fd5 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) by Steve Block · 14 years ago
  4. bc2d79e add a way to access the version string of the h/w implementation of EGL by Mathias Agopian · 14 years ago
  5. e011aa2 Merge "EGL: Use cache sizes defined in the BoardConfig" into ics-mr1 by Jamie Gennis · 14 years ago
  6. 5976946 EGL: default to swap interval 1 by Jamie Gennis · 14 years ago
  7. 89c1d61 EGL: Use cache sizes defined in the BoardConfig by Jamie Gennis · 14 years ago
  8. 0f83b2f Merge "EGL: fix blob cache extension detection" into ics-mr1 by Jamie Gennis · 14 years ago
  9. 9f43009 EGL: fix blob cache extension detection by Jamie Gennis · 14 years ago
  10. f3ae82d be a bit more defensive when parsing extension strings by Mathias Agopian · 14 years ago
  11. 4b9511c rework a bit how we manage EGL extensions by Mathias Agopian · 14 years ago
  12. f0480de fix crash when validating an invalid EGL objects by Mathias Agopian · 14 years ago
  13. 7cd230c Merge "EGL: add the ANDROID suffix to the blob cache ext" into ics-mr1 by Jamie Gennis · 14 years ago
  14. c42fcf0 EGL: add the ANDROID suffix to the blob cache ext by Jamie Gennis · 14 years ago
  15. c58b999 Merge "Terminate EGL when an app goes in the background" into ics-mr1 by Romain Guy · 14 years ago
  16. 4725e2c Terminate EGL when an app goes in the background by Romain Guy · 14 years ago
  17. 99c3d70 EGL: add deferred saving of the cache by Jamie Gennis · 14 years ago
  18. 98c6383 EGL: implement loading and saving the cache by Jamie Gennis · 14 years ago
  19. 7660108 EGL: use an in-memory the blob cache by Jamie Gennis · 14 years ago
  20. aca51c0 EGL: Add stubs for EGL_ANDROID_blob_cache by Jamie Gennis · 14 years ago
  21. 0e8bbee don't log EGL errors due to unimplemented proprietary extensions by Mathias Agopian · 14 years ago
  22. 1ac8b72 fix EGL debugger by Mathias Agopian · 14 years ago
  23. 06649fe cleanup: fix typos in logs by Mathias Agopian · 14 years ago
  24. 1c3d72a Add (support for) EGL_NV_system_time extension. by Jonas Yang · 14 years ago
  25. ecfe091 add an option to EGL to dump stack traces on errors by Mathias Agopian · 14 years ago
  26. 80b30c2 opengl: EGL: special case for GLES emulation by David 'Digit' Turner · 14 years ago
  27. a45c547 fix another bug that prevented the gl debugger to work by Mathias Agopian · 14 years ago
  28. ccfa5c3 this should fix the GL debugger by Mathias Agopian · 14 years ago
  29. 5fecea7 fix logging of eglMakeCurrent() errors by Mathias Agopian · 14 years ago
  30. 9f24fd0 EGL: move disconnect to surface dtor by Jamie Gennis · 14 years ago
  31. 81a6335 connect/disconnect is now called from our EGL wrapper by Mathias Agopian · 14 years ago
  32. 7175398 Merge "Remove the simulator target from all makefiles. Bug: 5010576" by Jeff Brown · 14 years ago
  33. baa44b8 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 14 years ago
  34. 0d0c5a6 Merge "EGL: fix the ANativeWindow size/fmt override" by Jamie Gennis · 14 years ago
  35. e03de93 Always make GL calls with a valid EGL context. Bug #5010760 by Romain Guy · 14 years ago
  36. bee205f EGL: fix the ANativeWindow size/fmt override by Jamie Gennis · 14 years ago
  37. 1cadb25 fix x86 build by Mathias Agopian · 14 years ago
  38. 5b287a6 eglTerminate() now actually frees up all active egl objects by Mathias Agopian · 14 years ago
  39. 518ec11 refactor EGL source code by Mathias Agopian · 14 years ago
  40. 0ad71a9 fix (Again) adding OES postfix when looking for gl functions by Mathias Agopian · 14 years ago
  41. e647f3c add OES postfix without truncating function by Jeff Boody · 15 years ago
  42. 1b528fb EGL: Allow creating a SurfaceTexture EGLSurface. by Jamie Gennis · 14 years ago
  43. 133cf52 GLES2Dbg: noop - format & comment by David Li · 14 years ago
  44. 620676e GLES2Dbg: send some GL implementation constants to client by David Li · 14 years ago
  45. 7b271eb GLES2Dbg: initial tests by David Li · 14 years ago
  46. c2ca836 GLES2Dbg: added CaptureDraw and CaptureSwap options by David Li · 14 years ago
  47. 499c6f0 GLES2Dbg: use dump.gles2dbg file when fails to create socket by David Li · 14 years ago
  48. 904f18f GLES2Dbg: add EXTEND_AFTER_CALL_Debug_* macro and improve protocol by David Li · 14 years ago
  49. 864f839 GLES2Dbg: change GLES2_dbg to shared library by David Li · 14 years ago
  50. 7fecf8c Initialize reference counter for egl_display_t by Eric Hassold · 14 years ago
  51. 7a52015 GLES2Dbg: use 256KB chunks for lzf compression by David Li · 14 years ago
  52. 11c0156 Make objects collection a member of egl_display object by Eric Hassold · 14 years ago
  53. 922ddd6 Merge "GLESv2Dbg: ability to create GL calls from client" by David Li · 14 years ago
  54. fef0451 Merge "GLES2Dbg: added SETPROP expectResponse" by David Li · 14 years ago
  55. 3f9c90c Merge "GLES2Dbg: added reference frame for glReadPixels" by David Li · 14 years ago
  56. e315b16 Merge "GLES2Dbg: use libLZF for compressing images" by David Li · 14 years ago
  57. 3ede7c1 Check for initialized EGLDisplay when required by specification by Eric Hassold · 14 years ago
  58. 49633ca GLESv2Dbg: ability to create GL calls from client by David Li · 14 years ago
  59. ebcfe2d GLES2Dbg: added SETPROP expectResponse by David Li · 14 years ago
  60. 8b27d35 GLES2Dbg: added reference frame for glReadPixels by David Li · 14 years ago
  61. c615816 GLES2Dbg: use libLZF for compressing images by David Li · 14 years ago
  62. 5a0d290 Merge "GLES2Debugger: Make command exchange async to improve performance." by David Li · 14 years ago
  63. 7d7723d am 9405d987: am a05a8ac5: am af831a7b: Merge "fix [4107131] nvidia driver call takes a very long time" into honeycomb-mr1 by Mathias Agopian · 14 years ago
  64. 36bdf14 fix [4107131] nvidia driver call takes a very long time by Mathias Agopian · 14 years ago
  65. 9db01a7 am 0ea44ac0: am 00f47af8: Merge "SurfaceTexture: disallow unsupported uses." into honeycomb-mr1 by Jamie Gennis · 14 years ago
  66. 5c0c93a SurfaceTexture: disallow unsupported uses. by Jamie Gennis · 14 years ago
  67. 85f33a7 GLES2Debugger: Make command exchange async to improve performance. by David Li · 14 years ago
  68. 65948aa GLES2Debugger: Added DbgContext and vertex data capturing. by David Li · 14 years ago
  69. b33d5cf Added screenshot after glDraw* option to GLES2 Debugger by David Li · 14 years ago
  70. 2f5a655 Initial commit of GLESv2 debugger server by David Li · 14 years ago
  71. af1cf07 Clean up use of HAVE_ANDROID_OS by Kenny Root · 14 years ago
  72. f1cde8e Clear all EGL errors when entering EGL funcs. by Jamie Gennis · 15 years ago
  73. 4aea6bf egl: clear error on function entry by Michael I. Gold · 15 years ago
  74. 609bb4d egl: fix GetProcAddress for EGLimage extensions by Michael I. Gold · 15 years ago
  75. ca41e36 egl: expose EGLimage extensions by Michael I. Gold · 15 years ago
  76. 0c3ce2a egl: fixes for object refcounts by Michael I. Gold · 15 years ago
  77. 2fa3af5 am 054ae782: am e1752f41: Merge "fix [3258603] \'Quadrant\' benchmark crashes inside eglQueryContext on GB/Crespo" into gingerbread by Mathias Agopian · 15 years ago
  78. c3ce880 fix [3258603] 'Quadrant' benchmark crashes inside eglQueryContext on GB/Crespo by Mathias Agopian · 15 years ago
  79. b0c48b8 am 0484a673: am daef0a04: Merge "[3229973, 3247470, ...] set EGLNativeWindowSurface\'s format in EGL" into gingerbread by Mathias Agopian · 15 years ago
  80. 644bb2a [3229973, 3247470, ...] set EGLNativeWindowSurface's format in EGL by Mathias Agopian · 15 years ago
  81. 744026f DO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wrong pointer for some GL extensions by Mathias Agopian · 15 years ago
  82. 6132b37 Trace glUniformXXv and glUniformMatrixXfv calls. by Jack Palevich · 15 years ago
  83. a2dd6cf OpenGL tracing. by Jack Palevich · 15 years ago
  84. 30faafb am 4eb1ad5e: am 524a6d8e: Merge "better fix for [3028370] GL get error should return a valid error if no context is bound." into gingerbread by Mathias Agopian · 15 years ago
  85. 6f08712 better fix for [3028370] GL get error should return a valid error if no context is bound. by Mathias Agopian · 15 years ago
  86. aa22d20 am 9c4d7d67: am 5c6c5c7a: fix [3028370] GL get error should return a valid error if no context is bound. by Mathias Agopian · 15 years ago
  87. 05c5311 fix [3028370] GL get error should return a valid error if no context is bound. by Mathias Agopian · 15 years ago
  88. cd2c51c am d01ce192: am 9d5fac51: Merge "fix small bug in EGL error management" into gingerbread by Mathias Agopian · 15 years ago
  89. f3c24f8 Merge "fix typo EGL_NO_IMAGE_KHR -> EGL_NO_SYNC_KHR" by Mathias Agopian · 15 years ago
  90. a93b957 fix typo EGL_NO_IMAGE_KHR -> EGL_NO_SYNC_KHR by Mathias Agopian · 15 years ago
  91. 02dafb5 fix small bug in EGL error management by Mathias Agopian · 15 years ago
  92. 04b9ff8 am 5c746522: am 181e5ea8: Merge "support loading EGL libraries from /vendor/lib/egl as well as /system/lib/egl" into gingerbread by Brian Swetland · 15 years ago
  93. 2b9e4f6 support loading EGL libraries from /vendor/lib/egl as well as /system/lib/egl by Brian Swetland · 15 years ago
  94. c291f585 Add support for KHR_fence_sync by Mathias Agopian · 15 years ago
  95. acd8fd0 am a9ff29b5: am 6808e6a8: Merge "Fix a few typos in EGL wrapper" into gingerbread by Mathias Agopian · 15 years ago
  96. 77fbf8d Fix a few typos in EGL wrapper by Mathias Agopian · 15 years ago
  97. 8e4b5a3 Add KHR_gl_texture_2D_image extension string. by Mathias Agopian · 15 years ago
  98. 27e2fac cleanup EGL a bit. remove unused extension. by Mathias Agopian · 15 years ago
  99. 10cab19 cleanup EGL a bit. remove unused extension. by Mathias Agopian · 15 years ago
  100. 62d59ed am a4ed1c67: am 1e4aa48c: Merge "fix [2912927] Can\'t get NV_draw_path extension to work" into gingerbread by Romain Guy · 15 years ago