Skip to content
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

Chrome 124 supports read-write and read-only storageTexture.access + Chrome Android 121 supports WGSLLanguageFeatures #25137

41 changes: 41 additions & 0 deletions api/GPUDevice.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,47 @@
"deprecated": false
}
},
"storageTexture_access_read-write_read-only": {
"__compat": {
"description": "<code>read-write</code> and <code>read-only</code> <code>storageTexture.access</code>",
"spec_url": "https://gpuweb.github.io/gpuweb/wgsl/#memory-access-mode",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "124"
},
"chrome_android": "mirror",
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it should be mirror as WebGPU on Chrome for Android was enabled in Chrome 121.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, in my last commit

},
"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
}
}
},
"texture_rgb10a2uint": {
"__compat": {
"description": "<code>rgb10a2uint</code> texture format",
Expand Down
54 changes: 46 additions & 8 deletions api/WGSLLanguageFeatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
},
"chrome_android": {
"version_added": false
"version_added": "121"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"version_added": "115"
},
"chrome_android": {
"version_added": false
"version_added": "121"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -79,6 +79,44 @@
}
}
},
"extension_readonly_and_readwrite_storage_textures": {
"__compat": {
"description": "<code>readonly_and_readwrite_storage_textures</code> extension",
"spec_url": "https://gpuweb.github.io/gpuweb/wgsl/#language_extension-readonly_and_readwrite_storage_textures",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "124"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"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
}
}
},
"forEach": {
"__compat": {
"spec_url": "https://gpuweb.github.io/gpuweb/#gpuwgsllanguagefeatures",
Expand All @@ -90,7 +128,7 @@
"version_added": "115"
},
"chrome_android": {
"version_added": false
"version_added": "121"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -129,7 +167,7 @@
"version_added": "115"
},
"chrome_android": {
"version_added": false
"version_added": "121"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -168,7 +206,7 @@
"version_added": "115"
},
"chrome_android": {
"version_added": false
"version_added": "121"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -207,7 +245,7 @@
"version_added": "115"
},
"chrome_android": {
"version_added": false
"version_added": "121"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -246,7 +284,7 @@
"version_added": "115"
},
"chrome_android": {
"version_added": false
"version_added": "121"
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -286,7 +324,7 @@
"version_added": "115"
},
"chrome_android": {
"version_added": false
"version_added": "121"
},
"edge": "mirror",
"firefox": {
Expand Down