Bug 256318

Summary: [GPU Process][Filters] Make FilterFunction a RenderingResource
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: Layout and RenderingAssignee: Said Abou-Hallawa <sabouhallawa>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 232845    

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.