summaryrefslogtreecommitdiff
path: root/opengl/libs/EGL/eglApi.cpp
AgeCommit message (Expand)Author
2019-08-27opengl: fix a race condition when unloading gl driverYiwei Zhang
2018-10-19Remove eglSignalSyncCourtney Goeltzenleuchter
2018-10-17Add EGL 1.5 Sync functionsCourtney Goeltzenleuchter
2018-10-17Add eglCreatePlatformWindowSurfaceCourtney Goeltzenleuchter
2018-10-17Implement getPlatformDisplay with ANGLE supportCourtney Goeltzenleuchter
2018-10-17Implement eglCreateImage and eglDestroyImageCourtney Goeltzenleuchter
2018-10-16Call down the chain for eglGetErrorCody Northrop
2018-10-15Revert "Revert "Split platform functions from entrypoints""Cody Northrop
2018-10-15Revert "Revert "Rename eglApi.cpp to egl_platform_entries.cpp""Cody Northrop
2018-10-12Revert "Rename eglApi.cpp to egl_platform_entries.cpp"Cody Northrop
2018-10-12Revert "Split platform functions from entrypoints"Cody Northrop
2018-10-09Split platform functions from entrypointsCody Northrop
2018-10-09Rename eglApi.cpp to egl_platform_entries.cppCody Northrop
2018-10-04libEGL: When driver doesn't understand P3, map sRGB-encoded P3 to sRGBChris Forbes
2018-09-26Add ANGLE support to getDisplayCourtney Goeltzenleuchter
2018-07-24Merge "Remove temporary EGL mitigations for Android P."TreeHugger Robot
2018-07-19EGL: translate EGL_GL_COLORSPACE_LINEAR_KHR to UNKNOWNChia-I Wu
2018-07-18[opengl] Modernize codebase by replacing NULL with nullptrYi Kong
2018-06-29Remove mentions of EGL_ANDROID_image_cropKrzysztof Kosiński
2018-06-27Remove temporary EGL mitigations for Android P.Krzysztof Kosiński
2018-05-11Merge "EGL: default to HAL_DATASPACE_UNKNOWN." into pi-dev am: 63a2d825b8Krzysztof Kosiński
2018-05-09EGL: default to HAL_DATASPACE_UNKNOWN.Krzysztof Kosiński
2018-04-30Merge "Work around CTS failure in eglCreateImageKHR." into pi-dev am: 6318d31dcaandroid-build-team Robot
2018-04-27Work around CTS failure in eglCreateImageKHR.Krzysztof Kosiński
2018-04-20Merge "Refactor color space attribute processing." into pi-dev am: b2a20f62deKrzysztof Kosiński
2018-04-20Merge "Fix extension name for EGLImage colorspace support." into pi-dev am: 4...Krzysztof Kosiński
2018-04-20Merge "Refactor color space attribute processing." into pi-devTreeHugger Robot
2018-04-20Refactor color space attribute processing.Krzysztof Kosiński
2018-04-20Fix extension name for EGLImage colorspace support.Krzysztof Kosiński
2018-04-16Merge "Do not strip colorspace attribute for RGB888 surfaces." into pi-dev am...Krzysztof Kosiński
2018-04-16Do not strip colorspace attribute for RGB888 surfaces.Krzysztof Kosiński
2018-03-31Merge "Add EGL_EXT_image_gl_colorspace to EGL whitelist." into pi-dev am: b62...Krzysztof Kosiński
2018-03-30Add EGL_EXT_image_gl_colorspace to EGL whitelist.Krzysztof Kosiński
2018-03-22Remove a no-longer-needed workaround from eglMakeCurrentIan Elliott
2018-03-10EGL: Fix over zealous colorspace implementationCourtney Goeltzenleuchter
2018-03-10EGL: Plumb HDR metadataCourtney Goeltzenleuchter
2018-02-12Remove colorspace attribute processing on StreamCourtney Goeltzenleuchter
2018-02-02Add hdr attributes to setSurfaceAttrCourtney Goeltzenleuchter
2018-02-01EGL: Properly strip out unknown attributesCourtney Goeltzenleuchter
2018-01-24Add HDR dataspaces to EGLCourtney Goeltzenleuchter
2017-08-11Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDKJiyong Park
2017-07-09Check wide-color support before adding extensionsCourtney Goeltzenleuchter
2017-06-23EGL: Add EGL_GL_scrgb extensionCourtney Goeltzenleuchter
2017-06-22Merge "EGL: add color space validation"TreeHugger Robot
2017-06-22EGL: add color space validationCourtney Goeltzenleuchter
2017-06-21Mark EGL/GLES libs as vendor_availableJiyong Park
2017-06-02Merge "egl: handle failed eglMakeCurrent EGL_NO_CONTEXT" into oc-dev am: 2153...Mike Stroyan
2017-06-01egl: handle failed eglMakeCurrent EGL_NO_CONTEXTMike Stroyan
2017-05-10Merge "egl: recover from failed eglMakeCurrent" into oc-dev am: 35c63d456aMike Stroyan
2017-05-08egl: recover from failed eglMakeCurrentMike Stroyan