commit | 6bc418db35bb605a2ee01cf8d779c039905cb26f | [log] [tgz] |
---|---|---|
author | Sunny Sachanandani <sunnyps@chromium.org> | Fri Jun 20 16:35:10 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 20 16:35:10 2025 -0700 |
tree | eae2d791538149fdd95a131fd35e24eca29de15a | |
parent | 88c1229c24f56028ed139e2b4339f93750abaf3f [diff] |
Mark WebGPU-WebGPU canvas copy tests as flaky on Nvidia Win https://crrev.com/c/6464540 was an optimization for avoiding an extra copy when using a WebGPU compatible shared image as the source image in copyExternalImage. It was reverted due to a flaky crash in the D3D12 debug layer on Nvidia which is likely not a Chromium/Dawn bug and needs to be investigated separately. Mark these tests as flaky in preparation for relanding the CL. Bug: chromium:412395829 Change-Id: I6a6a6964528d1f98b0467719f712430158f3fcf3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/248114 Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> 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.