commit | 78e8c96902be323db696da535acdaf6363b8bbdb | [log] [tgz] |
---|---|---|
author | Dawn Automated Expectations <dawn-automated-expectations@chops-service-accounts.iam.gserviceaccount.com> | Wed Apr 02 21:12:17 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 02 21:12:17 2025 -0700 |
tree | 17e76b5473cb8b8ef40470f2c7bf797a8953d919 | |
parent | 746ba89fb7dcc7f9a359e97b76e84b83a27cc292 [diff] |
Roll third_party/webgpu-cts/ 5fbd82847..eb1d52613 (20 commits) Based on https://dawn-review.googlesource.com/c/dawn/+/233882 with expectations manually regenerated using: tools/run cts update-expectations -cl=233882 -ps=2 Regenerated: - expectations.txt - compat-expectations.txt - ts_sources.txt - test_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/5fbd82847521..eb1d526134f6 - eb1d52 error_scope tests: break up awaits into chunks (#4324) - 91c7fd Fix subgroupMul execution tests for subgroup size > 32 (#4319) - bce371 Relax tolerance of readbackFromWebGPUCanvas WPT test to 3 ULP (#4321) - b7070c Remove lod_clamp.spec.ts and add cases to texture builtin tests (#4315) - 2e4576 Gate use of OffscreenCanvas on it being available (#4317) - 92f4eb Add testing for user errors for workgroup size (#4316) - 647a3f Remove rg11b10ufloat exceptions from format_info.ts (#4314) - d90d2c Add block-all-features flag (#4313) - 5f9f39 Cleanup storage texture tests (#4312) - bd7929 fix typos (#4309) - b244e6 Compat: unlower limits (#4308) - 2c09e1 Workgroup uniform load constructible type only (#4307) - 645c35 Add shader tests for using texture view for externalTexture binding (#4306) - e352b0 Add tests for GPUAdapterInfo.isFallbackAdapter (#4303) - d5d4c0 Add validation tests for using texture view for externalTexture binding (#4304) - 2e9705 Entry point test for override usage (#4300) - 23d1b8 Add some skipIfTextureFormatNotUsableAsRenderAttachment to skip rg11b10ufloat when not renderable (#4305) - 54bcb3 Roll types 0.1.52 -> 0.1.59 (#4302) - 4e4a99 Testing clamping with textureSampleBias is prone to precision issues. The reason is, to test (#4290) - f3bbeb Use the texture view in the texture builtin tests. (#4298) Created with './tools/run cts roll' Cq-Include-Trybots: luci.chromium.try:android-dawn-arm-rel,android-dawn-arm64-rel,dawn-try-linux-x64-intel-uhd770-rel,dawn-try-mac-amd-exp,dawn-try-mac-arm64-m2-exp,dawn-try-mac-intel-exp,dawn-try-win-x64-intel-uhd770-rel,dawn-try-win10-x86-rel,linux-dawn-nvidia-1660-exp-rel,linux-dawn-rel,mac-arm64-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Change-Id: Ief04f3c304beeb0a356cda3cf2a81af4938d7941 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/234495 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Auto-Submit: Kai Ninomiya <kainino@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.