Bug 269905

Summary: [DisplayList] Improve filter performance when used out of GPUProcess
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bfulgham, sabouhallawa, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=269738
Bug Depends on: 269738    
Bug Blocks:    

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.