Created attachment 93623 [details] Test for GL_EXT_bgra in addition to GL_EXT_texture_format_BGRA8888 Some drivers don't expose the OpenGL ES extension GL_EXT_texture_format_BGRA8888, but its OpenGL superset GL_EXT_bgra. The cairo-gl context initialization will fail for OpenGL ES if that is the case, as cairo checks only for the existance of the GL_EXT_texture_format_BGRA8888. The initialization fails even when the functionality is present on the device. The same issue was reported/fixed in webkit/chromium: https://bugs.webkit.org/show_bug.cgi?id=71502
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/cairo/cairo/issues/321.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.