commit | d28ef3380b1148fd371154de29f0fc8ac36078e0 | [log] [tgz] |
---|---|---|
author | Yuxin Hu <yuxinhu@google.com> | Fri Feb 02 21:51:40 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 02 21:51:40 2024 +0000 |
tree | 91667d1b5948aaad1bfae944a75089ab1ff44142 | |
parent | bd3b3ef617b6377833317821a873cc87c45249bb [diff] |
Suppress SYNC-HAZARD-WRITE-AFTER-READ VVL Error After this VVL change: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+/a3d2a718882e8ca68db0c6722264b47cf54b03e0, SwapChainTests.* in dawn_end2end_tests suite starts to fail when running with --enable-backend-validation flag. Suppress the VVL error to unblock the vulkan-deps to chromium roller first. Bug: chromium:1524408 Bug: b/323085952 Change-Id: I0c6aff47571a657d527aa77a70f59c95cb1afb24 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/172942 Commit-Queue: Yuxin Hu <yuxinhu@google.com> Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@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.