WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
241443
Combine leaf layer transforms into the content scale
https://bugs.webkit.org/show_bug.cgi?id=241443
Summary
Combine leaf layer transforms into the content scale
Matt Woodrow
Reported
2022-06-08 18:08:39 PDT
When we have a scaling transform applied to a leaf layer (and we don't think the transform is likely to be animated), we can apply the scaling component of the transform into the contentsScale of the layer. This will give us better quality results for upscaled content, and less memory usage for downscaled content. There's a potential for performance regressions here, so we want to try to limit it (for now!) to cases where we're confident it's going to be an improvement. <
rdar://89515405
>
Attachments
Add attachment
proposed patch, testcase, etc.
Matt Woodrow
Comment 1
2022-06-08 18:44:21 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/1401
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