commit | e5193f1ffd232ebf7adfd403114edde08d162663 | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Mon Feb 27 17:15:09 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 27 17:15:09 2023 +0000 |
tree | 9b643388243e6c54bdc1fcb74781f1d1f0d29b7a | |
parent | abe44cdad414888003d65cc1dfcc42f6dfb94692 [diff] |
Check to ensure pMessageIdName is not null Previously we were checking against a list of skipped messages using both the pMessageIdName and pMessage from a Vulkan debug info callback. The spec, however, indicates that the pMessageIdName may be NULL. This change checks to see if that value is NULL before doing any further checks, and if so always indicates that the message should not be skipped. (No other code in Dawn references the pMessageIdName.) See the appropriate page of the Vulkan spec for details: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDebugUtilsMessengerCallbackDataEXT.html SKIP_KOKORO=Seems to not be well configured for cherry pick. Change-Id: Idd8bf312db31d6cea8e6ce42a47254f182b1070e Bug: chromium:1411047 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117594 Kokoro: Kai Ninomiya <kainino@chromium.org> Kokoro: Brandon Jones <bajones@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> (cherry picked from commit a5f8e8e34a7dc4f883c05c18f01e1870ff63b4b9) No-Try: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120985 Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: Brandon Jones <toji@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Brandon Jones <bajones@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.