WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-02-29 02:05:20 PST
<
rdar://problem/123820783
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug