From d399685da5f000517a97250f08c0ef83bc6c7533 Mon Sep 17 00:00:00 2001 From: Yiwei Zhang Date: Sun, 4 Sep 2022 05:27:41 +0000 Subject: [PATCH] venus: enable KHR_driver_properties on Android Venus has a driver id now and Android cts has been patched. Signed-off-by: Yiwei Zhang Part-of: --- src/virtio/vulkan/vn_physical_device.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/virtio/vulkan/vn_physical_device.c b/src/virtio/vulkan/vn_physical_device.c index 8797075..b5018ab 100644 --- a/src/virtio/vulkan/vn_physical_device.c +++ b/src/virtio/vulkan/vn_physical_device.c @@ -1055,10 +1055,7 @@ vn_physical_device_get_passthrough_extensions( .KHR_create_renderpass2 = true, .KHR_depth_stencil_resolve = true, .KHR_draw_indirect_count = true, -#ifndef ANDROID - /* xxx remove the #ifndef after venus has a driver id */ .KHR_driver_properties = true, -#endif .KHR_image_format_list = true, .KHR_imageless_framebuffer = true, .KHR_sampler_mirror_clamp_to_edge = true, -- 2.7.4