commit | fbd9cc7e37b19fc104605e8d6a9f28fedcc9186b | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Wed Jan 24 19:14:47 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 24 19:14:47 2024 +0000 |
tree | b8375ce0267194392c70fe7c988c9a34f717d639 | |
parent | a014a0d8ab90a0e5685489ae3ccb1f96a91f6d92 [diff] |
MiraclePtr: Revert PipelineLayout::constants rewrite. The "Mac FYI ASAN (Intel)" bot is detecting this is assigned a dangling pointer. See: https://source.chromium.org/chromium/chromium/src/+/main:base/memory/raw_ptr_asan_service.cc;l=354?q=%22This%20crash%20occurred%20due%20to%20an%20attempt%20to%20assign%20a%20dangling%20pointer%20t%22 It needs to be investigated. In the meantime, this patches revert this part of the rewrite to unblock the CI. Bug: chromium:1521372 Change-Id: I9645a681d6447d7da86c12f5368fa3a54f751102 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/171480 Owners-Override: Kevin Haslett <khaslett@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Kevin Haslett <khaslett@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Kokoro: Austin Eng <enga@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.