browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

FF147 WebGPU supported on all apple silicon

Open hamishwillee opened this issue 1 month ago • 2 comments

FF147 supports WebGPU on on all macOS versions on apple silicon in https://bugzilla.mozilla.org/show_bug.cgi?id=1993341. Previously it was only supported on Tahoe - I can't find a bug for that, but this issue stated that it was added for Tahoe in 145. It isn't supported on Linux. It isn't supported on macOS on Intel.

I have updated the (partial) subfeatures in the 250+ places that support is recorded.

Related docs work can be tracked in https://github.com/mdn/content/issues/42247

hamishwillee avatar Dec 08 '25 03:12 hamishwillee

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

github-actions[bot] avatar Dec 08 '25 03:12 github-actions[bot]

See also: https://github.com/mdn/browser-compat-data/pull/28557

We discussed this in today's BCD meeting, and it's a bit tricky:

  • The DOM interfaces seem to actually be available on all platforms, even if requestAdapter() will not return an adapter.
  • The notes currently don't explain what "unsupported" means.

caugner avatar Dec 09 '25 17:12 caugner