commit | 65a706314250255c6d2584ca41473634bca44be0 | [log] [tgz] |
---|---|---|
author | Shrek Shao <shrekshao@google.com> | Fri Oct 11 00:57:49 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 11 00:57:49 2024 +0000 |
tree | d15883f1a37c82665d24e9bb2e2201e951739e1d | |
parent | e564270fd655283793ee72874f51e80d4f55e958 [diff] |
[Compat] Fix forceFallbackAdapter priority over compatibilityMode Part 1 fix in dawn repo. Dawn should select fallback adapter when both forceFallbackAdapter and compatibilityMode are set to true. Bug: 42241025 Change-Id: I88aa0b0674fce31ebf0de35b098d265922702093 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/210314 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.com> Reviewed-by: Stephen White <senorblanco@chromium.org>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.