-
Notifications
You must be signed in to change notification settings - Fork 16.6k
feat: offscreen rendering support rgbaf16 hdr output format. #48265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@jkleinsc Good to see retry works! 👍🏻👍🏻 Mega work! https://github.com/electron/electron/actions/runs/18007138608/job/51232921251#step:21:2822 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API LGTM
|
Release Notes Persisted
|
* feat: offscreen rendering support rgbaf16 * docs: update doc * docs: update doc. Co-authored-by: reito <reito@chromium.org>
|
I have automatically backported this PR to "39-x-y", please check out #48504 |
feat: offscreen rendering support rgbaf16 hdr output format. (#48265) * feat: offscreen rendering support rgbaf16 * docs: update doc * docs: update doc. Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: reito <reito@chromium.org>
…n#48265) * feat: offscreen rendering support rgbaf16 * docs: update doc * docs: update doc.
Description of Change
Add support to request RGBAF16 scRGB HDR when OSR.
Upstream changes merged: https://chromium-review.googlesource.com/c/chromium/src/+/6612522
Release Notes
Notes: Added
RGBAF16output format with scRGB HDR color space support to Offscreen Rendering.