Bug 247165 - P3 colorspace support for WebGL canvas on macOS
Summary: P3 colorspace support for WebGL canvas on macOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gerald Squelart
URL:
Keywords: InRadar
Depends on:
Blocks: 247166
  Show dependency treegraph
 
Reported: 2022-10-27 20:51 PDT by Gerald Squelart
Modified: 2023-02-26 13:46 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerald Squelart 2022-10-27 20:51:07 PDT
Implementation of the new `WebGLRenderingContext` attribute `drawingBufferColorSpace`.
https://registry.khronos.org/webgl/specs/latest/1.0/#5.14.1

This is currently restricted to macOS, and the two acceptable `PredefinedColorSpace` values are `"srgb"` and `"display-p3"`.
Comment 1 Radar WebKit Bug Importer 2022-10-27 20:51:21 PDT
<rdar://problem/101663516>
Comment 2 Gerald Squelart 2022-10-27 21:10:14 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5613
Comment 3 EWS 2022-11-01 18:02:13 PDT
Committed 256208@main (0dfb608af54f): <https://commits.webkit.org/256208@main>

Reviewed commits have been landed. Closing PR #5613 and removing active labels.