commit | 91fc1fd57e50f3825f7ee1ba6166a9e5e1093797 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Fri Sep 16 20:37:58 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 16 20:37:58 2022 +0000 |
tree | b7f785765089a5bb059dee33109f6d8ed772a14b | |
parent | a3f2bf6c60465c24e4ba706142cd47b7b357cfcb [diff] |
Roll third_party/webgpu-cts/ 5e70787c4..dec4d77ee (6 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/5e70787c4de3..dec4d77ee3e5 - dec4d7 Implement `normalize` f32 tests (#1841) - 691143 not_lost_on_gc: use assertNotSettledWithinTime instead of raceWithRejectOnTimeout (#1844) - 087838 fix dev server for float16.js (#1843) - 372985 Add 'buffer,resource_binding_size' to createBindGroup.spec.ts (#1826) - 399c52 Add RENDER_ATTACHMENT usage in createBindGroup:multisampled_validation:* (#1839) - d33144 Fix f16 hex literal testcases of having suffix "h" without "p" (#1831) Created with './tools/run cts roll' Change-Id: Iaaf8882e9acfe7612c060cf1f81b2c4b52b9733c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/102600 Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Shrek Shao <shrekshao@google.com> Reviewed-by: Shrek Shao <shrekshao@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.