From 6b4a9b5e9bed2093f07a89934080a26ac063aa70 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 14 Dec 2022 01:20:00 +0000 Subject: [PATCH] Roll SwiftShader from 4a769cd69867 to 647d3d24c935 (2 revisions) https://swiftshader.googlesource.com/SwiftShader.git/+log/4a769cd69867..647d3d24c935 2022-12-13 sugoi@google.com Fix LLVM update from google3 2022-12-13 sugoi@google.com Revert "Float only writeColor" 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 bclayton@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: bclayton@google.com Change-Id: I65bcb8cc3d33604bbf9ba4f4194efc5ad5c191de Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/114240 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 5b29f3d44c..c0b60623a4 100644 --- a/DEPS +++ b/DEPS @@ -137,7 +137,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@4a769cd69867443a7b7336131a92f2fddfe26fc5', + 'url': '{swiftshader_git}/SwiftShader@647d3d24c935c2adb4e7bc5f1ecfe14ab12725d2', 'condition': 'dawn_standalone', },