commit | 52cc30c7b84b214a0cbedf05feb5f0e18a5f8864 | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Thu Jan 11 14:17:49 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 11 14:17:49 2024 +0000 |
tree | 0aa8ccd71825c803e8d1fffcc74c66478684f3e0 | |
parent | e9986309f7991dd9c3ff930af6067d3428d75e11 [diff] |
PartitionAlloc: remove //build dependency. It was mistakenly introduced by: https://dawn-review.googlesource.com/c/dawn/+/160088 The problem is that embedders do not fetch the //build dependency. This patches remove the dependency. Bug: chromium:1464560 Change-Id: Ib486e70feea975488766649b919b41b37a35e738 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/169182 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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.