commit | 9b726858ff7bf6136c027c4a6074ce64175f3c71 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Sat Apr 22 01:04:40 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Apr 22 01:04:40 2023 +0000 |
tree | 6f0199eeafcd180890182fea6d0df8532603ac7d | |
parent | 89c89b76403a0bf7392e49ff5ee9d7e7ef1de426 [diff] |
Fast path ASCII in unicode decode. In the case of ASCII characters, which a lot of WGSL source is, the decoder can early out after a checking the value. Change-Id: Iff655565dde23b143fddb95c6c353a917e25e916 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/128120 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
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.