commit | ee5bd35f74aff4726032337181fdccbef62282f4 | [log] [tgz] |
---|---|---|
author | shanxing <shanxing.mei@intel.com> | Mon Jul 21 02:29:23 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 21 02:29:23 2025 -0700 |
tree | 4f2fb3e42085e3c6c364b58b098d168077453573 | |
parent | 0f22cc99ca1ac45501da704325b97af3a015e7cf [diff] |
Add e2e tests for Tier1 storage texture access Add end-to-end tests for STORAGE_BINDING (write-only) for a range of TextureFormatsTier1 formats, including: r16unorm, r16snorm, rg16unorm, r16snorm, rgba16unorm, rgba16snorm, r8unorm, r8snorm, r8uint, r8sint, rg8unorm, rg8snorm, rg8uint, rg8sint, r16uint, r16sint, r16float, rg16uint, rg16sint, rg16float, rgb10a2uint, rgb10a2unorm, rg11b10ufloat. These tests confirm proper GPUStorageTextureAccess when TextureFormatsTier1 is enabled. Bug: 421941589 Change-Id: I37f190815975e695692dc3fe3ffaa866ddef857c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/253075 Reviewed-by: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Shanxing Mei <shanxing.mei@intel.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.