From 84ed048e5d9607662e9553e75e4e5f7d20e39d79 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 27 Apr 2022 09:09:42 +0000 Subject: [PATCH] Roll SwiftShader from 79d4c6cae485 to f88fc3b53c52 (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/79d4c6cae485..f88fc3b53c52 2022-04-26 capn@google.com Always enable MemorySanitizer instrumentation for setup routines 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 bclayton@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: bclayton@google.com Change-Id: I1d00fe975ef93ff2a1d21ecc2037fefa99fbdf78 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88121 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 53a7af9da6..753618f2a3 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@79d4c6cae485c50d2d49aa1b3defe601dc23f145', + 'url': '{swiftshader_git}/SwiftShader@f88fc3b53c52b3e49c32e81fd0820edfe507aa20', 'condition': 'dawn_standalone', },