commit | 8b28afe0df83ce011f2d92588d5770f6cf2f466a | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Thu Oct 12 16:06:04 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 12 16:06:04 2023 +0000 |
tree | 0273cfdd305270be63c253b83923d690b06415c9 | |
parent | 923af6d85d452f6a68cf1635097eef3b6394e26b [diff] |
MiraclePtr in Dawn: Fetch PartitionaAlloc in DEPS We want to expand MiraclePtr coverage by rewriting pointers inside Dawn. This offers an effective protection against UAFs. This is step 2 from: https://docs.google.com/document/d/1wz45t0alQthsIU9P7_rQcfQyqnrBMXzrOjSzdQo-V-A/edit This fetch PartitionAlloc as a dependency when depot_tools are used. Support for CMake will be added next in step 3. After this patch the dependency is not used. Bug: chromium:1464560 Change-Id: I12090455881a35db80142bb3bb2b72c798ed536e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/141160 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
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.