commit | 2fa6137c8b741441c515fe3c90d976163e4c6f9f | [log] [tgz] |
---|---|---|
author | Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> | Wed Jan 24 21:16:10 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 24 21:16:10 2024 +0000 |
tree | 5d81e2b980f8155b39c2ff01e3f93f12cbc303bc | |
parent | 25896501df5cceb9f93a3db87f25f88836028a03 [diff] |
Roll ANGLE from 1100cc5c72c6 to b007c74dcd16 (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/1100cc5c72c6..b007c74dcd16 2024-01-24 syoussefi@chromium.org GL: Separate dirty bits leading to glUniformBlockBinding 2024-01-24 syoussefi@chromium.org GL: Fix UBO binding mapping change 2024-01-24 liza@chromium.org Don't pull Dawn in chromium builds 2024-01-24 lexa.knyazev@gmail.com Metal: Adjust raster order groups AMD workaround condition 2024-01-24 romanl@google.com Suppress VUID-vkCmdEndDebugUtilsLabelEXT-commandBuffer-01912 2024-01-24 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 2e1050880b38 to 5bfb2faa963e (609 revisions) 2024-01-24 lexa.knyazev@gmail.com Metal: Clamp vector element index references 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,enga@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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: None Tbr: enga@google.com Change-Id: If0c52dfc46222efd77e20d898cac603d03eb4209 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/171500 Kokoro: Kokoro <noreply+kokoro@google.com> 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 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.