commit | c3473bd745a47cfdf07fee728dc12d65e6c8a938 | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Wed Aug 23 20:03:49 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 23 20:03:49 2023 +0000 |
tree | 2d42ca85ff2a793cffbd8812d0fc7e09cf637262 | |
parent | 415eb24e0b6c3630f1fa649df144ca146f9f9ed7 [diff] |
Roll third_party/webgpu-cts/ 8596996e7..0369f5dc0 (13 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/8596996e727e..0369f5dc081b - 0369f5 Fix handling of non-primitive param values in case filtering (#2904) - 948cd7 Fix handling of caseFilter in .expand() - fec5ef Revert "Revert "Optimize loadTreeForQuery by filtering eagerly in ParamsBuilder (#2890)" (#2900)" - 78df2f Test -0.0 values in vertex format test (#2896) - d2d4ab Revert "Optimize loadTreeForQuery by filtering eagerly in ParamsBuilder (#2890)" (#2900) - 78c19b Simplify var decl validation code (#2894) - 9d89eb [wgsl] Test negative one case for firstLeadingBit (#2893) - cbc750 Add HTMLImageElement and ImageData to copyExternalImageToTexture (#2886) - 56b351 Switch GitHub Actions to an LTS version of Node (15 -> 16) (#2892) - 000fd1 Only trigger WPT Lint test on pull_request (#2889) - 02b230 Cover ImageBitmap option "colorSpaceConversion: none" (#2891) - dd5eae Optimize loadTreeForQuery by filtering eagerly in ParamsBuilder (#2890) - 548d2c Configure vscode to use our local copy of tsc instead of its own (#2888) Created with './tools/run cts roll', manually editited to fix infra issues Change-Id: I6f1a261a39e95e813fe9c88bd6381c382ee68282 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/+/148120 Auto-Submit: Brandon Jones <bajones@chromium.org> Kokoro: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@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.