commit | f872069f268759481b4afbe05c9200eb4a52fc17 | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Fri Nov 01 21:55:59 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 01 21:55:59 2024 +0000 |
tree | 2ed1610de169392d7e41b5fad890bd2991573bb8 | |
parent | 17531e8914d582d4fa2eba29a530b78cb55c8884 [diff] |
Roll third_party/webgpu-cts/ d473d0947..8690defa7 (7 commits) 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/d473d09475bf..8690defa74b6 - 8690de Stop trying to filter sint/uint formats. (#4022) - bfbfd9 Refactor to not render to rgba32float (#4020) - 30ee07 Make textureLoad/Gather/Compare not load weights (#4018) - 32f8ad Enable depth24plus, depth24plus-stencil8, depth32float-stencil8 in texture builins (#4012) - 304668 [Compat] skip in_render_misc related tests (#4015) - 694e61 Fix textureSample:sampled_2d_coords offset (#4014) - 45757b Fix subgroupAdd and subgroupMul execution tests (#4013) Created with './tools/run cts roll' Change-Id: I04107ca1135865e2b80f161fe49d1ba6ce7b76ea 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 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/213336 Reviewed-by: Gregg Tavares <gman@chromium.org> Commit-Queue: Loko Kung <lokokung@google.com> Reviewed-by: 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.