commit | 151913d29bec74460a20baa88887dea4daf7d5cd | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Mon Feb 13 18:35:04 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 13 18:35:04 2023 +0000 |
tree | f041905d8acf23376f15b74fddcfe324cf04c898 | |
parent | 44032e50849da3d38a3faaeae552e14e0d194dc0 [diff] |
VideoViewsTests: add test which uses a sampler per plane This test sees flaky failures. - Check the entire checkerboard texture contents to get more information. - Add a test which uses seperate sampling states to see if DX12 driver has difficulty sampling multi-planar formats using a single sampler. - Also, double check support for the NV12 format in case something in the driver flakily exposes support. From https://dawn-review.googlesource.com/c/dawn/+/47660 Bug: dawn:733 Change-Id: I766907ff648f1dc35387902a70c3fb65debcaecd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/119343 Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Austin Eng <enga@chromium.org> Reviewed-by: Shrek Shao <shrekshao@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.