commit | 321c577d7732e0deae843267d84213477f03d1c2 | [log] [tgz] |
---|---|---|
author | Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> | Wed Aug 30 12:10:10 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 30 12:10:10 2023 +0000 |
tree | cd1f49a3f92e966d77a5c67e6a9188e7bc99df06 | |
parent | 41623ed40833d31bd16138fcd8f0edb5b7647f5a [diff] |
Roll ANGLE from 13a87d0bb4b1 to bc7fc3997be8 (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/13a87d0bb4b1..bc7fc3997be8 2023-08-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from e2ad2e99dc98 to 90200ab2e92a (420 revisions) 2023-08-30 syoussefi@chromium.org Move pre-link program state to ProgramState 2023-08-30 lexa.knyazev@gmail.com Validate active draw buffers for dual-source blending 2023-08-30 syoussefi@chromium.org Vulkan: Stop passing both ProgramExecutable and ...Vk around 2023-08-30 syoussefi@chromium.org Metal: Move program state to ProgramExecutableMtl 2023-08-30 syoussefi@chromium.org GL: Move program state to ProgramExecutableGL 2023-08-30 syoussefi@chromium.org Move left over link state to ProgramExecutable 2023-08-29 geofflang@chromium.org Return the vendor string as hex when it is unknown. 2023-08-29 mikes@lunarg.com Add build overrides for Vulkan Utility Libraries 2023-08-29 syoussefi@chromium.org D3D: Move program state to ProgramExecutableD3D 2023-08-29 m.maiya@samsung.com EGL: Update EGL headers 2023-08-29 syoussefi@chromium.org Make ProgramExecutableImpl managed by ProgramExecutable If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-dawn-autoroll Please CC angle-team+autoroll@google.com,kainino@google.com on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: None Tbr: kainino@google.com Change-Id: I324506b1d707b368bb2f5da1a1c09b48f3d2a9d7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/149081 Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
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.