commit | ce8d7afc1c8b71d2d5d954bcae27848eb3773fd8 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Oct 05 02:46:58 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 05 02:46:58 2023 +0000 |
tree | cb68d9c84148880204fd83f5b760731d44664ff1 | |
parent | 3f3b89c1f4e9fbd15f63b108e295e72fbffd341b [diff] |
Add WebGPUUseTintIR feature flag to Dawn Use this to set the default value of the `use_tint_ir` toggle. The default value will be overridden by Chrome with a Finch study. Bug: chromium:1489435 Change-Id: Id5be51f5a6de48697a8226f17bb65384ca0046fe Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/154882 Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: James Price <jrprice@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.