From 6b4ec8b2abd2b79897be5e2ce86c6ea60b59fcde Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 20 Apr 2022 09:28:56 +0000 Subject: [PATCH] Roll SwiftShader from b5af7cabd5ea to ea5f37f39193 (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/b5af7cabd5ea..ea5f37f39193 2022-04-19 capn@google.com Support the new LLVM pass manager 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: I2d83a01a7220a25c5e6dbf5026b237cc8c7e164e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87342 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index d892ff3485..cb37655d36 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@b5af7cabd5ea5018fc0806a8df39dac3a9036c66', + 'url': '{swiftshader_git}/SwiftShader@ea5f37f391931f7f39402ae1b8d6d5984380794d', 'condition': 'dawn_standalone', },