From 16bc7ecd86249f0e5ec63a4c614c23f43a842c7c Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 19 Nov 2021 20:24:37 +0000 Subject: [PATCH] Roll ANGLE from 7e40d55651e7 to 1cc5d096ffd7 (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/7e40d55651e7..1cc5d096ffd7 2021-11-19 lubosz.sarnecki@collabora.com mathutil: Add roundDownPow2. 2021-11-19 jmadill@chromium.org Vulkan: Fix CFI ignore config. 2021-11-19 jmadill@chromium.org GN: Ensure using_sanitizer is declared even without //build. 2021-11-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from c801e56b48b9 to ebb70a6ec0bc (399 revisions) 2021-11-19 jmadill@chromium.org infra: Enable flaky retries on Mac end2end_tests. 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 bajones@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: bajones@google.com Change-Id: I14cacec4d563820a869c08fcd77ebfff3f4b5d1c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/70360 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f7d0c5194a..60d34c44e3 100644 --- a/DEPS +++ b/DEPS @@ -121,7 +121,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@7e40d55651e7f1fe15a985e5c3471fa3bb3acd23', + 'url': '{chromium_git}/angle/angle@1cc5d096ffd7bf07dc1076a4d6e2f52d0ca3e802', 'condition': 'dawn_standalone', },