From 3f49e298e0926643d9d2673c542df9d574a791e9 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 10 Aug 2022 00:15:43 +0000 Subject: [PATCH] Roll SwiftShader from ed9d5ae1e79c to aafa10869568 (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/ed9d5ae1e79c..aafa10869568 2022-08-09 capn@google.com Disable AddressSanitizer JIT instrumentation support on Windows 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 cwallez@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: cwallez@google.com Change-Id: I188811430868e818c11dcd2e92018a493b9852e3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/98685 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 644eb0f5de..6f859b1d07 100644 --- a/DEPS +++ b/DEPS @@ -134,7 +134,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@ed9d5ae1e79c3ecc3bee8e07e852ba24868d27d5', + 'url': '{swiftshader_git}/SwiftShader@aafa10869568fd3e84bfef1df2ed0e159b179dce', 'condition': 'dawn_standalone', },