From 1ac1514ad2c97b0e3356f9b17e01460bd4fac7d6 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 18 Aug 2022 15:09:32 +0000 Subject: [PATCH] Roll SwiftShader from ab4bf6ad00d4 to 1c3dfde53353 (1 revision) https://swiftshader.googlesource.com/SwiftShader.git/+log/ab4bf6ad00d4..1c3dfde53353 2022-08-18 sugoi@google.com Added missing null pointer check on pDepthStencilResolveAttachment 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: I0ea5d6f55b1b6aadb6090315e91d82a4f2167320 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/99680 Commit-Queue: Dawn Autoroller Kokoro: Kokoro Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 5f18a764b6..11e0770f95 100644 --- a/DEPS +++ b/DEPS @@ -134,7 +134,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@ab4bf6ad00d4d1edcc6bb3487139e91f0d379fbb', + 'url': '{swiftshader_git}/SwiftShader@1c3dfde53353d5e13ca25eb52aa208d450b5e980', 'condition': 'dawn_standalone', },