WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
260181
[GPU Process] Allow replaying back a whole DisplayList in GPU Process
https://bugs.webkit.org/show_bug.cgi?id=260181
Summary
[GPU Process] Allow replaying back a whole DisplayList in GPU Process
Said Abou-Hallawa
Reported
2023-08-14 16:30:53 PDT
The size of the DisplayList should not big and the assumption is it was recorded to be reused. This will save many IPCs since a single message should be sufficient to transfer a Vector of DisplayList items and a transform matrix.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-08-14 16:31:49 PDT
<
rdar://problem/113878782
>
Said Abou-Hallawa
Comment 2
2023-08-14 16:53:13 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/16688
EWS
Comment 3
2023-11-13 21:16:43 PST
Committed
270688@main
(c708ae60f9fa): <
https://commits.webkit.org/270688@main
> Reviewed commits have been landed. Closing PR #16688 and removing active labels.
Chris Dumez
Comment 4
2023-11-15 21:42:25 PST
This patch increased binary size by 3MB, which seems abnormal.
Chris Dumez
Comment 5
2023-11-15 21:42:44 PST
(In reply to Chris Dumez from
comment #4
)
> This patch increased binary size by 3MB, which seems abnormal.
See
rdar://118179198
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