Bug 74685

Summary: Test for GL_EXT_bgra in addition to GL_EXT_texture_format_BGRA8888
Product: cairo Reporter: Antia Puentes <apuentes>
Component: gl backendAssignee: cairo-bugs mailing list <cairo-bugs>
Status: RESOLVED MOVED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Test for GL_EXT_bgra in addition to GL_EXT_texture_format_BGRA8888

Description Antia Puentes 2014-02-07 17:17:19 UTC
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
Comment 1 GitLab Migration User 2018-08-25 14:02:15 UTC
-- 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.