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

Commit 51d53c4a authored by Pyry Haulos's avatar Pyry Haulos
Browse files

Whitelist EGL_KHR_no_config_context

This change allows driver to expose EGL_KHR_no_config_context
functionality.

Test: dEQP-EGL.info.extensions, dEQP-EGL.functional.create_context.no_config
Bug: 22093220
Change-Id: I4dee8577f2fa7378c1f2512cbdc568670d1c036e
parent 297b3061
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -126,6 +126,7 @@ char const * const gExtensionString =
        "EGL_EXT_yuv_surface "
        "EGL_EXT_protected_content "
        "EGL_IMG_context_priority "
        "EGL_KHR_no_config_context "
        ;

// extensions not exposed to applications but used by the ANDROID system