commit | 0ae886f6646649cb625d1900bc91633172076a89 | [log] [tgz] |
---|---|---|
author | Shrek Shao <shrekshao@google.com> | Wed Oct 11 17:12:41 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 11 17:12:41 2023 +0000 |
tree | dcca387367df78dfb138e2b0e989634d8bb8f8a2 | |
parent | 49a564c40dd569b29fe9e569cd1ace173a170844 [diff] |
Support T2T copy for RGB9E5Ufloat on GL/GLES Add RGB9E5Ufloat support to APICopyTextureToTexture via calling a T2B copy and then a B2T copy. Also use a special test data generation function for RGB9E5Ufloat to provide some level of testing in dawn_end2end_tests for T2B and T2T copy of the emulation blit path for this format. Bug: dawn:2073, dawn:1872, dawn:1873, dawn:1877, dawn:2129 Change-Id: Ib25adc5eae131f1303f80175fbb2e15d3ac2dc91 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/155340 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: 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.