From 007ddcad3294b17d324d4e8126527aa0303a4560 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 7 Oct 2022 18:39:32 +0000 Subject: [PATCH] Roll SwiftShader from 01fade1fc521 to 65066ae6d9cd (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/01fade1fc521..65066ae6d9cd 2022-10-07 capn@google.com Fix enabling XCB and Wayland WSI builds on Linux 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: I9d68382ef561543a53cb9ad79cfdc3c2508ed229 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104960 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 7af719588d..27663eeb3a 100644 --- a/DEPS +++ b/DEPS @@ -137,7 +137,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@01fade1fc521f30d8ee55b75c8f736b674c31fbc', + 'url': '{swiftshader_git}/SwiftShader@65066ae6d9cdb07ab100773bbc8c9e862c98818c', 'condition': 'dawn_standalone', },