WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-11-16 11:23:12 PST
<
rdar://problem/118520992
>
Said Abou-Hallawa
Comment 2
2023-11-16 11:26:12 PST
Pull request:
https://github.com/WebKit/WebKit/pull/20621
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