From 839d99cd9a8f4f74ba7d5245aa822f7a2b8148e3 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Mon, 7 Feb 2022 15:16:17 +0000 Subject: [PATCH] Roll SwiftShader from ad6d7f84f2a1 to c9e8f23b0fb8 (2 revisions) https://swiftshader.googlesource.com/SwiftShader.git/+log/ad6d7f84f2a1..c9e8f23b0fb8 2022-02-07 capn@google.com Regres: Adjust mustpass folder for Vulkan 1.3 2022-02-07 nicolascapens@google.com Revert "Regres: Apply lazy initialization patch" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-dawn-autoroll Please CC shrekshao@google.com on the revert to ensure that a human is aware of the problem. To file a bug in SwiftShader: https://bugs.chromium.org/p/swiftshader/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: shrekshao@google.com Change-Id: I0a71bf5c95b972887a8600d55ac4eb023b94441f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/79620 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f4b75eacf1..fe5dc55d1d 100644 --- a/DEPS +++ b/DEPS @@ -133,7 +133,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@ad6d7f84f2a1e60f1b9769b64bbfaca80cf71192', + 'url': '{swiftshader_git}/SwiftShader@c9e8f23b0fb8c630cb951964073b2f4498e6b556', 'condition': 'dawn_standalone', },