Bug 280259
Summary: | [GTK][WPE] Default again to BGRA format for the temporary buffers used for CPU rendering | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
Component: | WPE WebKit | Assignee: | Nikolas Zimmermann <zimmermann> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Nikolas Zimmermann
We only need to ensure RGBA buffers, when using hybrid mode rendering (not yet landed), but not for CPU-only rendering. There are various sources that produce BGRA data, and this way we can avoid pixel conversions when rendering into the RAM-baked buffers.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/34156
EWS
Committed 284207@main (ed51da02113a): <https://commits.webkit.org/284207@main>
Reviewed commits have been landed. Closing PR #34156 and removing active labels.