commit | e31fa9ded643d0533a18c6fcf645d8a7693fb811 | [log] [tgz] |
---|---|---|
author | Natalie Chouinard <chouinard@google.com> | Wed Aug 14 20:52:07 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 14 20:52:07 2024 +0000 |
tree | d05379d24bbfcd3f63de575dee561549d5bf1b73 | |
parent | 3ffdc9af2bf1536ff0463227f5d190879328dba1 [diff] |
[tint] Implement quadSwapX, Y and Diagonal Implement WGSL builtins quadSwapX, quadSwapY, and quadSwapDiagonal in the SPIR-V IR backend and HLSL AST and IR backends. These are not yet implemented in the MSL backends. No subgroup support is implemented for the GLSL backend. Bug: 354738715 Change-Id: Iff1a17a02d9b875333c49ee49f6149dda970f320 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/202415 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@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.