Bug 250100
Summary: | use an alpha-less pixel format for 32 bit IOSurfaces when RemoteLayerBackingStore::Parameters::isOpaque is true | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
Component: | Layout and Rendering | Assignee: | Cameron McCormack (:heycam) <heycam> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, rackler, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=250243 |
Cameron McCormack (:heycam)
We currently use PixelFormat::BGRA8, which means we miss out on some accelerated drawing optimizations in CoreAnimation.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/103885395>
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/8265
EWS
Committed 258523@main (031263226f11): <https://commits.webkit.org/258523@main>
Reviewed commits have been landed. Closing PR #8265 and removing active labels.
Karl Rackler
Reverted by https://github.com/WebKit/WebKit/pull/8335
EWS
Committed 258583@main (871170dff040): <https://commits.webkit.org/258583@main>
Reviewed commits have been landed. Closing PR #8335 and removing active labels.
Karl Rackler
Description:
This change caused the following two tests to consistently crash.
imported/w3c/web-platform-tests/webrtc-encoded-transform/script-change-transform.https.html
imported/w3c/web-platform-tests/webrtc/protocol/h264-profile-levels.https.html
Alexey Proskuryakov
This was reverted in https://commits.webkit.org/258583@main
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/8386
EWS
Committed 258654@main (bd8e9982ce3e): <https://commits.webkit.org/258654@main>
Reviewed commits have been landed. Closing PR #8386 and removing active labels.