commit | c7b49237d6283ab1c6e005987b8841f3e3f1ac33 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Tue Feb 25 13:11:04 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 25 13:11:04 2025 -0800 |
tree | 609c8c13466cc6ab0b70c487a9fdbb1e60bbb9f2 | |
parent | 2fc1efce86866009fff37984dd31c0be4fa98c24 [diff] |
[tint] Remove unused socket code The socket wrapper was only used by remote_compile, which has been removed by a previous. This also removes a mutex implementation the wrapper was the only user of. Issue: 394825124 Change-Id: I1602f29fe1ee55bc24450b18c52161334ff94d6a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/227695 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: 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.