commit | 3a5d9945a6735433c7b278dad13ec0edfc9b775d | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Mon Jun 16 15:33:15 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 16 15:33:15 2025 -0700 |
tree | 8d592a7cac91eaa12efa84e71f5f0ba46ee73040 | |
parent | 26932ded676580f8b893aebf121f2948bf243bdd [diff] |
Revert "[dawn] Move Compat limits into an extension struct" This reverts commit 7adb0440d5edb719d620f5f5dcac75e5f8bc955e. Reason for revert: Potentially causing CTS failures. Bug: 416304914 Original change's description: > [dawn] Move Compat limits into an extension struct > > Following upstream webgpu.h, which never added these to the core struct. > > Note that aside from dawn.json which affects webgpu.h, there are no > changes to Emdawnwebgpu because it didn't implement these limits yet. > > Bug: 416304914 > Change-Id: I44e47d25ab3d3f5e8c1595ce7378bff79961ae18 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/244294 > Commit-Queue: Kai Ninomiya <kainino@chromium.org> > Reviewed-by: Loko Kung <lokokung@google.com> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 416304914 Change-Id: I7d8b92d13e6888a11d29286a93528ed3bf518f75 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246797 Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Loko Kung <lokokung@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.