RESOLVED INVALID Bug 114051
[CSS Filters] Accelerated SVG reference filters should not rely on FilterEffectRenderer to build the filter graph
https://bugs.webkit.org/show_bug.cgi?id=114051
Summary [CSS Filters] Accelerated SVG reference filters should not rely on FilterEffe...
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.