Bug 74685 - Test for GL_EXT_bgra in addition to GL_EXT_texture_format_BGRA8888
Summary: Test for GL_EXT_bgra in addition to GL_EXT_texture_format_BGRA8888
Status: RESOLVED MOVED
Alias: None
Product: cairo
Classification: Unclassified
Component: gl backend (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: cairo-bugs mailing list
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-07 17:17 UTC by Antia Puentes
Modified: 2018-08-25 14:02 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Test for GL_EXT_bgra in addition to GL_EXT_texture_format_BGRA8888 (1.07 KB, text/plain)
2014-02-07 17:17 UTC, Antia Puentes
Details

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.