WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
260213
Remove InMemoryDisplayList
https://bugs.webkit.org/show_bug.cgi?id=260213
Summary
Remove InMemoryDisplayList
Said Abou-Hallawa
Reported
2023-08-15 12:12:51 PDT
Make DisplayList holds a Vector of DisplayList items. There is no need for the read and write clients anymore. They were used in the past to share the recorded DisplayList items with GPU Process through a ring buffer. After introducing the StreamConnection, using the DisplayList became limited to the TextPainter recording. Simplifying this code will allow replaying back a whole DisplayList in GPU Process all at once.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-08-15 12:13:11 PDT
<
rdar://problem/113921399
>
Said Abou-Hallawa
Comment 2
2023-08-15 12:34:16 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/16715
EWS
Comment 3
2023-08-23 18:08:34 PDT
Committed
267213@main
(2f7775558dc8): <
https://commits.webkit.org/267213@main
> Reviewed commits have been landed. Closing PR #16715 and removing active labels.
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