Bug 273603
| Summary: | [WebXR] Override compositor textures sRGB transfer function | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | WebXR | Assignee: | Dan Glastonbury <djg> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dan Glastonbury
CompositorServices provides textures with pixel format MTLPixelFormatBGRA8Unorm_sRGB. Since glBlitFramebuffer is implemented as a draw in ANGLE, when blitting shared to layered layout an unwanted gamma conversion is being applied. Override the format with MTLPixelFormatBGRA8Unorm to avoid this conversion.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/127400068>
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/28032
EWS
Committed 278252@main (a4251036b8d0): <https://commits.webkit.org/278252@main>
Reviewed commits have been landed. Closing PR #28032 and removing active labels.