From cb990e40a5c03cf28b2cf1fdc7d1a567ac679068 Mon Sep 17 00:00:00 2001 From: angle-autoroll Date: Mon, 21 Mar 2022 10:01:53 +0000 Subject: [PATCH] Roll SwiftShader from 341ad7e57a3c to 2f3af2452783 (2 revisions) https://swiftshader.googlesource.com/SwiftShader.git/+log/341ad7e57a3c..2f3af2452783 2022-03-18 capn@google.com Use slower and less precise non-fused multiply-add for Chromium 2022-03-18 swiftshader.regress@gmail.com Regres: Update test lists @ 341ad7e5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-angle-autoroll Please CC ynovikov@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 ANGLE: https://bugs.chromium.org/p/angleproject/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: ynovikov@google.com Change-Id: If6c00fc591c629ae61ab61df23981d878383f154 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3539685 Commit-Queue: angle-autoroll Bot-Commit: angle-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 8a972e649..f9e654a2e 100644 --- a/DEPS +++ b/DEPS @@ -496,7 +496,7 @@ deps = { }, 'third_party/SwiftShader': { - 'url': '{swiftshader_git}/SwiftShader@341ad7e57a3cd9c5dc226697c3441f50cec19fa4', + 'url': '{swiftshader_git}/SwiftShader@2f3af2452783943f7d6994030a9fffa9ba3b3cec', 'condition': 'not build_with_chromium', },