From ffcd024aaac27858071fdd37ff6b979e9fb20253 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 22 Dec 2022 17:13:19 +0000 Subject: [PATCH] Roll SwiftShader from bcbc10b1bed4 to ff8cc02ea659 (2 revisions) https://swiftshader.googlesource.com/SwiftShader.git/+log/bcbc10b1bed4..ff8cc02ea659 2022-12-22 nicolas.capens@gmail.com Remove VK_LUNARG_direct_driver_loading from supported extensions 2022-12-22 nicolas.capens@gmail.com Support LLVM 16+ API change 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 jrprice@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: jrprice@google.com Change-Id: Icc7b237e4052db190793ec9aa9e11c26650aff93 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/115367 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 4cf81517cb..686f3e8b6f 100644 --- a/DEPS +++ b/DEPS @@ -137,7 +137,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@bcbc10b1bed498c81d9f7fc801e14635e821cc7c', + 'url': '{swiftshader_git}/SwiftShader@ff8cc02ea659b8d64cf45f2cdd425ee293ddac03', 'condition': 'dawn_standalone', },