[Webkit-unassigned] [Bug 68501] New: [skia] Optimize ImageBuffer constructor when accelerated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 21:13:46 PDT 2011


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

           Summary: [skia] Optimize ImageBuffer constructor when
                    accelerated
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Canvas
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: benwells at chromium.org
                CC: reed at google.com, senorblanco at chromium.org,
                    kbr at google.com, jamesr at chromium.org,
                    vangelis at chromium.org, alokp at chromium.org,
                    mdelaney at apple.com, bsalomon at google.com


The ImageBuffer constructor creates a SkDevice for a non-accelerated canvas first. Then, if an accelerated buffer is requested it will try to create an accelerated SkDevice, if successful overwriting the non-accelerated device.

This can be optimized to first try, if requested, to create an accelerated SkDevice and only create the non-accelerated device if that fails.

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