Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 0 additions & 137 deletions features/draft/spec/webgl2.yml

This file was deleted.

172 changes: 0 additions & 172 deletions features/draft/spec/webgl2.yml.dist

This file was deleted.

8 changes: 8 additions & 0 deletions features/webgl2-color-management.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Color management for WebGL2
description: The `drawingBufferColorSpace` and `unpackColorSpace` properties of `WebGL2RenderingContext` sets the color representation for the buffer and imported textures, such as `"srgb"` or `"display-p3"`.
spec: https://registry.khronos.org/webgl/specs/latest/2.0/
status:
compute_from: api.WebGL2RenderingContext.drawingBufferColorSpace
compat_features:
- api.WebGL2RenderingContext.drawingBufferColorSpace
- api.WebGL2RenderingContext.unpackColorSpace
28 changes: 28 additions & 0 deletions features/webgl2-color-management.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Generated from: webgl2-color-management.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "104"
chrome_android: "104"
edge: "104"
safari: "16.4"
safari_ios: "16.4"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "104"
# chrome_android: "104"
# edge: "104"
# safari: "16.4"
# safari_ios: "16.4"
- api.WebGL2RenderingContext.drawingBufferColorSpace

# baseline: false
# support:
# chrome: "104"
# chrome_android: "104"
# edge: "104"
- api.WebGL2RenderingContext.unpackColorSpace
5 changes: 5 additions & 0 deletions features/webgl2-desynchronized.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Desynchronized WebGL2 canvas
description: The optional `desynchronized` parameter of a canvas's `getContext()` method permits the browser to draw a WebGL2 canvas independently of the event loop. This can reduce drawing latency.
spec: https://registry.khronos.org/webgl/specs/latest/2.0/
compat_features:
- api.HTMLCanvasElement.getContext.webgl2_context.options_desynchronized_parameter
11 changes: 11 additions & 0 deletions features/webgl2-desynchronized.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Generated from: webgl2-desynchronized.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "81"
chrome_android: "75"
edge: "79"
compat_features:
- api.HTMLCanvasElement.getContext.webgl2_context.options_desynchronized_parameter
Loading