commit | 8903ca60db11ca394aaf58fd5863f1ddb3710c5f | [log] [tgz] |
---|---|---|
author | Zhaoming Jiang <zhaoming.jiang@microsoft.com> | Wed Jun 04 02:46:45 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 04 02:46:45 2025 -0700 |
tree | ba5fd8eff6901826fcd7aff1b9585880a7b97017 | |
parent | f74ba86b0e2624a6dcfc09f125270f953c921b77 [diff] |
Dawn: Split OwnedCompilationMessages to serializable and immutable parts This CL split the OwnedCompilationMessages to a serializable part that is used for holding the messages contents during parsing or from cache, namely ParsedCompilationMessages, and an immutable and non-movable part that holds the CompilationInfo, CompilationMessage, and DawnCompilationMessageUtf16 objects with raw pointers to each other, still named OwnedCompilationMessages. Bug: 42240459, 402772740 Change-Id: Ic8c40b34ea8359cd6bfe25458e3f1e50e72044db Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/244114 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Zhaoming Jiang <zhaoming.jiang@microsoft.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.