From d66128a19850298e249a7b2ef6930bdeac235065 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Sat, 27 Aug 2022 07:09:28 +0000 Subject: [PATCH] Roll SwiftShader from db6433790af5 to 6c0f2889c2d9 (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/db6433790af5..6c0f2889c2d9 2022-08-27 bclayton@google.com Reimplement GLSLstd450Ldexp 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 rharrison@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: rharrison@google.com Change-Id: Ic2be16e29573faa35d2e643e9ef259f9acaecb21 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/100620 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 9024a2dc34..c3c069c6c6 100644 --- a/DEPS +++ b/DEPS @@ -134,7 +134,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@db6433790af50c1392147d41d91db094beb2e0c2', + 'url': '{swiftshader_git}/SwiftShader@6c0f2889c2d9e67fd1a0b47d325110ec7fe40982', 'condition': 'dawn_standalone', },