commit | a8ec8a82daa7bf75405eb781234408aefaf98c60 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Thu Feb 15 06:19:12 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 15 06:19:12 2024 +0000 |
tree | cdbe23f020cb40cb188e23608610b295f33295a3 | |
parent | a2ca09a571f432c7ce1a068b356a28ee201568c2 [diff] |
Revert "Remove global device lock from CreateShaderModule" This reverts commit 3d6882ad8522501fadc0515b4669ece6773520af. Reason for revert: TSAN says there is a data race. See https://chromium-swarm.appspot.com/task?id=67c3b0e6413b4111&o=true&w=true Original change's description: > Remove global device lock from CreateShaderModule > > Note that MultithreadTests already includes tests which > create shader modules and pipelines on multiple threads. > > Bug: dawn:1662 > Change-Id: I7a02638854e0e13fece77e1cdb0bebfceacea827 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/174201 > Commit-Queue: Austin Eng <enga@chromium.org> > Reviewed-by: Loko Kung <lokokung@google.com> > Kokoro: Kokoro <noreply+kokoro@google.com> TBR=enga@chromium.org,noreply+kokoro@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com,lokokung@google.com Change-Id: I5dc258ada14ae9737c002fccd4e3775261a6caa8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: dawn:1662 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/175180 Kokoro: Austin Eng <enga@chromium.org> Commit-Queue: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: 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.