commit | 27cae10845e81dcc49364d7b2ce9351bc7b2c90b | [log] [tgz] |
---|---|---|
author | Shrek Shao <shrekshao@google.com> | Wed Nov 15 23:53:27 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 15 23:53:27 2023 +0000 |
tree | bfcd48bbf949af46f89e31e1cfac320d62494729 | |
parent | aad2811322db81805b15171381091933f55ab08f [diff] |
Compat: Fix GL queue.writeTexture impl Set GL_UNPACK_ALIGNMENT to blockInfo.byteSize during writeTexture. Expand QueueWriteTextureTests for R8Unorm and RG8Unorm. This fix should fix some copyTextureToTexture and image_copy CTS failures. Bug: dawn:2208, dawn:2209 Change-Id: Ic3f94d96d4082281321d97e069950da96311fdd4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/160721 Reviewed-by: Stephen White <senorblanco@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Shrek Shao <shrekshao@google.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.