commit | 7cc1c0b7eacb6745d082e3c7f44baddc83eaca88 | [log] [tgz] |
---|---|---|
author | Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> | Tue Dec 21 22:29:13 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 21 22:29:13 2021 +0000 |
tree | 30ec2368be2704e78b8f543ef0623cbc7bd3e67b | |
parent | 3324caee9c7c34ac1bffef87a6ca378eb23b5150 [diff] |
Roll ANGLE from 543f5750f70e to bc9d2d7de9d4 (31 revisions) https://chromium.googlesource.com/angle/angle.git/+log/543f5750f70e..bc9d2d7de9d4 2021-12-21 cclao@google.com Vulkan: Consolidate BufferHelper's code paths into one 2021-12-21 syoussefi@chromium.org Vulkan: Simplify transform feedback emulation logic 2021-12-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 5568048d205e to fbeca8f4ea6a (4 revisions) 2021-12-21 jmadill@chromium.org Upgrade restricted traces. (Re-land) 2021-12-21 jmadill@chromium.org Frame Capture: Allow for no FBO when running MEC. 2021-12-21 jmadill@chromium.org Capture/Replay: Fix uniform program indexing. 2021-12-21 jmadill@chromium.org Suppress capture/replay tests. 2021-12-21 jmadill@chromium.org Revert "Metal: Fix Webkit warnings in ANGLE build" 2021-12-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 81decb7250e1 to 9ca41364d3dc (272 revisions) 2021-12-21 syoussefi@chromium.org Temporarily skip failing tests on Chromium 2021-12-21 syoussefi@chromium.org Don't silently drop out-of-range bits in BitSetT 2021-12-20 cclao@google.com Vulkan: Add mutex to protect mVirtualBlock 2021-12-20 syoussefi@chromium.org Vulkan: Improve mid-RP clear warning message 2021-12-20 penghuang@chromium.org Address comment in CL 3347143 2021-12-20 syoussefi@chromium.org Vulkan: Fix MSRTT w.r.t stencil-only unresolve 2021-12-20 penghuang@chromium.org Disable vulkan device select layer for msan build 2021-12-20 kkinnunen@apple.com Metal: Use the context device to Texture::resize 2021-12-20 syoussefi@chromium.org Reland "Vulkan: Don't expose MSRTT on SwiftShader" 2021-12-20 kkinnunen@apple.com Fix dangerous use of AutoObjCPtr after ownership identity change 2021-12-20 lexa.knyazev@gmail.com Revert "Vulkan: Suppress VUID-vkCmdDraw-blendEnable" 2021-12-20 kkinnunen@apple.com Avoid ANGLE_MTL_AUTORELEASE inside ASSERT, it leaks on Release 2021-12-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 39f3a18bdfbe to 5568048d205e (8 revisions) 2021-12-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 14ca75d254a5 to 81decb7250e1 (191 revisions) 2021-12-18 kbr@chromium.org Metal: upstream fix from WebKit for texture leak. 2021-12-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 3f6c88f5581a to 14ca75d254a5 (401 revisions) 2021-12-16 gman@chromium.org Use text expectations to skip a test 2021-12-16 cclao@google.com Vulkan: Replace BufferVk::getBufferAndOffset() with getBuffer() 2021-12-16 lubosz.sarnecki@collabora.com Tests: Add My Talking Tom Friends trace. 2021-12-16 lfy@google.com Vulkan: Track enabled in VertexArray 2021-12-16 cclao@google.com Vulkan: Implement BufferPool using VMA's virtual allocator 2021-12-16 lfy@google.com Vulkan: Dirty vertex buffers if default attrib values changed 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 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://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: enga@google.com Change-Id: Id21da87eed379609826c9d95d2360eda25baaa16 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74280 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.