commit | c370bfb31c76b222ac216f97df4afe031e72dc1d | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Sep 25 21:04:13 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 25 21:04:13 2023 +0000 |
tree | 206d422adb7979abc7933b58a2eda6bae1c212c6 | |
parent | 555b91a7b3861dcc8f2158320d4aa62351f5bfb2 [diff] |
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>
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.