commit | cd4bf9afd97b82279107a966d8ec74406dad5c03 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Jun 06 01:17:28 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 06 01:17:28 2024 +0000 |
tree | 56095e2ed081c146f509aea324582ae61bd8eabe | |
parent | 57e3d2662faa813f41a8456f142d5fa93fb34ea2 [diff] |
Remove WGSL extension `chromium_internal_dual_source_blending` This patch removes `chromium_internal_dual_source_blending` from Dawn after the removal of its last reference in Skia. This patch also removes the `[dawn]` tag on the blend factors with `Src1` as the proposal to add dual source blending in WebGPU is very close to be accepted. Bug: chromium:341973423 Change-Id: Id661595b3528e1d0a63a62b30efcc94759fe5671 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/191761 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.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.