commit | 5ad1adc9ffa4f91efb96b5269d41722b1eb3fb6b | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Fri Jun 02 00:31:16 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 02 00:31:16 2023 +0000 |
tree | 69d7473568d3240d372cd7a0a691024f3b4eeee4 | |
parent | 0958c626d4067957c6b50d78962d812a1b758b33 [diff] |
Remove ASSERT that requires compilation message to be ASCII This patch removes ASSERT that requires compilation message to be ASCII in OwnedCompilationMessages::AddMessage(). In chromium this function will only be called internally, so we can safely remove the ASSERT expression to fix the libfuzzer test on APICreateErrorShaderModule(). Fixed: chromium:1449501 Bug: dawn:1345 Test: dawn_unittests Change-Id: Ie7eda6310726716d3bf4962a40a59bb7b99d5e63 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/135042 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@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.