WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
273603
[WebXR] Override compositor textures sRGB transfer function
https://bugs.webkit.org/show_bug.cgi?id=273603
Summary
[WebXR] Override compositor textures sRGB transfer function
Dan Glastonbury
Reported
2024-05-01 19:05:20 PDT
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
Comment 1
2024-05-01 19:05:31 PDT
<
rdar://problem/127400068
>
Dan Glastonbury
Comment 2
2024-05-01 20:55:34 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/28032
EWS
Comment 3
2024-05-02 06:12:41 PDT
Committed
278252@main
(a4251036b8d0): <
https://commits.webkit.org/278252@main
> Reviewed commits have been landed. Closing PR #28032 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