commit | d320db7de6467b3a99b7722402d8346ce76e6340 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Feb 12 19:40:51 2025 -0800 |
committer | dan sinclair <dsinclair@chromium.org> | Wed Feb 12 19:40:51 2025 -0800 |
tree | 3a4ada4d080f193ddf4c951af6fa50df0a29bf9c | |
parent | 21d551d63bc91fd3556f354a7912587ee1db2713 [diff] |
Revert "Remove stale WebGPU Compat CTS expectations" This reverts commit acb8a9747ab18ee3f890e58ed5808f5974a7c394. Reason for revert: Seeing a lot of failures on the android-dawn-arm64-rel bot with failures referencing `webgpu:web_platform,copyToTexture,canvas:copy_contents_from_gpu_context_canvas` which this CL removed from expectations. Original change's description: > Remove stale WebGPU Compat CTS expectations > > Autogenerated CL from running: > //content/test/gpu/unexpected_pass_finder.py --project chrome-unexpected-pass-data --no-include-internal-builders --remove-stale-expectations --narrow-semi-stale-expectation-scope --num-samples 300 --suite webgpu_compat_cts > > Bug: 393402151 > Change-Id: I6566d65e2ba77e6cba490dced84cbff51dbb577e > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/225475 > Auto-Submit: Yuly Novikov <ynovikov@chromium.org> > Commit-Queue: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Yuly Novikov <ynovikov@chromium.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 393402151 Change-Id: I8725f337ab3da255bbf8e245cdc1160f535242fc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/226234 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Auto-Submit: dan sinclair <dsinclair@chromium.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com>
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.