[Webkit-unassigned] [Bug 54565] New: syncSoftwareCanvas with SKIA_GPU enabled should only make context current
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 16 09:57:21 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54565
Summary: syncSoftwareCanvas with SKIA_GPU enabled should only
make context current
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows 7
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bsalomon at google.com
Currently PlatformContext::syncSoftwareCanvas binds an FBO externally to Skia's gpu backend. This confuses the backend because resetContext() is not called. Moreover, the skia backend can bind the correct FBO itself when it is invoked to draw. We really just need to make the GC3D context current before drawing through Skia.
--
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