commit | 5759b5539e7902149f31cd5c5392b504f5fd4cab | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Tue Jul 18 23:55:26 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 18 23:55:26 2023 +0000 |
tree | d47dc56598324c8b74a89048bfd142e7a9ea75e2 | |
parent | c88e293efb483522d032f6cbcc37bea9104d9790 [diff] |
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>
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.