[Mesa-dev] [Bug 38312] Swrast doesn't really know whether a Framebuffer object is bound

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 15 08:19:17 PDT 2011


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

--- Comment #21 from José Fonseca <jfonseca at vmware.com> 2011-06-15 08:19:16 PDT ---
It looks like firefox is trying to destroy the currently bound context:

$ tracedump firefox-bin.1.trace  | grep ctx
17 glXMakeCurrent(dpy = 0x62ea00, drawable = 125830043, ctx = 0x29b15e0) = True
173 glXMakeCurrent(dpy = 0x62ea00, drawable = 125830041, ctx = 0x29b4f20) =
True
351 glXDestroyContext(dpy = 0x62ea00, ctx = 0x29b4f20)
warning: incomplete call glXMakeCurrent
354 glXMakeCurrent(dpy = 0x62ea00, drawable = 125830043, ctx = 0x29b15e0)

According to glXDestroyContext's documentation, the context destruction should
be deferred until it's no longer current to any thread.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list