Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4245cba0 authored by Krzysztof Kosiński's avatar Krzysztof Kosiński
Browse files

Add EGL_EXT_image_gl_colorspace to EGL whitelist.

This extension will be required by CDD for Android P when the feature
android.vr.high_performance is present.

Bug: 32147090
Bug: 76152545
Test: Built and flashed Pixel XL, verified that the extension is present.
Change-Id: Id14d80c7ec6e956b317d227f9f1ab7b2aea656f2
parent 0c2de368
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@ char const * const gBuiltinExtensionString =
char const * const gExtensionString  =
        "EGL_KHR_image "                        // mandatory
        "EGL_KHR_image_base "                   // mandatory
        "EGL_KHR_image_gl_colorspace "
        "EGL_KHR_image_pixmap "
        "EGL_KHR_lock_surface "
        "EGL_KHR_gl_colorspace "