WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
253599
[GPU Process] Cache Gradient as a rendering resource
https://bugs.webkit.org/show_bug.cgi?id=253599
Summary
[GPU Process] Cache Gradient as a rendering resource
Said Abou-Hallawa
Reported
2023-03-08 13:21:56 PST
Sending the gradient data to GPUProcess every time it is used forces creating the platform gradient. To avoid creating the platform gradient, we are going to cache Gradient as a rendering resource in GPUProcess. So the object (and its platform gradient) will stay alive in GPUProcess as long as the WebProcess gradient is alive.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-03-08 13:28:03 PST
<
rdar://problem/106447608
>
Said Abou-Hallawa
Comment 2
2023-03-08 13:31:49 PST
Pull request:
https://github.com/WebKit/WebKit/pull/11252
EWS
Comment 3
2023-03-27 17:14:29 PDT
Committed
262185@main
(676af9d86baa): <
https://commits.webkit.org/262185@main
> Reviewed commits have been landed. Closing PR #11252 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