From 802292eb5249f83f1e8f990f0283b63f4f267c8a Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 25 Nov 2021 10:43:21 +0000 Subject: [PATCH] Roll ANGLE from 6c172e4b87f2 to a092401558cd (3 revisions) https://chromium.googlesource.com/angle/angle.git/+log/6c172e4b87f2..a092401558cd 2021-11-25 gman@chromium.org Metal:Fix GLSLTest_ES3.GLVertexIDIntegerTextureDrawElements Metal 2021-11-24 jmadill@chromium.org Vulkan: Revert change to sRGB override support. 2021-11-24 ianelliott@google.com Revert "Vulkan: Use vkResetQueryPoolEXT when available" 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 shrekshao@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: shrekshao@google.com Change-Id: I442cc0d8546a32c6fca0fd7ce22d73eb61b2e561 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/70920 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e7f5eff91d..77875a4bb1 100644 --- a/DEPS +++ b/DEPS @@ -121,7 +121,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@6c172e4b87f2d9a3d781c07da75dbb542d46007d', + 'url': '{chromium_git}/angle/angle@a092401558cd559b63374b1d237d2395a072ecdc', 'condition': 'dawn_standalone', },