From 77f83cd4d2cd3e2090406590c75921f99c68171e Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 26 Jul 2022 00:47:44 +0000 Subject: [PATCH] Roll ANGLE from 4fdc37545da7 to be7084466521 (8 revisions) https://chromium.googlesource.com/angle/angle.git/+log/4fdc37545da7..be7084466521 2022-07-25 syoussefi@chromium.org Vulkan: Remove the bindEmptyForUnusedDescriptorSets workaround 2022-07-25 jmadill@chromium.org dEQP: Isolate headers in tcuANGLEPlatform.h. 2022-07-25 ynovikov@chromium.org Remove suppressions for tests which pass with Intel Mesa 20.0.8 2022-07-25 lexa.knyazev@gmail.com Return INVALID_VALUE for online BC compression 2022-07-25 pkasting@chromium.org Avoid streaming a wide string to a (narrow) ostringstream. 2022-07-25 jmadill@chromium.org infra: Add sheriff_rotations to luci properties. 2022-07-25 ynovikov@chromium.org Update extension support (July 25, 2022). 2022-07-25 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from cb1dc55bc044 to e3066ef682d7 (11 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 enga@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: enga@google.com Change-Id: I876c642791afe69eef7b1f4f312a9fa1d7e277c5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97121 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 d9aa35c31b..15a5ac44ad 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@4fdc37545da73405d3f00d14f3214b62b4bcc69a', + 'url': '{chromium_git}/angle/angle@be7084466521cb1b09e4d3bf39f5014e9e73d176', 'condition': 'dawn_standalone', },