commit | 945e2642d6f77df04d1b0c79e898bd960a6266bd | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Wed Sep 14 18:13:17 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 14 18:13:17 2022 +0000 |
tree | f038422a25167d63c557850d774a8f61475ede1f | |
parent | e09da528375cd7dc97570d35dcc413fdece8813e [diff] |
Fix race with FencedDeleter and VkShaderModule labels in async creation FencedDeleter does not need to be used at all since we were deleting a yet-to-be-used VkShaderModule. Also, set the VkShaderModule label before cache deduplication since to avoid a race where the VkShaderModule is in use by another thread. The other thread may also be setting the label, or using it in a pipeline creation. Bug: dawn:1539 Change-Id: I5e3d7ce214c4c089c9cc3272f373aa8233017965 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/102105 Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Loko Kung <lokokung@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.