From 0e74918b6882632592ea621f9b83d9750f70b2cc Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 3 May 2022 06:11:03 +0000 Subject: [PATCH] Roll SwiftShader from 02576edd7f4f to cdf43bd816d7 (4 revisions) https://swiftshader.googlesource.com/SwiftShader.git/+log/02576edd7f4f..cdf43bd816d7 2022-05-02 swiftshader.regress@gmail.com Regres: Update test lists @ 6fb4e049 2022-05-02 capn@google.com Remove legacy build defines 2022-05-02 capn@google.com Document the vk::DescriptorSet memory layout 2022-05-02 capn@google.com Always enable MemorySanitizer instrumentation for vertex routines 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 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: I10c1ad2623414fbc1aff603b31a2d5452c8a8c16 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88601 Kokoro: Kokoro Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 80c748626a..24b2723494 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@02576edd7f4f315295cbcc9c6d25c33d0621dc5f', + 'url': '{swiftshader_git}/SwiftShader@cdf43bd816d7043e7551409313c203510c729e61', 'condition': 'dawn_standalone', },