From 664cb1535b5979118461f2ace5374694ed9d166c Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 5 Apr 2022 00:53:32 +0000 Subject: [PATCH] Roll SwiftShader from a190ceed7293 to 0b2a76847b1f (8 revisions) https://swiftshader.googlesource.com/SwiftShader.git/+log/a190ceed7293..0b2a76847b1f 2022-04-04 capn@google.com Validate SPIR-V instruction word array accesses 2022-04-04 dvet@google.com Add documentation for the configuration file mechanism 2022-04-04 capn@google.com Support VK_IMAGE_CREATE_EXTENDED_USAGE_BIT 2022-04-04 rebecca.chang@starfivetech.com Reactor: riscv64 is not supported in subzero 2022-04-04 rebecca.chang@starfivetech.com llvm-10.0: add configs/common and configs/linux for riscv64 2022-04-04 rebecca.chang@starfivetech.com llvm-10.0: update script to include riscv64 target 2022-04-04 rebecca.chang@starfivetech.com marl: add new source file for riscv64 2022-04-04 sugoi@google.com Add missing imageView compatible formats for YCbCr 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 rharrison@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: rharrison@google.com Change-Id: Ic2c62f57ba4d7bf57c9a36a072732c56b74df28a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/85721 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c15449516c..e0f7be0abe 100644 --- a/DEPS +++ b/DEPS @@ -138,7 +138,7 @@ deps = { }, 'third_party/swiftshader': { - 'url': '{swiftshader_git}/SwiftShader@a190ceed72930fbfceff5b030490d06289af0972', + 'url': '{swiftshader_git}/SwiftShader@0b2a76847b1ff98eab9687d9c2983f801f06b08f', 'condition': 'dawn_standalone', },