From 455f5eefd5dfc74c444fa99c5c465b781392bb2b Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 30 Jun 2022 06:12:25 +0000 Subject: [PATCH] Roll SwiftShader from 1144d58f8be5 to 90fdde382489 (5 revisions) https://swiftshader.googlesource.com/SwiftShader.git/+log/1144d58f8be5..90fdde382489 2022-06-29 capn@google.com Support printing of SIMD types 2022-06-29 capn@google.com Implement lane-independent SIMD operations 2022-06-29 capn@google.com Refactor scalarized vector processing 2022-06-29 capn@google.com Wrap shuffle and constant construction values 2022-06-29 nicolas.capens@gmail.com Implement minimal SIMD::Int functionality 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 shrekshao@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: shrekshao@google.com Change-Id: I7fa222a6fc56e439b705c73af34cefa5375ab239 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/95220 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6fc50e0de3..4facc8a313 100644 --- a/DEPS +++ b/DEPS @@ -134,7 +134,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@1144d58f8be514f44a692df5c908bfd9ce913b56', + 'url': '{swiftshader_git}/SwiftShader@90fdde3824890723821b9ed5d45c1eecda57b502', 'condition': 'dawn_standalone', },