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 126 validates GPUQueue.submit() command buffer uniqueness #24881

Merged
merged 2 commits into from
Nov 4, 2024
Merged
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
41 changes: 41 additions & 0 deletions api/GPUQueue.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,47 @@
"standard_track": true,
"deprecated": false
}
},
"validates_command_buffer_uniqueness": {
"__compat": {
"description": "Validates that submitted command buffers are unique.",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "126",
"notes": "Currently supported on ChromeOS, macOS, and Windows only."
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: It might be nice to explicitly mention the platforms where the feature is not available, but given that there are already 405 notes like this across the GPU features, this is probably not the right place to start this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah...

},
"chrome_android": "mirror",
"deno": {
"version_added": false
},
"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
}
}
}
},
"writeBuffer": {
Expand Down