blob: fe89956df9386ce0807796ae3f09d881a1ffb092 [file] [log] [blame] [edit]
{
"api": {
"GPUComputePassEncoder": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUComputePassEncoder",
"spec_url": "https://gpuweb.github.io/gpuweb/#gpucomputepassencoder",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"dispatchWorkgroups": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUComputePassEncoder/dispatchWorkgroups",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpucomputepassencoder-dispatchworkgroups",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"dispatchWorkgroupsIndirect": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUComputePassEncoder/dispatchWorkgroupsIndirect",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpucomputepassencoder-dispatchworkgroupsindirect",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"end": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUComputePassEncoder/end",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpucomputepassencoder-end",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"insertDebugMarker": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUComputePassEncoder/insertDebugMarker",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpudebugcommandsmixin-insertdebugmarker",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"label": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUComputePassEncoder/label",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpuobjectbase-label",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"popDebugGroup": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUComputePassEncoder/popDebugGroup",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpudebugcommandsmixin-popdebuggroup",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"pushDebugGroup": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUComputePassEncoder/pushDebugGroup",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpudebugcommandsmixin-pushdebuggroup",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"setBindGroup": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUComputePassEncoder/setBindGroup",
"spec_url": "https://gpuweb.github.io/gpuweb/#programmable-passes-bind-groups",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"unset_bind_group": {
"__compat": {
"description": "Pass `null` to unset bind group",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "117",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"setPipeline": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUComputePassEncoder/setPipeline",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpucomputepassencoder-setpipeline",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"writeTimestamp": {
"__compat": {
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": false,
"deprecated": false
}
}
}
}
}
}