commit | 7b7fb81b5f8e58695d3f59cceee7339084b12e86 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Sep 16 19:43:49 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 16 19:43:49 2024 +0000 |
tree | 5c403b7a48e7e359f79e3b73025f399876b3e9b6 | |
parent | 90e613e7b8daab61e9db84e5308231705462cbee [diff] |
[glsl][ir] Emit the polyfills for atomic methods. This CL adds polyfills for `atomicLoad`, `atomicSub` and `atomicCompareExchangeWeak`. Bug: 42251044 Change-Id: Ia9365f759544ced0ed23cf41817ca66c82698a54 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/206694 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@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.