[Webkit-unassigned] [Bug 114051] New: [CSS Filters] Accelerated SVG reference filters should not rely on FilterEffectRenderer to build the filter graph

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 5 12:00:16 PDT 2013


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

           Summary: [CSS Filters] Accelerated SVG reference filters should
                    not rely on FilterEffectRenderer to build the filter
                    graph
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mvujovic at adobe.com


Note that only Chrome accelerates SVG reference filters right now, so this only causes problems there right now.

We should extract the SVG graph building functionality out of FilterEffectRenderer, and it should happen when we call RenderLayer::computeFilterOperations. FilterEffectRenderer is intended to render software filters and shouldn't be needed for accelerated filters.

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