commit | 208fc975105dacc35319815bc198fabe3a6d5481 | [log] [tgz] |
---|---|---|
author | Shrek Shao <shrekshao@google.com> | Fri Feb 16 22:51:46 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 16 22:51:46 2024 +0000 |
tree | 7ea5e7e7c1d25750b1165b82b839955a081baf7c | |
parent | 14fb383c1b67aed2b2050d372a04d7435860ba96 [diff] |
Compat GLES: use BlitR8ToStencil for writeTexture of stencil formats This blit path is used: - when format is GL_STENCIL and OES_texture_stencil8 is unavailable - when format is GL_DEPTH_STENCIL and uploading to STENCIL aspect Bug: dawn:2391 Change-Id: I862be63a70831700432beff4885af951e79f4184 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/173560 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Shrek Shao <shrekshao@google.com> Reviewed-by: Stephen White <senorblanco@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
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.