commit | b421312b5b5fb6ad330c0245f6a6fd4fffffb72b | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Wed Jan 24 05:13:39 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 24 05:13:39 2024 +0000 |
tree | 194efe95848ff1615665edec327a92e1301a0c15 | |
parent | bc789bb959cda89cfe6d29c41d63c4105679f576 [diff] |
Reland "Remove global lock from ApiObjectBase::APIRelease" This is a reland of commit 756a63627ba8a0b6e8b8e5eefa5b12d2fd43a812 Adds a fine-grained lock on the D3D11 CommandRecordingContext so that it can be safely used to unmap buffers when they are destroyed. Tested against implicit_device_sync_tests in: https://chromium-swarm.appspot.com/task?id=6740eac4bdf08c10 Original change's description: > Remove global lock from ApiObjectBase::APIRelease > > Bug: dawn:2069 > Change-Id: Ief176254bd05ab87684f8da0d81195d645dff2b1 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/153482 > Kokoro: Kokoro <noreply+kokoro@google.com> > Commit-Queue: Austin Eng <enga@chromium.org> > Reviewed-by: Loko Kung <lokokung@google.com> Bug: dawn:2069 Change-Id: Ie4c9f56a4fc57caa96d5eb43f384b3a276ce0db0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/170441 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
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.