NEW 264968
[GPU Process] Make DisplayList a rendering resource
https://bugs.webkit.org/show_bug.cgi?id=264968
Summary [GPU Process] Make DisplayList a rendering resource
Said Abou-Hallawa
Reported 2023-11-16 11:22:57 PST
WebProcess will be able record the painting for any renderer, RenderSVGShape for example, into a DisplayList. Once this DisplayList is recorded, it can be cached in the GPUP side. Any time the renderer is painted, the DisplayList is replayed back in GPUP. The challenge will be when to cache the DisplayList and when to invalidate it.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-11-16 11:23:12 PST
Said Abou-Hallawa
Comment 2 2023-11-16 11:26:12 PST
Note You need to log in before you can comment on or make changes to this bug.