From df642b98b447d36ce8504034d38470b2855a5f66 Mon Sep 17 00:00:00 2001 From: angle-autoroll Date: Tue, 28 Feb 2023 10:01:38 +0000 Subject: [PATCH] Roll SwiftShader from dca80fc3a894 to 0ba0b45490cd (2 revisions) https://swiftshader.googlesource.com/SwiftShader.git/+log/dca80fc3a894..0ba0b45490cd 2023-02-27 bclayton@google.com marl: Remove spurious semicolons 2023-02-27 bclayton@google.com marl: emulate thread_local with pthreads If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-angle-autoroll Please CC abdolrashidi@google.com,angle-team@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 ANGLE: https://bugs.chromium.org/p/angleproject/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: abdolrashidi@google.com Use-Permissive-Angle-Pixel-Comparison: True Change-Id: I03686ca41e7972e7e6a158afbb4c4b56cbc511db Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4297000 Bot-Commit: angle-autoroll Commit-Queue: angle-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0a40bf285e4..57187f0ae55 100644 --- a/DEPS +++ b/DEPS @@ -624,7 +624,7 @@ deps = { }, 'third_party/SwiftShader': { - 'url': '{swiftshader_git}/SwiftShader@dca80fc3a894149ecf4d5cd4d4fe665fe0274bb3', + 'url': '{swiftshader_git}/SwiftShader@0ba0b45490cd209448c5f976f41b34a746c9de5d', 'condition': 'not build_with_chromium', },