From 0621416bf4d2205070435c5658a4b983d32c0b68 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 28 Apr 2023 18:05:11 +0000 Subject: [PATCH] Roll SwiftShader from f0d31e0f4846 to d3052046cbff (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/f0d31e0f4846..d3052046cbff 2023-04-28 natsu@google.com Fix vulkan.pastel.debug build 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 enga@google.com,webgpu-developers@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: enga@google.com Change-Id: I2f0608aacdf0991cc487d8da26dbfe0b5afaa14e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/130280 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 2095234eb8..6d9494bd39 100644 --- a/DEPS +++ b/DEPS @@ -141,7 +141,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@f0d31e0f48466beca805c71d0365d3fe68e17e0e', + 'url': '{swiftshader_git}/SwiftShader@d3052046cbff3a2991bcfa0890e3526afef1b20e', 'condition': 'dawn_standalone', },