commit | 1958d8f4ccbb14a02526d4f4682611c02fed73d6 | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Tue Dec 12 15:34:37 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 12 15:34:37 2023 +0000 |
tree | 0bfb5eef0d9d10ff9229420e954d39d85074cee0 | |
parent | 4a66dd3f407d2ad25ef20ba7b870bd90a91bde9c [diff] |
partition_alloc: CMake and GN config Start using "partition_alloc" in Dawn using both GN and CMake. This is accompanied with a minimal usage to prove it works correctly. This is a new attempt. I reverted the previous one: https://dawn-review.googlesource.com/q/commit:c5f72f7a85aeeb21d7a9a12f28918970def41880 This patch makes the partition_alloc dependency optional. This make it easier to embed dawn to work across every BUILD system and embedders (skia, ...). Next steps: - Enable BackupRefPtr and DanglingPointerDetector in tests (GN only). - Apply MiraclePtr rewrite. - (stretch) clang-tidy enforcement Bug: chromium:1464560 Change-Id: Ic262905f6cfa858377dd014b18744556dc1c3b8b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/164894 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Auto-Submit: Arthur Sonzogni <arthursonzogni@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.