[Mesa-dev] [Bug 92265] Black windows in weston after update mesa to 11.0.2-1
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Oct 5 00:03:27 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=92265
--- Comment #7 from Pekka Paalanen <ppaalanen at gmail.com> ---
I don't think you mean GL_EXT_abgr, I don't see Weston using that.
Weston is using GL_BGRA_EXT format, when GL_EXT_texture_format_BGRA8888
extension is available. Weston's GL-renderer refuses to start without this
extension.
I believe this is because GL_BGRA_EXT, GL_UNSIGNED_BYTE matches the
WL_SHM_FORMAT_XRGB8888 and WL_SHM_FORMAT_ARGB8888 layouts, so we can avoid a
conversion.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20151005/ec16f4a7/attachment.html>
More information about the mesa-dev
mailing list