From b8651bb2b701aad7a3eb73eb9925c5ee8de5085e Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 15 Nov 2022 14:30:20 +0000 Subject: [PATCH] Roll ANGLE from 44d8fef850af to 3e13ab1c8798 (4 revisions) https://chromium.googlesource.com/angle/angle.git/+log/44d8fef850af..3e13ab1c8798 2022-11-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 131d736c57d4 to 8384d293b2e8 (6 revisions) 2022-11-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 87d41aad5e71 to aac11f84562f (1 revision) 2022-11-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 622e44fd31d8 to c578240a0fa6 (591 revisions) 2022-11-14 cclao@google.com Vulkan: Only allocate default attribute if needed 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: I03d1a3fc1eb3dd843b4090e9e644e309215f68b8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/110280 Bot-Commit: Dawn Autoroller Kokoro: Kokoro Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 354c9c728d..1a2aac723a 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@44d8fef850af4b5f65ca16dd12bc55d96d34ff27', + 'url': '{chromium_git}/angle/angle@3e13ab1c87987bd20b892edfdef25d595b104314', 'condition': 'dawn_standalone', },