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

Commit 41171c5a authored by Krzysztof Kosiński's avatar Krzysztof Kosiński
Browse files

Fix extension name for EGLImage colorspace support.

The correct extension string is EGL_EXT_image_gl_colorspace, not
EGL_KHR_image_gl_colorspace. Qualcomm driver exposes both variants.

Bug: 32147090
Test: Used the application OpenGL ES CapsViewer from Play Store to
verify that the extension EGL_EXT_image_gl_colorspace is present
on Pixel XL.
Change-Id: I2f5e053b7210ac896f5122a46932b41e4db87c3b
parent d893c333
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +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_EXT_image_gl_colorspace "
        "EGL_KHR_image_pixmap "
        "EGL_KHR_lock_surface "
        "EGL_KHR_gl_colorspace "