From b7bbe7cbbbe756ccfd2f320c38aa2760097f5bcc Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 10 May 2022 22:00:24 +0000 Subject: [PATCH] Roll SwiftShader from e4a6f2d74d3c to e0a1188d7652 (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/e4a6f2d74d3c..e0a1188d7652 2022-05-10 syoussefi@google.com Fix dynamic state for line width 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: Ic5b6af9fc1e2d9fff7b5052a79a3f81ae16868d4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/89680 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ccaa43353a..afd1c499f2 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@e4a6f2d74d3cbad80969793c037484bce1b001b3', + 'url': '{swiftshader_git}/SwiftShader@e0a1188d76522d47c84c71a42b767ac19d3c7893', 'condition': 'dawn_standalone', },