From 59c098242675dcf215e892aadefe991a4468b669 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 27 Oct 2022 12:22:04 +0000 Subject: [PATCH] Roll SwiftShader from 34f6fc2ea899 to e8d4f9f4d703 (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/34f6fc2ea899..e8d4f9f4d703 2022-10-27 capn@google.com Assert VkInstanceCreateInfo::flags is 0 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 dsinclair@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: dsinclair@google.com Change-Id: Iabffede7bc2fe84c36d653d1a83fb50fef7b6a0e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107421 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index dd383a806e..5a65dc7da7 100644 --- a/DEPS +++ b/DEPS @@ -137,7 +137,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@34f6fc2ea899fc8b7d26362844ff6439c5fbb390', + 'url': '{swiftshader_git}/SwiftShader@e8d4f9f4d7030e619f0aa1baa38eddc5344bdea8', 'condition': 'dawn_standalone', },