[Webkit-unassigned] [Bug 44528] New: Improve FEGaussianBlur algorithm to access image buffer memory directly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 24 09:15:58 PDT 2010


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

           Summary: Improve FEGaussianBlur algorithm to access image
                    buffer memory directly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex at igalia.com
                CC: krit at webkit.org, ariya.hidayat at gmail.com


Currently the FEGaussianBlur uses CanvasPixelArrays objects to handle pixel operations, this is very slow, we need to add support to get and handle image buffer memory directly, avoiding copies if possible.

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