commit | 8d9d132f7cd1fe22c4ca88d580195951ca49c276 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Tue Apr 05 22:09:43 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 05 22:09:43 2022 +0000 |
tree | acbd80f4b528787dbac4ae278c9724d5a6924202 | |
parent | 7bcf9d8fa3e99047b2afc71a45de71e20e82bb04 [diff] |
Revert "Enable Queue, Device labels to be set." This reverts commit 0126761de8c586099a65dd19edee8e219de51739. Reason for revert: Causing Dawn->Chromium roll to fail BUG=dawn:1346 Original change's description: > Enable Queue, Device labels to be set. > > Queue labels can be set by the defaultQueue.label member of the device > descriptor or the setQueue method. > > Device labels can be set label member of the device > descriptor or the setQueue method. > > D3D12 and VK backend label support included. > > Change-Id: Id12dd6e1fc8f1519c55e4efb35e1ead67c085e46 > Bug: dawn:1323 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/85540 > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Commit-Queue: Brandon Jones <bajones@chromium.org> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: dawn:1323 Change-Id: I62e4b508d2c55fd89f2f4c5cbe5d04d22681aeef Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/85700 Reviewed-by: Brandon Jones <bajones@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.