diff --git a/DEPS b/DEPS index da90fe9f839..53984a7c100 100644 --- a/DEPS +++ b/DEPS @@ -65,7 +65,7 @@ deps = { "third_party/externals/partition_alloc" : "https://chromium.googlesource.com/chromium/src/base/allocator/partition_allocator.git@ce13777cb731e0a60c606d1741091fd11a0574d7", "third_party/externals/perfetto" : "https://android.googlesource.com/platform/external/perfetto@93885509be1c9240bc55fa515ceb34811e54a394", "third_party/externals/piex" : "https://android.googlesource.com/platform/external/piex.git@bb217acdca1cc0c16b704669dd6f91a1b509c406", - "third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@4074d9674b3e5a9a96a34b1c63fbed7dce35772f", + "third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@d91e98d1aa3f18398fd6bfadbb45060cd6e0db3b", "third_party/externals/vulkanmemoryallocator" : "https://chromium.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@a6bfc237255a6bac1513f7c1ebde6d8aed6b5191", # 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. diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go index 3d5e49cdc76..9e811535e4f 100644 --- a/infra/bots/deps/deps_gen.go +++ b/infra/bots/deps/deps_gen.go @@ -254,7 +254,7 @@ var deps = deps_parser.DepsEntries{ }, "swiftshader.googlesource.com/SwiftShader": { Id: "swiftshader.googlesource.com/SwiftShader", - Version: "4074d9674b3e5a9a96a34b1c63fbed7dce35772f", + Version: "d91e98d1aa3f18398fd6bfadbb45060cd6e0db3b", Path: "third_party/externals/swiftshader", }, }