From 4ad5cfb025e5aca5449f3015e90b3295f2098c3c Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 16 Feb 2022 05:48:50 +0000 Subject: [PATCH] Roll SwiftShader from 0863290dc7f6 to 13f7365e81be (10 revisions) https://swiftshader.googlesource.com/SwiftShader.git/+log/0863290dc7f6..13f7365e81be 2022-02-16 capn@google.com Skip testing subnormals when flushed to zero 2022-02-16 capn@google.com Benchmark the effect of flush-to-zero / denormals-are-zero 2022-02-15 capn@google.com Don't treat all warnings as errors in tests and benchmarks 2022-02-15 swiftshader.regress@gmail.com Regres: Update test lists @ 5f1c00bd 2022-02-15 capn@google.com Don't silently ignore unsupported extension structures 2022-02-14 natsu@google.com Fix `WARNING: UNSUPPORTED:` warnings for having external format in sampler 2022-02-14 penghuang@chromium.org Win32SurfaceKHR: use StretchDIBits to replace StrectchBlt. 2022-02-11 dvet@google.com Add a SPIR-V profiling and reporting framework. 2022-02-11 capn@google.com Don't build PowerVR samples by default 2022-02-11 swiftshader.regress@gmail.com Regres: Update test lists @ 0863290d 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: I52c3a710b950d97d46291f56ec815f64164b85c8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/80742 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 9d1e934303..29e224b928 100644 --- a/DEPS +++ b/DEPS @@ -133,7 +133,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@0863290dc7f6cc1649bab1858790e812b8aef02a', + 'url': '{swiftshader_git}/SwiftShader@13f7365e81be7bd7e7557ba5b6c86f09b5d72411', 'condition': 'dawn_standalone', },