Commit f6e439f9 by Alexis Hetu Committed by Alexis Hétu

Compile Vulkan library with Subzero in Chromium

This allows Chromium to use the SwiftShader Vulkan library with the Subzero backend when available. Bug: chromium:1060139 Change-Id: I444b3e6844c52781ada9f51c8ddb4e4d2ea6a6d4 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/42108 Presubmit-Ready: Alexis Hétu <sugoi@google.com> Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent 7d09824f
...@@ -175,7 +175,7 @@ swiftshader_shared_library("swiftshader_libvulkan") { ...@@ -175,7 +175,7 @@ swiftshader_shared_library("swiftshader_libvulkan") {
"../../third_party/marl:Marl", "../../third_party/marl:Marl",
"../Device", "../Device",
"../Pipeline", "../Pipeline",
"../Reactor:swiftshader_llvm_reactor", "../Reactor:swiftshader_reactor",
"../System", "../System",
"../WSI", "../WSI",
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment