[Webkit-unassigned] [Bug 54327] New: [chromium] Accelerated PlatformContextSkia doesn't always render with the correct context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 11 17:39:04 PST 2011


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

           Summary: [chromium] Accelerated PlatformContextSkia doesn't
                    always render with the correct context
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vangelis at chromium.org
                CC: reed at google.com, senorblanco at chromium.org,
                    jamesr at chromium.org


When using the gpu-accelerated skia path (ENABLE(SKIA_GPU)), all GraphicsContext methods must first set the current GL context to the context that the underlying gpu canvas uses.  Currently only methods that call PlatformContextSkia::prepareForSoftwareDraw() will do that.  An example of a method that won't set the GL context is GraphicsContext::clearRect() but there's plenty of others.

-- 
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