From e57c29603556bc31d741266fc5bfedbad4f2598f Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 17 Jun 2022 17:37:59 +0000 Subject: [PATCH] Roll ANGLE from 5975eb034505 to ca96cba9c5dc (8 revisions) https://chromium.googlesource.com/angle/angle.git/+log/5975eb034505..ca96cba9c5dc 2022-06-17 jmadill@chromium.org Make ReadEntireFileToString return a std::string. 2022-06-17 ynovikov@chromium.org Increase batch timeout with sanitizer 2022-06-17 ynovikov@chromium.org Revert "Temporarily remove win-trace from CQ" 2022-06-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from cfcb44322bcc to 2b79b2f8aec2 (1 revision) 2022-06-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 96b247286bab to 58c59e887244 (150 revisions) 2022-06-17 gert.wollny@collabora.com Capture/Replay: Allow capturing of external textures 2022-06-17 gert.wollny@collabora.com Capture/Replay: Don't capture tex levels that are out-of-range 2022-06-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 893946636054 to e22ec5fc4cbf (13 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 rharrison@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: rharrison@google.com Change-Id: Ife9daa1963b333b319381bc1960a1b8b3833b6a6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94120 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 982d2a64ca..ba85457815 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@5975eb03450509bee07aa8d9b8e33f422c07dcb6', + 'url': '{chromium_git}/angle/angle@ca96cba9c5dca3c6e901950ea02c01ccc4c51d4c', 'condition': 'dawn_standalone', },