aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2022-07-19 12:05:55 -0700
committerAlistair Delva <adelva@google.com>2022-08-30 20:45:31 +0000
commita77657c1ce130a566de7b929ada58b731bd7e5df (patch)
tree4757042f27b5c15a659de64bfb9818567614d274
parentbf1a8e0fe4f924457d39111f8f01b7d1860286d6 (diff)
downloadcuttlefish-a77657c1ce130a566de7b929ada58b731bd7e5df.tar.gz
Bump VK_API_VERSION_1_2 for QEMU
SwiftShader is the same for crosvm and QEMU. Bug: 216827224 Change-Id: I3dd01976d2ba77dec6b427d665aaf666ff12994a
-rw-r--r--host/libs/vm_manager/qemu_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/libs/vm_manager/qemu_manager.cpp b/host/libs/vm_manager/qemu_manager.cpp
index 068070347..b03dbfd5b 100644
--- a/host/libs/vm_manager/qemu_manager.cpp
+++ b/host/libs/vm_manager/qemu_manager.cpp
@@ -131,7 +131,7 @@ std::vector<std::string> QemuManager::ConfigureGraphics(
// with properities lead to non-deterministic behavior while loading the
// HALs.
return {
- "androidboot.cpuvulkan.version=" + std::to_string(VK_API_VERSION_1_1),
+ "androidboot.cpuvulkan.version=" + std::to_string(VK_API_VERSION_1_2),
"androidboot.hardware.gralloc=minigbm",
"androidboot.hardware.hwcomposer=" + config.hwcomposer(),
"androidboot.hardware.egl=angle",