- 5d7eb4f Disable native_coverage for libGLESv2 by Pirama Arumuga Nainar · 7 years ago
- 6792321 NFC: Clean up code to fix misdiagnosed unitialized variables (r2, g2, b2). by Stephen Hines · 7 years ago
- 4030996 Make a GLESv1 only entries for GLESv1 driver loading by Yiwei Zhang · 7 years ago
- c044eea Merge "Convert Android.mk file to Android.bp" am: 058cb93644 by Sasha Smundak · 7 years ago
- 6a6bdad Convert Android.mk file to Android.bp by Sasha Smundak · 7 years ago
- df6c0ad Merge "[RESTRICT AUTOMERGE] Revert "libEGL: When driver doesn't understand P3, map sRGB-encoded P3 to sRGB"" by Treehugger Robot · 7 years ago
- 2dd8166 [RESTRICT AUTOMERGE] Revert "libEGL: When driver doesn't understand P3, map sRGB-encoded P3 to sRGB" by Chris Forbes · 7 years ago
- 1eb32e2 Merge "EGL: always set data space even for UNKNOWN" by Yiwei Zhang · 7 years ago
- c8fb8bd Merge "EGL: add a missing native_window_api_disconnect" by Yiwei Zhang · 7 years ago
- 49db2b1 Merge "EGL: two fixes for colorspace attribute handling" by Yiwei Zhang · 7 years ago
- 34cd227 EGL: always set data space even for UNKNOWN by Weiwan Liu · 7 years ago
- b922a7b EGL: add a missing native_window_api_disconnect by Weiwan Liu · 7 years ago
- ab4f07e EGL: two fixes for colorspace attribute handling by Weiwan Liu · 7 years ago
- ff49994 libEGL: When driver doesn't understand P3, map sRGB-encoded P3 to sRGB by Chris Forbes · 7 years ago
- bf433ab EGL: translate EGL_GL_COLORSPACE_LINEAR_KHR to UNKNOWN by Chia-I Wu · 8 years ago
- 15f50db Remove a no-longer-needed workaround from eglMakeCurrent by Ian Elliott · 8 years ago
- 3ba2f86 Switch x86/x64 trampolines to use __attribute__((naked)) by Chris Forbes · 8 years ago
- 1275244 EGL: default to HAL_DATASPACE_UNKNOWN. by Krzysztof Kosiński · 8 years ago
- ae98af5 Work around CTS failure in eglCreateImageKHR. by Krzysztof Kosiński · 8 years ago
- b18333d Expose EGL_EXT_image_gl_colorspace if EGL_KHR... is present. by Krzysztof Kosiński · 8 years ago
- b2a20f6 Merge "Refactor color space attribute processing." into pi-dev by TreeHugger Robot · 8 years ago
- f2fc4e9 Refactor color space attribute processing. by Krzysztof Kosiński · 8 years ago
- 41171c5 Fix extension name for EGLImage colorspace support. by Krzysztof Kosiński · 8 years ago
- f210217 Do not strip colorspace attribute for RGB888 surfaces. by Krzysztof Kosiński · 8 years ago
- 89238e9 Merge "EGL: Fix ARM assembly constraint." into pi-dev by TreeHugger Robot · 8 years ago
- 3430724 Expose additional symbols from libGLESv2 and libGLESv3. by Krzysztof Kosiński · 8 years ago
- b0bcd26 EGL: Fix ARM assembly constraint. by Krzysztof Kosiński · 8 years ago
- 1381b18 Update EGL and GLES headers. by Krzysztof Kosiński · 8 years ago
- 4245cba Add EGL_EXT_image_gl_colorspace to EGL whitelist. by Krzysztof Kosiński · 8 years ago
- a1e59f1 EGL: Fix over zealous colorspace implementation by Courtney Goeltzenleuchter · 8 years ago
- 936799c EGL: Plumb HDR metadata by Courtney Goeltzenleuchter · 8 years ago
- b1d70ec Remove colorspace attribute processing on Stream by Courtney Goeltzenleuchter · 8 years ago
- 786ab88 Add hdr attributes to setSurfaceAttr by Courtney Goeltzenleuchter · 8 years ago
- 52de2fd EGL: Properly strip out unknown attributes by Courtney Goeltzenleuchter · 8 years ago
- 12ffe09 Add HDR dataspaces to EGL by Courtney Goeltzenleuchter · 8 years ago
- 420d676 Merge "readdir_r is deprecated." am: 9ace4848ae am: 15f5c001ae am: c68047c18e by Elliott Hughes · 8 years ago
- 2eab3fc readdir_r is deprecated. by Elliott Hughes · 8 years ago
- cbf81da Add missing include. by Dan Albert · 8 years ago
- 13f2c07 Fix sanitizer in egl_display_t::get. by Ivan Lozano · 8 years ago
- 7025b54 Fix sanitizer in egl_display_t::get. by Ivan Lozano · 8 years ago
- 0f82d87 emulator: api 26 fix guest rendering by Lingfeng Yang · 9 years ago
- 52870fc emulator: api 26 fix guest rendering by Lingfeng Yang · 9 years ago
- 9e7cd07 Move some of the logic from egl_cache_t into FileBlobCache by Stan Iliev · 8 years ago
- 3d0b760 Merge "Use -Werror in frameworks/native/opengl/libs" am: cefdd49b3f by Chih-hung Hsieh · 8 years ago
- cefdd49 Merge "Use -Werror in frameworks/native/opengl/libs" by Chih-hung Hsieh · 8 years ago
- fb23ba2 Merge "Add missing includes." am: 2df3edeae6 by Dan Albert · 8 years ago
- 3c9c33a Add missing includes. by Dan Albert · 8 years ago
- c60a0f0 Use -Werror in frameworks/native/opengl/libs by Chih-Hung Hsieh · 8 years ago
- cbd2364 Merge "Handle glGetString returning NULL" am: 329904ffb2 by Jesse Hall · 8 years ago
- 329904f Merge "Handle glGetString returning NULL" by Jesse Hall · 8 years ago
- 09fc8f9 Handle glGetString returning NULL by Jesse Hall · 8 years ago
- 5c34e48 resolve merge conflicts of 8007bdd7d to stage-aosp-master by Jae Shin · 8 years ago
- 8d455e9 Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDK by Jiyong Park · 9 years ago
- 5309d7d Mark EGL/GLES libs as vendor_available by Jiyong Park · 9 years ago
- a3f8840 GraphicsEnv is separated from libui by Jiyong Park · 9 years ago
- a018099 Merge "emulator: update EGL emulation library path" am: 7e7457f225 by Bo Hu · 8 years ago
- 7e7457f Merge "emulator: update EGL emulation library path" by Bo Hu · 8 years ago
- 2ba1a2a Merge "Fix monolithic, un-suffixed GLES driver search" am: cd89b87637 by Jesse Hall · 8 years ago
- 4aaa960 Fix monolithic, un-suffixed GLES driver search by Jesse Hall · 8 years ago
- 3adf9e1 emulator: update EGL emulation library path by bohu · 9 years ago
- 1b71702 Check wide-color support before adding extensions by Courtney Goeltzenleuchter · 9 years ago
- 2cd68e6 EGL: Add EGL_GL_scrgb extension by Courtney Goeltzenleuchter · 9 years ago
- 15f7978 EGL: add color space validation by Courtney Goeltzenleuchter · 9 years ago
- a243e5d Mark EGL/GLES libs as vendor_available by Jiyong Park · 9 years ago
- 27b835c Merge "egl: handle failed eglMakeCurrent EGL_NO_CONTEXT" into oc-dev am: 2153f5e317 by Mike Stroyan · 9 years ago
- 47e741b egl: handle failed eglMakeCurrent EGL_NO_CONTEXT by Mike Stroyan · 9 years ago
- ea40401 EGL: Do not look up default namespace when sphal is defined by Justin Yun · 9 years ago
- b732030 EGL: Do not look up default namespace when sphal is defined by Justin Yun · 9 years ago
- c0a749e Merge "GraphicsEnv is separated from libui" by TreeHugger Robot · 9 years ago
- 78d69df Merge "egl: recover from failed eglMakeCurrent" into oc-dev am: 35c63d456a by Mike Stroyan · 9 years ago
- 02ba5c7 egl: recover from failed eglMakeCurrent by Mike Stroyan · 9 years ago
- 1d4f7a2 Default dataspace must be UNKNOWN for compatibility by Courtney Goeltzenleuchter · 9 years ago
- 27c39e1 GraphicsEnv is separated from libui by Jiyong Park · 9 years ago
- 3783657 Apply and Track EGL_GL_COLORSPACE_KHR by Courtney Goeltzenleuchter · 9 years ago
- 21b33cb Add new EGL colorspace extensions by Courtney Goeltzenleuchter · 9 years ago
- 55901a2 Expose EGL_ANDROID_native_fence_sync. by Craig Donner · 9 years ago
- 21d072a Merge changes from topic 'presentFenceNotReliable' into oc-dev by Brian C. Anderson · 9 years ago
- 6b37671 egl: Avoid use of retire as present by Brian Anderson · 9 years ago
- 219db6c Remove .(ll)ndk suffix from (ll)ndk_library by Dan Willemsen · 9 years ago
- 5910dc7 Load GL graphics drivers explicitly from sphal namespace by Jiyong Park · 9 years ago
- f15219b Fix typo causing GL_EXT_debug_marker to disappear by Pyry Haulos · 9 years ago
- 4e606e3 egl: Remove retire event. by Brian Anderson · 9 years ago
- 5f1af04 get rid of the dependency on utils/CallStack.h by Mathias Agopian · 9 years ago
- d8a7e59 Merge changes from topic 'blobcache' by TreeHugger Robot · 9 years ago
- b7f9a24 convert BlobCache to STL by Mathias Agopian · 9 years ago
- 5f549b2 move BlobCache over (unmodified) to libEGL by Mathias Agopian · 9 years ago
- 6542143 Remove dependency to most of libutils by Mathias Agopian · 9 years ago
- 113c6b7 opengl egl_object.h: add <atomic> include. by Steven Moreland · 9 years ago
- 6196340 Remove a dependency of EGL on ui/GraphicBuffer.h by Mathias Agopian · 9 years ago
- 3111d66 remove EGL dependency on libbinder by Mathias Agopian · 9 years ago
- 10e9ab5 check that the NativeWindowType is valid in eglCreateWindowSurface by Mathias Agopian · 9 years ago
- 51d53c4 Whitelist EGL_KHR_no_config_context by Pyry Haulos · 9 years ago
- 311b479 clean-up EGL includes by Mathias Agopian · 9 years ago
- 737b896 remove warnings by Mathias Agopian · 9 years ago
- 9592156 Remove dead-code by Mathias Agopian · 9 years ago
- 89ed4c8 split libandroid.so by Mathias Agopian · 9 years ago
- f810b29 Merge changes from topic 'GPU_replace_GL' by Brian C. Anderson · 9 years ago
- d41b8e6 Merge "Expose extension for obtaining an EGLClientBuffer from an AHardwareBuffer" by TreeHugger Robot · 9 years ago
- 6076107 Expose extension for obtaining an EGLClientBuffer from an AHardwareBuffer by Craig Donner · 9 years ago
- b04c6f0 Change GL references to GPU for getFrameTimestamps. by Brian Anderson · 9 years ago