From 0c2909e4d4c8f4174acaa5db2bc3d578281f9c4e Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 4 Oct 2022 06:53:54 +0000 Subject: [PATCH] Roll SwiftShader from 5f5e513c4e3c to 08dfcbb37734 (2 revisions) https://swiftshader.googlesource.com/SwiftShader.git/+log/5f5e513c4e3c..08dfcbb37734 2022-10-04 capn@google.com Remove index parameter for SPIR-V pointer operands 2022-10-03 sugoi@google.com Regres: Update test lists @ 666fb5f8 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 kainino@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: kainino@google.com Change-Id: Icdf3b2cade1e80ec5f004d28a371335de4c7c72d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104560 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 810a2b65bb..822c3c9450 100644 --- a/DEPS +++ b/DEPS @@ -137,7 +137,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@5f5e513c4e3c7c77a6f3cb296a99870dc1b50582', + 'url': '{swiftshader_git}/SwiftShader@08dfcbb377340fc51b72b942ac7748697dabdad2', 'condition': 'dawn_standalone', },