From 55f678677f36d8300a6aa85f86fd283b665139e6 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Mon, 13 Jun 2022 22:58:46 +0000 Subject: [PATCH] Roll ANGLE from c8c474a3527b to 59476401ff73 (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/c8c474a3527b..59476401ff73 2022-06-13 dnfield@google.com Missing include for std::toupper 2022-06-13 cclao@google.com Vulkan: Add test CreateDestroyTextureDoesNotIncreaseDescSetCache 2022-06-13 gert.wollny@collabora.com Capture/Replay: capture GetProgramBinaryOES parameters 2022-06-13 ynovikov@chromium.org Skip 4 end2end tests flaky on Mac NVIDIA GL 2022-06-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from cb1ab827eb4c to 1762849caed4 (2 revisions) 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 rharrison@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: rharrison@google.com Change-Id: I1ec4f1231c4b887ca27b28a61bf2757587d5c131 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93480 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 133f2c2517..831e623420 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@c8c474a3527b43fc278a42fee430a24f4f46d5c8', + 'url': '{chromium_git}/angle/angle@59476401ff735332fa13941b453ea8f01a3a69f0', 'condition': 'dawn_standalone', },