1. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  2. a5e161b Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  3. d94925c Merge "egl: add EGL_IMG_context_priority to the whitelist" by Treehugger Robot · 9 years ago
  4. 94ac647 Allow both RENDER and TEXTURE flags when creating native client buffers. by Craig Donner · 9 years ago
  5. a7805f6 egl: add EGL_IMG_context_priority to the whitelist by Christian Poetzsch · 9 years ago
  6. f62eaf5 Squashed: gralloc1/binder/requestor by Dan Stoza · 9 years ago
  7. 38c7f3b Add requestor name to GraphicBuffer alloc metadata am: d4079aff75 am: a009af9b54 by Dan Stoza · 9 years ago
  8. d4079af Add requestor name to GraphicBuffer alloc metadata by Dan Stoza · 9 years ago
  9. ac77946 Create graphic buffer using binder interfaces am: 686715335a am: b43ac2b3b0 by Craig Donner · 9 years ago
  10. 6867153 Create graphic buffer using binder interfaces by Craig Donner · 9 years ago
  11. f345c1f resolve merge conflicts of 75b79d3 to stage-aosp-master am: 21f67731bb by Jesse Hall · 9 years ago
  12. 5d795e9 resolve merge conflicts of 528378d to nyc-mr1-dev-plus-aosp by Jesse Hall · 9 years ago
  13. 21f6773 resolve merge conflicts of 75b79d3 to stage-aosp-master by Jesse Hall · 9 years ago
  14. fe11e10 Merge \"egl: Enable EGL_KHR_GL_COLORSPACE\" am: 5271156353 by Sandeep Shinde · 9 years ago
  15. 75b79d3 Merge "egl: Call loseCurrent after eglReleaseThread" by Jesse Hall · 9 years ago
  16. 9c67bfd egl: Enable EGL_KHR_GL_COLORSPACE by Sandeep Shinde · 10 years ago
  17. b1e2c72 Disable support for EGL_ANDROID_get_frame_timestamps by Pablo Ceballos · 9 years ago
  18. c18be29 Add the EGL_ANDROID_get_frame_timestamps extension by Pablo Ceballos · 9 years ago
  19. 478f7db Fix assignment of 565 format when creating native client buffers. by Craig Donner · 9 years ago
  20. b40504a Allow setting alpha to 0 when creating native client buffers. by Craig Donner · 9 years ago
  21. aec8697 Support EGL_EXT_protected_content in GLConsumer. by Craig Donner · 9 years ago
  22. 5882a26 Merge "Revert "EGL: Ensure surfaces are disconnected when destroyed"" into nyc-dev by Pablo Ceballos · 9 years ago
  23. 1a5c4de Revert "EGL: Ensure surfaces are disconnected when destroyed" by Pablo Ceballos · 9 years ago
  24. f37864b White list EGL_EXT_yuv_surface extension by Mika Isojärvi · 9 years ago
  25. 202e6e9 Merge "egl: add EGL_KHR_mutable_render_buffer" into nyc-dev by Pablo Ceballos · 9 years ago
  26. 8506baf Merge "Minor changes and cleanup to support EXT_protected_content." into nyc-dev by Craig Donner · 9 years ago
  27. ceb9ee7 egl: add EGL_KHR_mutable_render_buffer by Pablo Ceballos · 9 years ago
  28. 8cfae6d Minor changes and cleanup to support EXT_protected_content. by Craig Donner · 9 years ago
  29. 541de49 EGL: Ensure surfaces are disconnected when destroyed by Pablo Ceballos · 9 years ago
  30. f051ade Fix eglSurfaceAttrib return value by Pablo Ceballos · 9 years ago
  31. 02b05da egl: Add EGL extension for front buffer auto-refresh mode by Pablo Ceballos · 9 years ago
  32. ff95aab Add interface for controlling single buffer auto refresh by Pablo Ceballos · 9 years ago
  33. 05249fc Adds private EGL extension to create an EGLClientBuffer from a gralloc'd buffer. This lets you create a color EGLimage backed by gralloc, which is needed to support protected textures. by Craig Donner · 9 years ago
  34. ccdfd60 BQ: Add support for single buffer mode by Pablo Ceballos · 10 years ago
  35. 0461dee Merge "Revert "Revert "Remove GLTrace support""" by Pablo Ceballos · 10 years ago
  36. 9f8d4e0 Revert "Revert "Remove GLTrace support"" by Pablo Ceballos · 10 years ago
  37. 6174c04 Merge "Revert "Remove GLTrace support"" by Pablo Ceballos · 10 years ago
  38. e6288e2 Revert "Remove GLTrace support" by Pablo Ceballos · 10 years ago
  39. bd27a62 Merge "Remove GLTrace support" by Pablo Ceballos · 10 years ago
  40. 312d755 egl: Remove window disconnect before calling driver eglDestroySurface by Jesse Hall · 10 years ago
  41. 5bf6f3b Remove GLTrace support by Pablo Ceballos · 10 years ago
  42. 000d88f Implement a number of KHR EGL extensions by Season Li · 10 years ago
  43. 4f21a4c Revert "Revert "Modify EGL to disconnect the window when the surface gets destroyed."" by Amith Dsouza · 10 years ago
  44. 6e1a2fe Revert "Modify EGL to disconnect the window when the surface gets destroyed." by Michael Lentine · 10 years ago
  45. 51c8c50 Merge "Modify EGL to disconnect the window when the surface gets destroyed." into mnc-dev by Michael Lentine · 10 years ago
  46. 00699fa Modify EGL to disconnect the window when the surface gets destroyed. by Michael Lentine · 11 years ago
  47. 408e59f libEGL: whitelist the EGL_KHR_create_context_no_error extension by Jesse Hall · 10 years ago
  48. a894d08 libEGL: Add wrappers for partial update functions by Dan Stoza · 10 years ago
  49. 82c6bcc DO NOT MERGE Add dataSpace to buffer queues; remove old format enums. by Eino-Ville Talvala · 10 years ago
  50. 733a807 egl: Remove old tuna BGRA vs RGBA workaround. by Alistair Strachan · 10 years ago
  51. 45e2fc2 Revert "Modify EGL to disconnect the window when the surface gets destroyed." by Michael Lentine · 11 years ago
  52. 843cbb2 Modify EGL to disconnect the window when the surface gets destroyed. by Michael Lentine · 11 years ago
  53. 3ac517a egl: Call loseCurrent after eglReleaseThread by Sai Kiran Korwar · 11 years ago
  54. 1034cfc am 43b3e600: am 3f0d5669: Merge "Expose core EGL entry points to eglGetProcAddress" by Jesse Hall · 11 years ago
  55. c0ec5e2 Expose core EGL entry points to eglGetProcAddress by Michael Chock · 11 years ago
  56. 4864e85 Make libEGL build cleanly under 64-bit by Dan Stoza · 11 years ago
  57. c3289c4 Make libEGL build cleanly under 64-bit by Dan Stoza · 11 years ago
  58. d566ce3 Improve error message by Andy McFadden · 11 years ago
  59. dbe9245 GLConsumer: start using EGL_ANDROID_image_crop by Jamie Gennis · 12 years ago
  60. a2ba428 Disable the egl_khr_gl_colorspace extension by Jesse Hall · 12 years ago
  61. 63108c3 fix a possible null dereference when eglMakeCurrent() fails by Mathias Agopian · 12 years ago
  62. f4486c6 try to keep omap4 alive by Mathias Agopian · 12 years ago
  63. 0f288fc only use format compatible with CPU consumers by Mathias Agopian · 12 years ago
  64. bc2a90b Replace sRGB_888 with sRGB_X_8888 by Jesse Hall · 12 years ago
  65. c2e4122 Add support for EGL_KHR_gl_colorspace by Jesse Hall · 12 years ago
  66. ea4fdd4 Don't swallow eglCreateContext errors by Jesse Hall · 12 years ago
  67. 21558da Add EGL_KHR_get_all_proc_addresses to extension string by Jesse Hall · 12 years ago
  68. 14fab7d Drop frames based on presentation timestamp by Andy McFadden · 12 years ago
  69. ba3ed90 am 082fc1ca: am ae961022: Merge "EGL: Fix error for eglCreateWindowSurface" by Jesse Hall · 12 years ago
  70. 082fc1c am ae961022: Merge "EGL: Fix error for eglCreateWindowSurface" by Jesse Hall · 12 years ago
  71. 77a9b4a EGL: Fix error for eglCreateWindowSurface by Jonathan Hamilton · 12 years ago
  72. 94cdba9 resolved conflicts for merge of 5477d0e4 to master by Jesse Hall · 12 years ago
  73. 5477d0e am c07b5206: Find non-extension GLES wrappers in eglGetProcAddress by Jesse Hall · 12 years ago
  74. c07b520 Find non-extension GLES wrappers in eglGetProcAddress by Jesse Hall · 12 years ago
  75. e0ea89c improve GLES jumptables by Mathias Agopian · 12 years ago
  76. da22e6b am db8c267e: am 3c0425cd: am 0ecf0b8d: Merge "Additional parameter validation for EGL functions" by Jean-Baptiste Queru · 12 years ago
  77. 3c0425c am 0ecf0b8d: Merge "Additional parameter validation for EGL functions" by Jean-Baptiste Queru · 12 years ago
  78. 0ecf0b8 Merge "Additional parameter validation for EGL functions" by Jean-Baptiste Queru · 12 years ago
  79. 4e620dd free EGL resources associated to a thread when it terminates by Mathias Agopian · 12 years ago
  80. f6d1c39 EGL: expose the EGL_KHR_create_context extension by Jamie Gennis · 12 years ago
  81. ed6d08b fix "traceGpuCompletion" debug feature by Mathias Agopian · 12 years ago
  82. 39c24a2 fix local include paths by Mathias Agopian · 12 years ago
  83. ca08833 don't use compile-time configuration of libgui as much as possible by Mathias Agopian · 12 years ago
  84. 2bb7168 replace eglWaitSyncANDROID by eglWaitSyncKHR by Mathias Agopian · 12 years ago
  85. e9b3dfb cleanup EGL extensions strings and entry-points by Mathias Agopian · 12 years ago
  86. 7284145 Add eglPresentationTimeANDROID by Andy McFadden · 12 years ago
  87. 4774338 Add ES3 support to libGLESv2 and tracing tools by Jesse Hall · 12 years ago
  88. 5191916 am 873ab60e: am 75b83e4d: Merge "Gfx-3d: fix GetProcAddress in egl extention" by Jesse Hall · 12 years ago
  89. 69d1007 Gfx-3d: fix GetProcAddress in egl extention by luliuhui · 13 years ago
  90. a73a977 gltrace: Add support for tracing running applications. by Siva Velusamy · 13 years ago
  91. 23bcd8d am 825a9a2d: Merge "Update comments to reflect what the code actually does" into jb-mr1-dev by Romain Guy · 13 years ago
  92. 49fe8ad am b96fe085: Merge "Add new debug option to force 4x MSAA in OpenGL ES 2.0 apps" into jb-mr1-dev by Romain Guy · 13 years ago
  93. be3c3e4 Update comments to reflect what the code actually does by Romain Guy · 13 years ago
  94. 1cffc80 Add new debug option to force 4x MSAA in OpenGL ES 2.0 apps by Romain Guy · 13 years ago
  95. 0d45d71 am 500407a2: log an error when eglCreateContext() fails in an inconsistant way by Mathias Agopian · 13 years ago
  96. 500407a log an error when eglCreateContext() fails in an inconsistant way by Mathias Agopian · 13 years ago
  97. 81b316a am 98838aa0: am 77af25b6: Merge "Return back-end result from eglDestroyImageKHR" by Mathias Agopian · 13 years ago
  98. 646a5c5 Return back-end result from eglDestroyImageKHR by Steven Holte · 13 years ago
  99. 0673e1e Additional parameter validation for EGL functions by Michael Chock · 13 years ago
  100. 010dd4f EGL: Add the EGL_ANDROID_wait_sync extension by Jamie Gennis · 13 years ago