commit | 005dd5c3a10f1dfcd3f2dafb0b145b57b370f6e1 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Thu Feb 15 06:21:57 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 15 06:21:57 2024 +0000 |
tree | 074eafea98c99c1307c8fa0af0c444f173d08a6e | |
parent | a8ec8a82daa7bf75405eb781234408aefaf98c60 [diff] |
Revert "Add async pipelines to the cache inside the async task" This reverts commit 42e95ff6e859aba07909b9c6637bece9a169ccab. Reason for revert: https://crbug.com/dawn/2411 Original change's description: > Add async pipelines to the cache inside the async task > > We can do this now that the cache is thread-safe. > This adds the pipelines into the cache as soon as possible, instead > of adding it right before calling the user callback. > > Bug: dawn:529 > Change-Id: I3996f6285a20dfcee9bbb2f6e03c236f7e239165 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/174260 > Kokoro: Austin Eng <enga@chromium.org> > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Commit-Queue: Austin Eng <enga@chromium.org> > Reviewed-by: Loko Kung <lokokung@google.com> Bug: dawn:529, dawn:2411 Change-Id: Id2c8ce81303bcb31bd3dd327191c4cfa03c84757 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/175001 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@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.