commit | 6834a132c23366c49a3d62945a9786a63df415eb | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Dec 05 17:21:38 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 05 17:21:38 2024 +0000 |
tree | 547616b9ea351ed9817c75c81a473e209ce281bd | |
parent | cda4e1d07860e12aa1721d8ca6899f1709df0aa3 [diff] |
[tint] Always perform requested renames in Renamer The Renamer was not applying `requested_names` when only renaming keywords. Fix the `should_rename` check to consider `requested_names`. This is required in order for Dawn to work with symbol naming disabled when it is using `requested_names` to set the entry point name. Bug: 375192379 Change-Id: I188608872dfedfda02a807137c694289e1e78a04 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/218138 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@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.