From 6f6abafbf64e4409f526d26bb1e1b402cf4728e8 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 10 Jan 2023 01:00:30 +0000 Subject: [PATCH] Roll ANGLE from d53c520e8443 to 9d5d619c4a5f (6 revisions) https://chromium.googlesource.com/angle/angle.git/+log/d53c520e8443..9d5d619c4a5f 2023-01-09 lexa.knyazev@gmail.com Adjust clip distance compiler state and validation 2023-01-09 romanl@google.com Log free space on device (df -h) if log=debug. 2023-01-09 jmadill@chromium.org Trace Interpreter: Properly support resource ID maps. 2023-01-09 gert.wollny@collabora.com Capture/Replay: Test the correct context ID when emitting setup 2023-01-09 romanl@google.com Enable merge script failure detection 2023-01-09 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 5aa5b0809f05 to c1ebeb5013f9 (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 cwallez@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: cwallez@google.com Change-Id: Ie0018a4bf3d1cdd681a7cf8d8b9b77b7a3c87a26 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116740 Kokoro: Kokoro Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7bbe3b86a7..d673a4af50 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@d53c520e84439c62ab80ee9deb59134843803195', + 'url': '{chromium_git}/angle/angle@9d5d619c4a5f1c525a783f8fd65e606009086209', 'condition': 'dawn_standalone', },