[Webkit-unassigned] [Bug 54299] need makeContextCurrent() called in prepareForSoftwareDraw()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 11 13:01:21 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54299
--- Comment #5 from Mike Reed <reed at google.com> 2011-02-11 13:01:21 PST ---
As a 2nd note, the existing GraphicsContext3DOpenGL.cpp issues this call before every gl... call. This patch follows the same logical pattern, but happens to be a bit more efficient, in that we only issue the call before each high-level 2D primitive, which may turn into may gl... calls.
--
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