From d78859048382b8b9fa57b870525b38ebc8401bfd Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Thu, 2 Jun 2022 04:01:26 +0000 Subject: [PATCH] Roll SwiftShader from 55dd5e7034ed to 1bf3ae22a00d (2 revisions) https://swiftshader.googlesource.com/SwiftShader.git/+log/55dd5e7034ed..1bf3ae22a00d 2022-06-01 sugoi@google.com Fix border comparison with depth 16 2022-06-01 srisser@google.com Make vk_pipeline dependent on Reactor If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-skia-autoroll Please CC bungeman@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 Skia: https://bugs.chromium.org/p/skia/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 Cq-Include-Trybots: skia/skia.primary:Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader Bug: None Tbr: bungeman@google.com Change-Id: I43cb14e5ad76d52eb9200d606126c932ee78a1c7 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/545938 Commit-Queue: skia-autoroll Bot-Commit: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e698ac2be9..04251488ba 100644 --- a/DEPS +++ b/DEPS @@ -38,7 +38,7 @@ deps = { "third_party/externals/piex" : "https://android.googlesource.com/platform/external/piex.git@bb217acdca1cc0c16b704669dd6f91a1b509c406", "third_party/externals/rive" : "https://skia.googlesource.com/external/github.com/rive-app/rive-cpp.git@2e80e5803390f16e5047c8e15ab78f7a1d846856", "third_party/externals/sfntly" : "https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git@b55ff303ea2f9e26702b514cf6a3196a2e3e2974", - "third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@55dd5e7034edde15f0b700bb21e6e59fd93b8508", + "third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@1bf3ae22a00dc10005886b1d9e58b6159a1e392a", "third_party/externals/vulkanmemoryallocator" : "https://chromium.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@7de5cc00de50e71a3aab22dea52fbb7ff4efceb6", # vulkan-deps is a meta-repo containing several interdependent Khronos Vulkan repositories. # When the vulkan-deps revision is updated, those repos (spirv-*, vulkan-*) should be updated as well.