Editorial review: Document WebGPU compatibility mode#43944
Merged
chrisdavidmills merged 7 commits intomdn:mainfrom May 5, 2026
Merged
Editorial review: Document WebGPU compatibility mode#43944chrisdavidmills merged 7 commits intomdn:mainfrom
chrisdavidmills merged 7 commits intomdn:mainfrom
Conversation
Contributor
|
Preview URLs (3 pages)
External URLs (3)URL:
URL:
(comment last updated: 2026-05-05 07:21:18) |
hamishwillee
reviewed
May 1, 2026
hamishwillee
reviewed
May 1, 2026
hamishwillee
reviewed
May 1, 2026
hamishwillee
reviewed
May 1, 2026
Collaborator
hamishwillee
left a comment
There was a problem hiding this comment.
All looks good except for this bit https://github.com/mdn/content/pull/43944/changes#r3171966800
hamishwillee
reviewed
May 3, 2026
hamishwillee
approved these changes
May 3, 2026
Collaborator
hamishwillee
left a comment
There was a problem hiding this comment.
Just a nit https://github.com/mdn/content/pull/43944/changes#r3178932791 - I'll leave you to decide if it needs fixing, but not blocking approval (your fixes to my last comments look good thanks)
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
pepelsbey
added a commit
to pepelsbey/mdn-content
that referenced
this pull request
May 6, 2026
* upstream/main: (150 commits) PWA relative links (mdn#43953) feat(jsondata): add `external_link` translation key (mdn#43978) Clarify when var() falls back to its second argument (mdn#44015) Correct incorrect filename on learn assessment (mdn#44012) FF151 Relnote CanvasRenderingContext2D.lang (mdn#44010) FF151: Update container style queries support (mdn#44002) Firefox experimental features clean-up (mdn#43887) FF151 Relnote: shadowrootslotassignment (mdn#43881) Editorial review: Document WebGPU compatibility mode (mdn#43944) Correction of solution (mdn#44001) Synchronize with BCD v7.3.14 (mdn#44007) Editorial review: Document texture_and_sampler_let WGSL feature (mdn#43768) Editorial review: Document NavigationTransition.committed (mdn#43692) Update window.open on document / window creation and load behavior (mdn#43913) FF151 Relnote: keyboardLock option for Element.requestFullScreen() (mdn#43883) FF118 keyboard value for Window Event tidy (mdn#43942) Bump yaml from 2.8.3 to 2.8.4 (mdn#44005) Rename Stylesheet glossary definition to Style sheet (mdn#43997) Clarify else-if evaluation order (mdn#43917) chore(dictionaries): add technical terms flagged by spelling check (mdn#43907) ... # Conflicts: # files/en-us/web/api/svgscriptelement/async/index.md # files/en-us/web/api/svgscriptelement/index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Chrome 146 adds support for WebGPU compatibility mode; see https://chromestatus.com/feature/6436406437871616, and also see https://developer.chrome.com/blog/new-in-webgpu-146#support_webgpu_compatibility_mode_on_opengl_es_31 for more info and context.
This PR:
featureLeveloption of theGPU.requestAdapter()method, which is used to opt in to compatibility mode.core-features-and-limitsfeature on theGPUSupportedFeaturesso that it makes more sense now compatibility mode is supported.cc @beaufortfrancois
Motivation
Additional details
Related issues and pull requests