commit | e863c5098403afb9a91379dc9700591a9aef3245 | [log] [tgz] |
---|---|---|
author | Clark DuVall <cduvall@chromium.org> | Wed Dec 13 06:10:41 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 13 06:10:41 2023 +0000 |
tree | dfad448e5d8d314238ce07be7d073a939ccbef56 | |
parent | f488a855458ea1c98db3a4bf2d97a9de1afd07a1 [diff] |
Add DAWN_NO_SANITIZE("cfi-icall") to dawn procs If the dawn procs are used from a shared lib it will trigger CFI errors when calling across lib boundaries. This was part of the cause of the crash in http://crbug.com/1510022. Bug: chromium:1511050 Change-Id: I355774381aa9b71ee326ab50c1b7ae71191835d2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165522 Commit-Queue: Clark DuVall <cduvall@chromium.org> Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: 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.