From fe6d72dc4f0be4f90b7fdb9081f14fdddaf4e88e Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Mon, 29 Aug 2022 17:12:49 +0000 Subject: [PATCH] Roll ANGLE from bec40d768468 to 5ef3960bc1f1 (4 revisions) https://chromium.googlesource.com/angle/angle.git/+log/bec40d768468..5ef3960bc1f1 2022-08-29 kkinnunen@apple.com Use correct seed type for XXH32 fuzzer 2022-08-29 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from eb46f95f20dc to 7d94bcff7a00 (8 revisions) 2022-08-29 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 6517262b2386 to 476165cc7c0c (6 revisions) 2022-08-29 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 21906127bee6 to 75cc1cb02dd7 (625 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 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: I2e0a99d2891f62b721a0333b6573a079e37bc4a0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/100660 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 a8eb4e0da8..44c173ca51 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@bec40d7684688eaf8a5ca4747341dcea4243c996', + 'url': '{chromium_git}/angle/angle@5ef3960bc1f10d180331a8134b0d11139fa1f913', 'condition': 'dawn_standalone', },