From 4dc2aea495bdb24419d8f296833740a38e200211 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Mon, 3 Apr 2023 03:15:37 +0000 Subject: [PATCH] Roll SwiftShader from c85d70d97009 to 3ecab9c1aa60 (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/c85d70d97009..3ecab9c1aa60 2023-04-03 stha09@googlemail.com IWYU: add cstdint for uint64_t in sw::LRUCache 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 amaiorano@google.com,webgpu-developers@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: amaiorano@google.com Change-Id: Ice2581b081baf8ccf13f8ddfcfcf29abb6008115 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/126140 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 49fd93d16d..655caae2cc 100644 --- a/DEPS +++ b/DEPS @@ -137,7 +137,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@c85d70d97009a264fc5e7747316743a1abac5f67', + 'url': '{swiftshader_git}/SwiftShader@3ecab9c1aa60d548d8efeae3a231f4df7cca6cc7', 'condition': 'dawn_standalone', },