commit | ae4d073b49f3bde0b7dba392031bf81835f90b49 | [log] [tgz] |
---|---|---|
author | Stephen White <senorblanco@chromium.org> | Fri Sep 02 14:05:20 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 02 14:05:20 2022 +0000 |
tree | 5077dd32bccd9566cac1b209b34c8c816d258b52 | |
parent | 8b30ca3efa5e35ed735c6cfa2b90ef5e0528c840 [diff] |
Revert "Skip tests about writeonly storage texture In render pass on ANGLE" This reverts commit d1448056887540ac4a83f918c584037c982942fd. Reason for revert: offending ANGLE problem should be fixed now ANGLE bug was fixed here: https://chromium-review.googlesource.com/c/angle/angle/+/3790473 Original change's description: > Skip tests about writeonly storage texture In render pass on ANGLE > > StorageTextureTests.WriteonlyStorageTextureInFragmentShader and > StorageTextureZeroInitTests. > WriteonlyStorageTextureClearsToZeroInRenderPass starts to fail on > the bots after the latest roll of ANGLE, so we have to temporarily > suppress them. > > Bug: dawn:1503 > Test: dawn_end2end_tests > Change-Id: Id8abf7c0a5bd30e5de12c838f871e1ab896ab4fd > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97127 > Reviewed-by: Ben Clayton <bclayton@google.com> > Kokoro: Kokoro <noreply+kokoro@google.com> > Commit-Queue: Ben Clayton <bclayton@google.com> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: dawn:1503 Change-Id: I339eb503b2f8156899b7db3358c9948d58de308d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/101066 Reviewed-by: Stephen White <senorblanco@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
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.