commit | 376eae0dfdec5d11d3da323319c395ef0cb23b46 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Feb 06 17:58:55 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 06 17:58:55 2024 +0000 |
tree | e2bff461dd424c4e7fcfe3feb616a8237deb0e60 | |
parent | 4e1cbbcd77863c4f1c47a6b7312de3e901f3b438 [diff] |
Revert "Only build spvtools_* when dawn_enable_spirv_validation is true" This reverts commit e2be33f0b421ba63985f5fc0ecf060614782993e. Reason for revert: Seeing failures on the Dawn -> Chrome roll about spirv-tools build issues. Speculatively reverting this to see if it unblocks the roll. https://ci.chromium.org/ui/p/chromium/builders/try/android_compile_dbg/1801462/overview Original change's description: > Only build spvtools_* when dawn_enable_spirv_validation is true > > Bug: dawn:286 > Change-Id: I90e641cf65cba1d480d09ad99f999c600348f887 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/172462 > Reviewed-by: Austin Eng <enga@chromium.org> > Kokoro: Kokoro <noreply+kokoro@google.com> > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: dawn:286 Change-Id: Ie488adfacb1550bf6ccb255b2857fca50c4b5f6f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/173700 Commit-Queue: dan sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org> Kokoro: Austin Eng <enga@chromium.org> Reviewed-by: dan sinclair <dsinclair@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.