From 691c5fc4e6e4860279b91d6b2db04558f0928e0c Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 1 Jun 2022 08:45:49 +0000 Subject: [PATCH] Roll SwiftShader from 55dd5e7034ed to 466e443100e6 (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/55dd5e7034ed..466e443100e6 2022-06-01 srisser@google.com Make vk_pipeline dependent on Reactor 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 lokokung@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: lokokung@google.com Change-Id: I040824405508b3aa4b05258f2c97846c383eec17 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92220 Kokoro: Kokoro Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index da8160dee0..0cf1e691c8 100644 --- a/DEPS +++ b/DEPS @@ -134,7 +134,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@55dd5e7034edde15f0b700bb21e6e59fd93b8508', + 'url': '{swiftshader_git}/SwiftShader@466e443100e66ca7b5df3385ad3bba4fa8bf90f0', 'condition': 'dawn_standalone', },