mesa/src/virtio/vulkan
Chia-I Wu 51216d656d venus: check vn_renderer_info::vk_xml_version
When crosvm does not support venus, it still advertises
VIRGL_RENDERER_CAPSET_VENUS but provides no or zeroed capset data.
vk_xml_version will be zero.

It is a good idea to verify vk_xml_version anyway.

v2: print required version suggested by Ryan

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Ryan Neph <ryanneph@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10192>
2021-04-13 01:03:52 +00:00
..
.clang-format
meson.build venus: split out vn_queue.[ch] 2021-04-09 16:58:46 +00:00
vn_android.c venus: bring up Android support 2021-04-08 18:51:24 +00:00
vn_buffer.c venus: split out vn_device_memory.[ch] 2021-04-09 16:58:46 +00:00
vn_buffer.h venus: split out vn_buffer.[ch] 2021-04-09 16:58:46 +00:00
vn_command_buffer.c venus: split out vn_command_buffer.[ch] 2021-04-09 16:58:46 +00:00
vn_command_buffer.h venus: split out vn_command_buffer.[ch] 2021-04-09 16:58:46 +00:00
vn_common.c venus: implement vn_debug_init_once with os_get_option 2021-04-08 18:51:24 +00:00
vn_common.h venus: implement vn_debug_init_once with os_get_option 2021-04-08 18:51:24 +00:00
vn_cs.c venus: initial support for vkCreateInstance 2021-04-08 17:15:37 +00:00
vn_cs.h venus: initial support for vkCreateInstance 2021-04-08 17:15:37 +00:00
vn_descriptor_set.c venus: split out vn_descriptor_set.[ch] 2021-04-09 16:58:46 +00:00
vn_descriptor_set.h venus: split out vn_descriptor_set.[ch] 2021-04-09 16:58:46 +00:00
vn_device.c venus: check vn_renderer_info::vk_xml_version 2021-04-13 01:03:52 +00:00
vn_device.h venus: split out vn_queue.[ch] 2021-04-09 16:58:46 +00:00
vn_device_memory.c venus: split out vn_device_memory.[ch] 2021-04-09 16:58:46 +00:00
vn_device_memory.h venus: split out vn_device_memory.[ch] 2021-04-09 16:58:46 +00:00
vn_icd.c
vn_icd.h
vn_image.c venus: split out vn_device_memory.[ch] 2021-04-09 16:58:46 +00:00
vn_image.h venus: split out vn_image.[ch] 2021-04-09 16:58:46 +00:00
vn_pipeline.c venus: split out vn_pipeline.[ch] 2021-04-09 16:58:46 +00:00
vn_pipeline.h venus: split out vn_pipeline.[ch] 2021-04-09 16:58:46 +00:00
vn_query_pool.c venus: split out vn_query_pool.[ch] 2021-04-09 16:58:46 +00:00
vn_query_pool.h venus: split out vn_query_pool.[ch] 2021-04-09 16:58:46 +00:00
vn_queue.c venus: split out vn_queue.[ch] 2021-04-09 16:58:46 +00:00
vn_queue.h venus: split out vn_queue.[ch] 2021-04-09 16:58:46 +00:00
vn_render_pass.c venus: split out vn_render_pass.[ch] 2021-04-09 16:58:46 +00:00
vn_render_pass.h venus: split out vn_render_pass.[ch] 2021-04-09 16:58:46 +00:00
vn_renderer.h
vn_renderer_virtgpu.c
vn_renderer_vtest.c
vn_ring.c venus: add a ring buffer 2021-04-08 17:15:37 +00:00
vn_ring.h venus: add a ring buffer 2021-04-08 17:15:37 +00:00
vn_wsi.c venus: split out vn_queue.[ch] 2021-04-09 16:58:46 +00:00
vn_wsi.h venus: properly enable WSI for different platforms 2021-04-08 18:51:24 +00:00
vn_wsi_wayland.c venus: initial support for WSI 2021-04-08 17:15:37 +00:00
vn_wsi_x11.c venus: initial support for WSI 2021-04-08 17:15:37 +00:00