From c8b0cfe7e308d60fb8b446a5909adfb850d923ee Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 16 Aug 2022 16:04:52 +0000 Subject: [PATCH] Roll SwiftShader from a6c3e363b7a9 to c61fc9aec162 (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/a6c3e363b7a9..c61fc9aec162 2022-08-16 syoussefi@google.com Implement VK_EXT_primitive_topology_list_restart 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 alanbaker@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: alanbaker@google.com Change-Id: I3f0fcb4070d5846386c44f176f1baeffebb153ea Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/99341 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 3270c3ffbb..797a6ec213 100644 --- a/DEPS +++ b/DEPS @@ -134,7 +134,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@a6c3e363b7a9bc894a7c1135e1e931d8668c0c61', + 'url': '{swiftshader_git}/SwiftShader@c61fc9aec16265d4d7363a0bdba0f24f7a59cbe0', 'condition': 'dawn_standalone', },