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
73 changes: 55 additions & 18 deletions api/GPUSupportedFeatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,10 @@
"Available on all adapters and enabled automatically on all devices even if not requested."
]
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": "139",
"notes": "Available on all adapters and enabled automatically on all devices even if not requested."
},
"deno": {
"version_added": false
},
Expand Down Expand Up @@ -458,7 +461,9 @@
],
"support": {
"chrome": {
"version_added": "113"
"version_added": "113",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -498,7 +503,9 @@
],
"support": {
"chrome": {
"version_added": "142"
"version_added": "142",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": "mirror",
"deno": {
Expand Down Expand Up @@ -536,7 +543,9 @@
],
"support": {
"chrome": {
"version_added": "113"
"version_added": "113",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -576,7 +585,9 @@
],
"support": {
"chrome": {
"version_added": "120"
"version_added": "120",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -616,7 +627,9 @@
],
"support": {
"chrome": {
"version_added": "134"
"version_added": "134",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": "mirror",
"deno": {
Expand Down Expand Up @@ -654,7 +667,9 @@
],
"support": {
"chrome": {
"version_added": "113"
"version_added": "113",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -694,7 +709,9 @@
],
"support": {
"chrome": {
"version_added": "139"
"version_added": "139",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": "mirror",
"deno": {
Expand Down Expand Up @@ -736,7 +753,9 @@
],
"support": {
"chrome": {
"version_added": "113"
"version_added": "113",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -776,7 +795,9 @@
],
"support": {
"chrome": {
"version_added": "139"
"version_added": "139",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": "mirror",
"deno": {
Expand Down Expand Up @@ -818,7 +839,9 @@
],
"support": {
"chrome": {
"version_added": "113"
"version_added": "113",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -938,7 +961,9 @@
],
"support": {
"chrome": {
"version_added": "121"
"version_added": "121",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": "mirror",
"deno": {
Expand Down Expand Up @@ -975,7 +1000,9 @@
],
"support": {
"chrome": {
"version_added": "113"
"version_added": "113",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -1030,7 +1057,9 @@
],
"support": {
"chrome": {
"version_added": "113"
"version_added": "113",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -1085,7 +1114,9 @@
],
"support": {
"chrome": {
"version_added": "113"
"version_added": "113",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -1140,7 +1171,9 @@
],
"support": {
"chrome": {
"version_added": "113"
"version_added": "113",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -1195,7 +1228,9 @@
],
"support": {
"chrome": {
"version_added": "113"
"version_added": "113",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down Expand Up @@ -1251,7 +1286,9 @@
],
"support": {
"chrome": {
"version_added": "113"
"version_added": "113",
"partial_implementation": true,
"notes": "Supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": "121"
Expand Down
8 changes: 4 additions & 4 deletions api/GPUTexture.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
"deprecated": false
}
},
"texture_rgb10a2uint": {
"descriptor_format_parameter_accepts_rgb10a2uint": {
"__compat": {
"description": "<code>rgb10a2uint</code> texture format",
"description": "`descriptor.format` parameter accepts `\"rgb10a2uint\"`",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputextureformat-rgb10a2uint",
"tags": [
"web-features:webgpu"
Expand Down Expand Up @@ -156,9 +156,9 @@
}
}
},
"usage": {
"descriptor_usage_parameter": {
"__compat": {
"description": "<code>usage</code> option",
"description": "`descriptor.usage` parameter",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputextureviewdescriptor-usage",
"tags": [
"web-features:webgpu"
Expand Down