RESOLVED FIXED 256318
[GPU Process][Filters] Make FilterFunction a RenderingResource
https://bugs.webkit.org/show_bug.cgi?id=256318
Summary [GPU Process][Filters] Make FilterFunction a RenderingResource
Said Abou-Hallawa
Reported 2023-05-04 10:19:19 PDT
This will allow caching the SVGFilter in GPU Process and will allow referencing it in DisplayList items by its RenderingResourceIdentifier. To do that RenderingResource has to not be a RefCounted. SVGFilter inherits FilterFunction which is a RefCounted. NativeImage, Gradient, DecomposeGlyphs and SVGFilter have to handle the ref-counted separate from RenderingResource.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-05-04 10:29:26 PDT
Said Abou-Hallawa
Comment 2 2023-05-04 10:33:58 PDT
EWS
Comment 3 2023-05-08 13:42:07 PDT
Committed 263820@main (9a8998b85a0a): <https://commits.webkit.org/263820@main> Reviewed commits have been landed. Closing PR #13446 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.