mesa/src/virtio/vulkan
Yiwei Zhang 282e2c9496 venus: set bo->size to 0 for classic resource
bo->size is not used for classic resource since mapping is not allowed.

Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10259>
2021-04-27 00:15:39 +00:00
..
.clang-format venus: change SpaceBeforeParens style option 2021-04-20 16:29:28 -07:00
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: change SpaceBeforeParens style option 2021-04-20 16:29:28 -07: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: clang-format clean 2021-04-20 16:29:24 -07: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: change SpaceBeforeParens style option 2021-04-20 16:29:28 -07:00
vn_descriptor_set.h venus: split out vn_descriptor_set.[ch] 2021-04-09 16:58:46 +00:00
vn_device.c venus: change SpaceBeforeParens style option 2021-04-20 16:29:28 -07:00
vn_device.h venus: remove vn_ring_wait_all 2021-04-14 21:18:10 +00:00
vn_device_memory.c venus: force a roundtrip after vn_renderer_bo_create_dmabuf 2021-04-21 21:40:32 +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: add vn_wsi_create_scanout_image 2021-04-16 17:29:38 -07:00
vn_image.h venus: add vn_image_create 2021-04-16 17:29:36 -07: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: refactor vn_queue_submission_count_semaphores 2021-04-19 18:25:00 +00:00
vn_queue.h venus: remove vn_queue::sync_queue_index 2021-04-14 21:18:10 +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 venus: remove vn_renderer_info::has_timeline_sync 2021-04-14 21:18:10 +00:00
vn_renderer_virtgpu.c venus: set bo->size to 0 for classic resource 2021-04-27 00:15:39 +00:00
vn_renderer_vtest.c venus: remove vn_renderer_info::has_timeline_sync 2021-04-14 21:18:10 +00:00
vn_ring.c venus: change SpaceBeforeParens style option 2021-04-20 16:29:28 -07:00
vn_ring.h venus: remove vn_ring_wait_all 2021-04-14 21:18:10 +00:00
vn_wsi.c venus: add vn_wsi_create_scanout_image 2021-04-16 17:29:38 -07:00
vn_wsi.h venus: add vn_wsi_create_scanout_image 2021-04-16 17:29:38 -07: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