NEW 269905
[DisplayList] Improve filter performance when used out of GPUProcess
https://bugs.webkit.org/show_bug.cgi?id=269905
Summary [DisplayList] Improve filter performance when used out of GPUProcess
Nikolas Zimmermann
Reported 2024-02-22 02:04:43 PST
Allocating new `FilterResults` for every Filter::apply() is expensive for SVGFilters. This is now called every time DisplayList::Recorder has to handle a filter. Caching should be added to drawFilteredImageBuffer(), like in `RemoteDisplayListRecorder::drawFilteredImageBuffer()`.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-02-29 02:05:20 PST
Note You need to log in before you can comment on or make changes to this bug.