[Mesa-dev] [Bug 72600] ES3 context returned when ES2 is requested

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Dec 12 10:06:05 PST 2013


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

--- Comment #6 from org.freedesktop at io7m.com ---
I think the main issue here is that the ES3 context doesn't actually correctly
identify itself as such. As described in the JOGL tracker, the problem is that
JOGL first requests an ES2 context (and rejects the ES3 context that is
actually
returned, more on that in a moment), and then tries an ES3 context but rejects
that because it doesn't have the correct type bits set.

As for rejecting an ES3 context when an ES2 context is requested, that's
actually
rooted in:

  https://jogamp.org/bugzilla/show_bug.cgi?id=852

As you can see from my comments at the bottom of 852, I'm not convinced that
ES3 and ES2 are incompatible either (my original statement made on the mailing
list appears to be in error).

As I said, evidently the context returned by Mesa on Intel drivers *does*
correctly identify itself as ES3, so there appears to be an (albeit minor) bug
on the AMD side.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20131212/bf75d8e0/attachment-0001.html>


More information about the mesa-dev mailing list