commit | 3038b4df77ff82bb792759277c7b0eeb8d79244e | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Thu Aug 10 21:12:13 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 10 21:12:13 2023 +0000 |
tree | 164596d14e101da44891a982511b5438fbfea47c | |
parent | 926a6fffd664c445e3d039833e4e82e6ee2a348a [diff] |
Roll third_party/webgpu-cts/ 02f342619..8596996e7 (11 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/02f3426192fc..8596996e727e - 859699 Optimize check for duplicate parameters (#2887) - 92fcd3 Standalone: print the runtime of the test run (button click) to the console (#2885) - 9f0975 Update floating point framework based on spec changes (#2884) - 966ded wgsl: Implement AF execution tests for comparison operations (#2878) - 38ceb4 wgsl: f16 built-in execution test for select (#2882) - e5eaa7 Add a pseudo-random number generator to CTS (#2883) - ba2ff1 Change usages of 'any' to 'indeterminate' (#2877) - fa8f78 Shader execution tests for f16 built-in log, log2 (#2880) - a8d2a8 Shader execution tests for f16 built-in min, max (#2879) - a7b4cc wgsl: Implement AF -> AF assignment tests (#2756) - 09c55e Give a visual indication for skipped tests (#2875) Created with './tools/run cts roll' Change-Id: Iae6fb1e53f9e06e1ebee395b261ff3d8f028d7d0 Cq-Include-Trybots: luci.chromium.try:android-dawn-arm-rel,android-dawn-arm64-rel,dawn-try-mac-arm64-rel,dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/146060 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ryan Harrison <rharrison@chromium.org> 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.