commit | 36589ed1e5b097b3bff70d9fc78d87d095e673dd | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Apr 24 01:09:17 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 24 01:09:17 2024 +0000 |
tree | 3390dabcc2665928486ce376e584c946d20cfa2e | |
parent | 9ed9e760ff1d61943e9ba8fb4c34bc34225c9d40 [diff] |
[tint][utils] Make it more likely for fuzzers to decode containers Instead of relying on a 'stop' byte to parse correctly, also treat an EOF as a successful decode. Should increase the likelihood of the fuzzer decoding out-of-band data from WGSL comments. Bug: tint:2223 Change-Id: Ife4fcf47c16d82cf50ff70649a5e1ed0d1c3dd93 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/185362 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> Reviewed-by: Ryan Harrison <rharrison@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.