From 4f487891ff7f3aa39427a65e1ef685c15f77bbb0 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 2 Aug 2022 04:28:45 +0000 Subject: [PATCH] Roll ANGLE from 9af3ae0dc6e9 to c517463abe8a (9 revisions) https://chromium.googlesource.com/angle/angle.git/+log/9af3ae0dc6e9..c517463abe8a 2022-08-02 lexa.knyazev@gmail.com Add NoUnclampedBlendColor limitation 2022-08-01 cclao@google.com Vulkan: Reduce Framebuffer dirtyBits for swapchain only changes 2022-08-01 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from e810ac85e1c8 to bfa66f9bea8c (1114 revisions) 2022-08-01 cnorthrop@google.com Tests: Add Ni no Kuni trace 2022-08-01 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 73766817e984 to 4818e22b9347 (9 revisions) 2022-08-01 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 80aaa8a74b74 to 67158b90f83c (2 revisions) 2022-08-01 cclao@google.com Vulkan: Fix RefCountedDescriptorPoolHelper leak 2022-08-01 romanl@google.com Add flag --save-screenshots (implied by --screenshot-dir). 2022-08-01 jmadill@chromium.org infra: Update wrangling docs with Sheriff-o-Matic. 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 lokokung@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: lokokung@google.com Change-Id: I0421c79a0a9ac392b80e931b86a5e1816acd2a0c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97863 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b2538ed7a3..23da33b6f0 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@9af3ae0dc6e9e229a754a492d0bd63379efa1abf', + 'url': '{chromium_git}/angle/angle@c517463abe8afc8f664c855595908f977343d1dd', 'condition': 'dawn_standalone', },