commit | e7f7ac3753cfbbaeae2de129a06b594180b87f62 | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Wed Jul 19 18:35:58 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 19 18:35:58 2023 +0000 |
tree | b2eba231a5f5048b847150aed0562e461405b258 | |
parent | 9acf005c437d1ec0c931afa37389807ba029a98b [diff] |
Revert "Updates ContentLessObjectCache to use WeakRefs." This reverts commit 5759b5539e7902149f31cd5c5392b504f5fd4cab. Reason for revert: Breaking roll into Chromium. Bug: chromium:1466134 Original change's description: > Updates ContentLessObjectCache to use WeakRefs. > > - Re-implements the cache using WeakRefs. > - Cleans up old Uncache* functions that are no longer needed. > - Removes "cached" state from CachedObject since it's no longer needed. > - Minor updates to related tests. > > Bug: dawn:1769 > Change-Id: I25cf5d3d5d3c9bcd793239db735304e74e9d6b76 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/139283 > Reviewed-by: Austin Eng <enga@chromium.org> > Kokoro: Kokoro <noreply+kokoro@google.com> > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Commit-Queue: Loko Kung <lokokung@google.com> TBR=cwallez@chromium.org,enga@chromium.org,noreply+kokoro@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com,lokokung@google.com Change-Id: Iead07169439f4dfa8a7ffb28a38baa3e0646a4b7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: dawn:1769 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/141940 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Kokoro: Austin Eng <enga@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
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.