[Webkit-unassigned] [Bug 129419] [GTK] Wrong GL context when destroying textures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 5 07:52:01 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=129419





--- Comment #7 from Martin Robinson <mrobinson at webkit.org>  2014-03-05 07:49:03 PST ---
(In reply to comment #6)

> I think the way to fix this would be to make the GLContext instance used by both the layer tree host and the GraphicsContext3D a RefPtr instead of an OwnPtr. I think this would allow us to just use the same GLContext instance for both and make sure it won't be destroyed until both objects are done with it. This would require to change the signature of the GLContext::create*() functions.

It seems a bit suspicious that the GraphicsContext3D is destroyed before the layer tree host. What owns the graphics context?

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



More information about the webkit-unassigned mailing list