[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
Sat Oct 3 08:21:44 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=92265

Jason Ekstrand <jason at jlekstrand.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |idr at freedesktop.org,
                   |                            |jason at jlekstrand.net,
                   |                            |krh at bitplanet.net

--- Comment #2 from Jason Ekstrand <jason at jlekstrand.net> ---
There appear to be two potential problems here.  One is that Weston tries to
use GL_EXT_abgr in ES even though it is not an ES extension.  The second is
that mesa advertises it and then falls over when you try to use it.  If we
weren't advertising it, Weston would fall back to other paths and be OK.  I see
two options:

 1) Actually support the extension even though it isn't technically an ES
extension.
 2) Stop advertising it.

I'm going to hazard a guess and say that mesa is probably the only ES driver to
support GL_EXT_abgr.

Thoughts?

-- 
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/20151003/ca786238/attachment.html>


More information about the mesa-dev mailing list