From 34f4e1ecd3025975fa7cf81f48e6c795ed85f02a Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 20 May 2022 18:46:21 +0000 Subject: [PATCH] Roll SwiftShader from 73679602bc0b to e07da52caba5 (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/73679602bc0b..e07da52caba5 2022-05-20 penghuang@cromium.org Adjust {min,max}ImageExtent to {0,0} and 4K 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 cwallez@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: cwallez@google.com Change-Id: Ib4f5ec61dba595a1da2c0b8d835bdabc849cc5e7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91141 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 a3c8e3aa52..1d883a2c83 100644 --- a/DEPS +++ b/DEPS @@ -135,7 +135,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@73679602bc0be54c3fba1caaf2141b05f19aa468', + 'url': '{swiftshader_git}/SwiftShader@e07da52caba554450749a084549608ee347ac3ef', 'condition': 'dawn_standalone', },