From b45bdf800733cc429d5a14a9ecc801e2687385f1 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 25 Jan 2023 05:40:02 +0000 Subject: [PATCH] Roll ANGLE from a654666c00c1 to 660e4a7c0d4f (2 revisions) https://chromium.googlesource.com/angle/angle.git/+log/a654666c00c1..660e4a7c0d4f 2023-01-25 kbr@chromium.org Don't override D16_UNORM to D32_FLOAT on Apple GPUs. 2023-01-24 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from c1ebeb5013f9 to 821e153ac85a (20 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: I96c55ab86eb36c23cfdc35ae9bb2cd8e0ffb6fb6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117780 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f527444a13..19b5aca88f 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@a654666c00c1fc30e634d91036be3a9a33078ba2', + 'url': '{chromium_git}/angle/angle@660e4a7c0d4f919b58a7ef22903aad2efabefa1d', 'condition': 'dawn_standalone', },