commit | 611fbcfa6d73f38b2eb8eb0cb953e66e49d3d695 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Wed Sep 11 20:51:52 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 11 20:51:52 2024 +0000 |
tree | 7e72dac14e4b3cbf155d77eab15fd47e9322c0b4 | |
parent | cf53d56f7936c24811568550e3420f4fcd08985a [diff] |
Fix dawn tests not using CLI adapter toggles For example, `--disable-toggles=use_dxc` was being ignored. Use the ParamTogglesHelper to collect all adapter toggles, as we do for device toggles. Note that we were previously needlessly passing in force enabled/disabled *device* toggles in the adapter options. This no longer happens now as ParamTogglesHelper filters the toggles by stage. Change-Id: I439129e8e7a33f50cdefca8b810efba0c1c34fa1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/206259 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Corentin Wallez <cwallez@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.