From 3683c46b5733b1f704405934824e2b46f2edd14c Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 11 May 2022 19:19:16 +0000 Subject: [PATCH] Roll SwiftShader from e0a1188d7652 to b7126bab3a19 (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/e0a1188d7652..b7126bab3a19 2022-05-11 capn@google.com Fully enable MemorySanitizer instrumentation for GN builds 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 kainino@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: kainino@google.com Change-Id: I402e1469b4f5c58f647f0dfae6c69bb5f18ee130 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/89840 Bot-Commit: Dawn Autoroller Kokoro: Kokoro Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6a1e624330..dc98700d08 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@e0a1188d76522d47c84c71a42b767ac19d3c7893', + 'url': '{swiftshader_git}/SwiftShader@b7126bab3a192d7f7f86f2ab6975fc911f85858b', 'condition': 'dawn_standalone', },