commit | 369001ee353fb6a8fa2414deaca56af289b89c87 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Thu Apr 18 14:55:15 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 18 14:55:15 2024 +0000 |
tree | 6bb9880ed76afbfe2da797e94773ef31734d3fb6 | |
parent | 486b97dd179d200c1f9ee0fae2216b3e8e18a043 [diff] |
Revert "Implement AlignedAlloc and AlignedFree" This reverts commit 0ac8c652c3568082ef6bcf6f3a1042a6ffad9bbb. Reason for revert: Breaking compilation in Skia Original change's description: > Implement AlignedAlloc and AlignedFree > > This patch implements `AlignedAlloc()` and `AlignedFree()` referenced > from `base::AlignedAlloc()` and `base::AlignedFree()` in Chromium. > > Bug: dawn:824 > Change-Id: Ifcd794a14be29c006e9a39323252dd6b867a30dc > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/183983 > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Austin Eng <enga@chromium.org> > Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> TBR=cwallez@chromium.org,jiawei.shao@intel.com,enga@chromium.org,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: If4f76d409ae56aa4d35b2008c12860a005d9f285 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: dawn:824 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/184601 Auto-Submit: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.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.