Roll third_party/webgpu-cts/ 03819a515..be1210e14 (39 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/03819a515332..be1210e145e8
 - be1210 wgsl: f16 execution test for built-in exp and exp2 (#2963)
 - d70a32 wgsl: Add AbstractFloat `degree` execution tests (#2962)
 - b4dfdd Compat: Limit draw test attributes in compat (#2954)
 - 617369 wgsl: Add f16 `degrees` execution tests (#2961)
 - afb4f6 wgsl: f16 execution test for binary matrix expression and built-in dot (#2955)
 - 98aefe wgsl: Add AbstractFloat `radians` execution tests (#2960)
 - 301143 wgsl: Add f16 `radians` execution tests (#2959)
 - bc76da wgsl: Add f16 remainder (`%`) execution tests (#2950)
 - b178e3 Add a copy button (#2958)
 - edbf5a wgsl: Add AbstractFloat `transpose` execution tests (#2952)
 - abe8df wgsl: Add f16 `transpose` execution tests (#2951)
 - 732f9b wgsl: Add f16 `trunc` execution tests (#2949)
 - 4673f2 wgsl: Add AbstractFloat `trunc` execution tests (#2948)
 - ac6a70 Split up 'scalar' tests into 'scalar' and 'vector' tests (#2946)
 - 3a5f78 Compat: Limit max attributes (#2953)
 - 04cd7b Update websocket-logger instructions to use `npm ci` (#2947)
 - 679ea4 wgsl: Add AbstractFloat `abs` execution tests (#2932)
 - 69a2c9 wgsl: Add AbstractFloat simple multiplication execution tests (#2930)
 - fd0cf8 wgsl: Add AbstractFloat matrix subtraction execution tests (#2929)
 - 18468b wgsl: Add non-matrix AbstractFloat subtraction execution tests (#2928)
 - 753613 Add documentation for adding timing metadata (#2942)
 - 0b49ea wgsl: Add AbstractFloat matrix addition execution tests (#2926)
 - f0044b Compat: Test vertex_index, instance_index limits (#2940)
 - 90edae Fix presubmits (`npm test`)
 - 05e32a wgsl: Add f16 negation execution tests (#2927)
 - 76e56d Add generated metadata for webgpu:*
 - 691e6b Tools for generating timing metadata and auto-chunking WPT
 - f42aeb Check that if the test is skipped, all subcases are skipped
 - da1527 websocket-logger tool
 - a8f254 Allow unused variables starting with underscore
 - 012672 Implements filtering tests for mag/min/mipmapFilters with additional float32-filterable formats. (#2915)
 - 7f1e5a wgsl: f16 built-in execution test for frexp (#2925)
 - 23cdd2 wgsl: Implement scalar/vector AbstractFloat addition execution tests (#2922)
 - ef82e7 wgsl: f16 built-in execution test for sign and step (#2911)
 - 8ca48c wgsl: f16 built-in execution test for clamp (#2918)
 - 4f3574 Compat: Skip if copyTextureToTexture not supported (#2923)
 - d8c45b Reland AF negation tests: (#2920)
 - d2b2ba Update fp_primer.md
 - 4c8d2f Add `generate-cache` step to `grunt pre`

Created with './tools/run cts roll'

Change-Id: I0ef80f416c2fc3f6b3d6c2831e84adb926c3eb64
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/+/152380
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: dan sinclair <dsinclair@chromium.org>
6 files changed
tree: 206d422adb7979abc7933b58a2eda6bae1c212c6
  1. .vscode/
  2. build_overrides/
  3. docs/
  4. generator/
  5. include/
  6. infra/
  7. scripts/
  8. src/
  9. test/
  10. third_party/
  11. tools/
  12. webgpu-cts/
  13. .bazelrc
  14. .clang-format
  15. .clang-tidy
  16. .gitattributes
  17. .gitignore
  18. .gitmodules
  19. .gn
  20. AUTHORS
  21. BUILD.bazel
  22. BUILD.gn
  23. CMakeLists.txt
  24. CMakeSettings.json
  25. CODE_OF_CONDUCT.md
  26. codereview.settings
  27. CONTRIBUTING.md
  28. CPPLINT.cfg
  29. dawn.json
  30. dawn_wire.json
  31. DEPS
  32. DIR_METADATA
  33. Doxyfile
  34. go.mod
  35. go.sum
  36. go_presubmit_support.py
  37. LICENSE
  38. OWNERS
  39. PRESUBMIT.py
  40. README.chromium
  41. README.md
  42. WORKSPACE.bazel
README.md

Dawn's logo: a sun rising behind a stylized mountain inspired by the WebGPU logo. The text Dawn is written below it.

Dawn, a WebGPU implementation

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 C/C++ headers that applications and other building blocks use.
    • The webgpu.h version that Dawn implements.
    • A C++ wrapper for the webgpu.h.
  • A “native” implementation of WebGPU using platforms' GPU APIs: D3D12, Metal, Vulkan and OpenGL. See per API support for more details.
  • A client-server implementation of WebGPU for applications that are in a sandbox without access to native drivers
  • Tint is a compiler for the WebGPU Shader Language (WGSL) that can be used in standalone to convert shaders from and to WGSL.

Helpful links:

Documentation table of content

Developer documentation:

User documentation: (TODO, figure out what overlaps with the webgpu.h docs)

Status

(TODO)

License

Apache 2.0 Public License, please see LICENSE.

Disclaimer

This is not an officially supported Google product.