commit | 3b9aa123c9d986ea4bbacfa1f814b7749d5daf03 | [log] [tgz] |
---|---|---|
author | Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> | Fri Jul 07 03:42:05 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 07 03:42:05 2023 +0000 |
tree | 166700fde376ff13e441f6dc603385599e37f3bb | |
parent | 44d5809480ac65fba930cc49c41146b2be86da0c [diff] |
Roll ANGLE from 25f3eafcd317 to 208dfe286077 (9 revisions) https://chromium.googlesource.com/angle/angle.git/+log/25f3eafcd317..208dfe286077 2023-07-07 syoussefi@chromium.org Make glStencil* entry points lockless 2023-07-07 syoussefi@chromium.org Make glBlend* entry points lockless 2023-07-06 syoussefi@chromium.org Make various state setting entry points lockless 2023-07-06 syoussefi@chromium.org Make glEnable/Disable entry points lockless 2023-07-06 syoussefi@chromium.org Fix multi-draw's gl_DrawID in non-multi-draw draws 2023-07-06 syoussefi@chromium.org Vulkan: Optimize PBO download between RGBA and BGRA 2023-07-06 yuxinhu@google.com Update dEQP-GLES mustpass List 2023-07-06 syoussefi@chromium.org Make glColor/DepthMask entry points lockless 2023-07-06 syoussefi@chromium.org Revert "Cleanup multiview support" 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: Ic91d81da87fdde98f9fb2cc03aa2c87e3c105aa7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/140462 Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: 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.