commit | cc6f926dde91e92d2c97ba2ad84183d7b2c0f5de | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Tue Jan 16 18:25:08 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 16 18:25:08 2024 +0000 |
tree | 07d9c9c9b0793febfb535f03a9123fb911f93617 | |
parent | efda280eda8096c31cb7fbc7a5b895773559a8bb [diff] |
MiraclePtr: Rewrite dawn/test (linux) 1. Run the clang rewriter: ./tools/clang/rewrite_raw_ptr_fields/rewrite.sh 2. Add manually the missing AllowPtrArithmetic and DanglingUntriaged. 3. Split the patch This is step 6 of using MiraclePtr in third_party/dawn project: https://docs.google.com/document/d/1wz45t0alQthsIU9P7_rQcfQyqnrBMXzrOjSzdQo-V-A/edit#heading=h.vn4i6wy373x7 Bug: chromium:1464560 Change-Id: Id6285a2c7b0a41c2578f150d6e79393eac0c0270 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165503 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: 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.