From 712ee0105e0f767151b3ce7b0d45f63c90aab786 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Sat, 5 Mar 2022 10:51:33 +0000 Subject: [PATCH] Roll ANGLE from bf3cdca5844b to e67027c2df29 (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/bf3cdca5844b..e67027c2df29 2022-03-05 antonio.caggiano@collabora.com Vulkan: Fix DRM format support verification 2022-03-04 romanl@google.com Capture/Replay: Clarify that capture is disabled by default. 2022-03-04 cclao@google.com Vulkan: Align the size before calling into VMA's allocator 2022-03-04 m.maiya@samsung.com Vulkan: Add feature to create pipeline during glLinkProgram 2022-03-04 cnorthrop@google.com Docs: Update CaptureAndReplay to include Perf tests 2022-03-04 yuxinhu@google.com Reland "Remove ImageViewHelper from ResourceUseList" 2022-03-04 jmadill@chromium.org Vulkan: Add overlay widget for cache key size. 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 bclayton@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: bclayton@google.com Change-Id: I8cf1ea217067189043b0747ac2bf58482b16c204 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/82821 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0f8bf0253f..9e64e21e9d 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@bf3cdca5844b387ef6dc8cc2618e123b8b8783c5', + 'url': '{chromium_git}/angle/angle@e67027c2df29e3a78a2675a60487ea4238309a86', 'condition': 'dawn_standalone', },