commit | a10a4dec2abc9eeb68335a982d40ca59e9aa792c | [log] [tgz] |
---|---|---|
author | Alan Baker <alanbaker@google.com> | Thu Jun 05 12:10:18 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 05 12:10:18 2025 -0700 |
tree | 717eb087f1c0692f67ad639641bbd51497e075b7 | |
parent | 0b4b3ffb0c3c39665f7121d9ae79589d8dc936e9 [diff] |
Add basic SPIR-V 1.4 support to the SPIR-V writer Fixed: 422422592 * Adds command line option to specify SPIR-V binary version * Adds a binary version to the spir-v writer options * passed on to the binary writer for the module header * When SPIR-V 1.4 is enabled, OpEntryPoint lists all global variables Change-Id: I13ca8f247d42b53e24f0b3921b3d9c09dc362d77 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/245514 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Alan Baker <alanbaker@google.com> Auto-Submit: Alan Baker <alanbaker@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.