1. b0bcd26 EGL: Fix ARM assembly constraint. by Krzysztof Kosiński · 6 years ago
  2. 4245cba Add EGL_EXT_image_gl_colorspace to EGL whitelist. by Krzysztof Kosiński · 6 years ago
  3. a1e59f1 EGL: Fix over zealous colorspace implementation by Courtney Goeltzenleuchter · 6 years ago
  4. 936799c EGL: Plumb HDR metadata by Courtney Goeltzenleuchter · 6 years ago
  5. b1d70ec Remove colorspace attribute processing on Stream by Courtney Goeltzenleuchter · 6 years ago
  6. 786ab88 Add hdr attributes to setSurfaceAttr by Courtney Goeltzenleuchter · 7 years ago
  7. 52de2fd EGL: Properly strip out unknown attributes by Courtney Goeltzenleuchter · 7 years ago
  8. 12ffe09 Add HDR dataspaces to EGL by Courtney Goeltzenleuchter · 7 years ago
  9. 420d676 Merge "readdir_r is deprecated." am: 9ace4848ae am: 15f5c001ae am: c68047c18e by Elliott Hughes · 7 years ago
  10. 2eab3fc readdir_r is deprecated. by Elliott Hughes · 7 years ago
  11. cbf81da Add missing include. by Dan Albert · 7 years ago
  12. 13f2c07 Fix sanitizer in egl_display_t::get. by Ivan Lozano · 7 years ago
  13. 7025b54 Fix sanitizer in egl_display_t::get. by Ivan Lozano · 7 years ago
  14. 0f82d87 emulator: api 26 fix guest rendering by Lingfeng Yang · 7 years ago
  15. 52870fc emulator: api 26 fix guest rendering by Lingfeng Yang · 7 years ago
  16. 9e7cd07 Move some of the logic from egl_cache_t into FileBlobCache by Stan Iliev · 7 years ago
  17. fb23ba2 Merge "Add missing includes." am: 2df3edeae6 by Dan Albert · 7 years ago
  18. 3c9c33a Add missing includes. by Dan Albert · 7 years ago
  19. 9f93afe Add missing includes. by Dan Albert · 7 years ago
  20. cbd2364 Merge "Handle glGetString returning NULL" am: 329904ffb2 by Jesse Hall · 7 years ago
  21. 329904f Merge "Handle glGetString returning NULL" by Jesse Hall · 7 years ago
  22. 09fc8f9 Handle glGetString returning NULL by Jesse Hall · 7 years ago
  23. 5c34e48 resolve merge conflicts of 8007bdd7d to stage-aosp-master by Jae Shin · 7 years ago
  24. 8d455e9 Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDK by Jiyong Park · 7 years ago
  25. 5309d7d Mark EGL/GLES libs as vendor_available by Jiyong Park · 7 years ago
  26. a3f8840 GraphicsEnv is separated from libui by Jiyong Park · 7 years ago
  27. a018099 Merge "emulator: update EGL emulation library path" am: 7e7457f225 by Bo Hu · 7 years ago
  28. 7e7457f Merge "emulator: update EGL emulation library path" by Bo Hu · 7 years ago
  29. 2ba1a2a Merge "Fix monolithic, un-suffixed GLES driver search" am: cd89b87637 by Jesse Hall · 7 years ago
  30. 4aaa960 Fix monolithic, un-suffixed GLES driver search by Jesse Hall · 7 years ago
  31. 3adf9e1 emulator: update EGL emulation library path by bohu · 7 years ago
  32. 1b71702 Check wide-color support before adding extensions by Courtney Goeltzenleuchter · 7 years ago
  33. 2cd68e6 EGL: Add EGL_GL_scrgb extension by Courtney Goeltzenleuchter · 7 years ago
  34. 15f7978 EGL: add color space validation by Courtney Goeltzenleuchter · 7 years ago
  35. a243e5d Mark EGL/GLES libs as vendor_available by Jiyong Park · 7 years ago
  36. 27b835c Merge "egl: handle failed eglMakeCurrent EGL_NO_CONTEXT" into oc-dev am: 2153f5e317 by Mike Stroyan · 7 years ago
  37. 47e741b egl: handle failed eglMakeCurrent EGL_NO_CONTEXT by Mike Stroyan · 7 years ago
  38. ea40401 EGL: Do not look up default namespace when sphal is defined by Justin Yun · 7 years ago
  39. b732030 EGL: Do not look up default namespace when sphal is defined by Justin Yun · 7 years ago
  40. c0a749e Merge "GraphicsEnv is separated from libui" by TreeHugger Robot · 7 years ago
  41. 78d69df Merge "egl: recover from failed eglMakeCurrent" into oc-dev am: 35c63d456a by Mike Stroyan · 7 years ago
  42. 02ba5c7 egl: recover from failed eglMakeCurrent by Mike Stroyan · 7 years ago
  43. 1d4f7a2 Default dataspace must be UNKNOWN for compatibility by Courtney Goeltzenleuchter · 7 years ago
  44. 27c39e1 GraphicsEnv is separated from libui by Jiyong Park · 7 years ago
  45. 3783657 Apply and Track EGL_GL_COLORSPACE_KHR by Courtney Goeltzenleuchter · 7 years ago
  46. 21b33cb Add new EGL colorspace extensions by Courtney Goeltzenleuchter · 7 years ago
  47. 55901a2 Expose EGL_ANDROID_native_fence_sync. by Craig Donner · 7 years ago
  48. 6b37671 egl: Avoid use of retire as present by Brian Anderson · 7 years ago
  49. 5910dc7 Load GL graphics drivers explicitly from sphal namespace by Jiyong Park · 7 years ago
  50. f15219b Fix typo causing GL_EXT_debug_marker to disappear by Pyry Haulos · 7 years ago
  51. 4e606e3 egl: Remove retire event. by Brian Anderson · 7 years ago
  52. 5f1af04 get rid of the dependency on utils/CallStack.h by Mathias Agopian · 7 years ago
  53. d8a7e59 Merge changes from topic 'blobcache' by TreeHugger Robot · 7 years ago
  54. b7f9a24 convert BlobCache to STL by Mathias Agopian · 7 years ago
  55. 5f549b2 move BlobCache over (unmodified) to libEGL by Mathias Agopian · 7 years ago
  56. 6542143 Remove dependency to most of libutils by Mathias Agopian · 7 years ago
  57. 113c6b7 opengl egl_object.h: add <atomic> include. by Steven Moreland · 7 years ago
  58. 6196340 Remove a dependency of EGL on ui/GraphicBuffer.h by Mathias Agopian · 7 years ago
  59. 3111d66 remove EGL dependency on libbinder by Mathias Agopian · 8 years ago
  60. 10e9ab5 check that the NativeWindowType is valid in eglCreateWindowSurface by Mathias Agopian · 7 years ago
  61. 51d53c4 Whitelist EGL_KHR_no_config_context by Pyry Haulos · 7 years ago
  62. 311b479 clean-up EGL includes by Mathias Agopian · 7 years ago
  63. 737b896 remove warnings by Mathias Agopian · 7 years ago
  64. 9592156 Remove dead-code by Mathias Agopian · 7 years ago
  65. 89ed4c8 split libandroid.so by Mathias Agopian · 7 years ago
  66. f810b29 Merge changes from topic 'GPU_replace_GL' by Brian C. Anderson · 7 years ago
  67. d41b8e6 Merge "Expose extension for obtaining an EGLClientBuffer from an AHardwareBuffer" by TreeHugger Robot · 7 years ago
  68. 6076107 Expose extension for obtaining an EGLClientBuffer from an AHardwareBuffer by Craig Donner · 8 years ago
  69. b04c6f0 Change GL references to GPU for getFrameTimestamps. by Brian Anderson · 8 years ago
  70. 4ec48ac Merge "EGL: Enable eglGetFrameTimestamps." by Brian C. Anderson · 7 years ago
  71. 9f02435 Merge "EGL: Add eglGetCompositorTimingANDROID." by Brian C. Anderson · 7 years ago
  72. 832b6b9 Merge "EGL: Use frameId instead of framesAgo for frame events." by Brian C. Anderson · 7 years ago
  73. aaa3546 EGL: Enable eglGetFrameTimestamps. by Brian Anderson · 8 years ago
  74. 0a61b0c EGL: Add eglGetCompositorTimingANDROID. by Brian Anderson · 8 years ago
  75. 2a902d7 Merge "move GraphicEnv from libgui to libui" by Mathias Agopian · 7 years ago
  76. 991d254 move GraphicEnv from libgui to libui by Mathias Agopian · 8 years ago
  77. 1049d1d EGL: Use frameId instead of framesAgo for frame events. by Brian Anderson · 8 years ago
  78. e96a325 Add methods for allocating and locking GraphicBuffers via gralloc1 flags by Craig Donner · 8 years ago
  79. 0e4e395 Add support for EGL_EXT_pixel_format_float by Courtney Goeltzenleuchter · 8 years ago
  80. c7fb44c resolve merge conflicts of 1508ae60c to master by Jesse Hall · 8 years ago
  81. 1508ae6 libEGL: Add initialization tracing by Jesse Hall · 8 years ago
  82. 1966cf6 EGL: Load updated EGL/GLES drivers by Jesse Hall · 8 years ago
  83. 27d4079 Merge changes from topic 'drvup-master' by TreeHugger Robot · 8 years ago
  84. 7a8d83e EGL: Load updated EGL/GLES drivers by Jesse Hall · 8 years ago
  85. c939411 Merge changes from topic 'latchAndLastRefresh' by Brian C. Anderson · 8 years ago
  86. f7fd56a EGL: Expose latch, last composite, and dequeue ready. by Brian Anderson · 8 years ago
  87. e0ea99c resolve merge conflicts of a2c2d11f9 to master by Mark Salyzyn · 8 years ago
  88. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 8 years ago
  89. c03d283 resolve merge conflicts of 525a5f2 to master by Mark Salyzyn · 8 years ago
  90. a5e161b Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 8 years ago
  91. 7db889c Merge "Remove unused getProcessCmdline function" by Jesse Hall · 8 years ago
  92. feb7c74 Remove unused getProcessCmdline function by Jesse Hall · 8 years ago
  93. e2caadc Merge "Add fp16 pixel and window formats" by TreeHugger Robot · 8 years ago
  94. ff41514 Add fp16 pixel and window formats by Romain Guy · 8 years ago
  95. 13e4db2 Merge "egl: add EGL_IMG_context_priority to the whitelist" am: d94925cf3c am: 666bbed016 am: 75ee34f22d by Christian Poetzsch · 8 years ago
  96. d94925c Merge "egl: add EGL_IMG_context_priority to the whitelist" by Treehugger Robot · 8 years ago
  97. 94ac647 Allow both RENDER and TEXTURE flags when creating native client buffers. by Craig Donner · 8 years ago
  98. 75b4526 Allow both RENDER and TEXTURE flags when creating native client buffers. am: 304f78173f by Craig Donner · 8 years ago
  99. f48a46f Allow both RENDER and TEXTURE flags when creating native client buffers. by Craig Donner · 8 years ago
  100. 304f781 Allow both RENDER and TEXTURE flags when creating native client buffers. by Craig Donner · 8 years ago