Bug 114051

Summary: [CSS Filters] Accelerated SVG reference filters should not rely on FilterEffectRenderer to build the filter graph
Product: WebKit Reporter: Max Vujovic <mvujovic>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: krit, sabouhallawa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 68469, 114035    

Max Vujovic
Reported 2013-04-05 11:58:30 PDT
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.
Attachments
Said Abou-Hallawa
Comment 1 2022-10-05 11:51:09 PDT
FilterEffectRenderer was removed in r235630. Then was reintroduced for a different purpose in r264805. Then it was deleted in r286193. Accelerated filters are implemented using CoreImage for CG. But it is limited and it is still an internal feature.
Note You need to log in before you can comment on or make changes to this bug.