| .. |
|
.clang-format
|
clang-format: Disable formatting by default
|
2023-08-13 16:48:49 +02:00 |
|
meson.build
|
meson: support installation tags
|
2023-09-11 13:00:45 +00:00 |
|
vn_android.c
|
venus: add VN_PERF=no_tiled_wsi_image
|
2023-12-05 23:55:05 +00:00 |
|
vn_android.h
|
venus: use common AHB management and export impl
|
2023-10-28 00:28:40 +00:00 |
|
vn_buffer.c
|
venus: Use the common GetPhysicalDeviceFeatures2 implementation
|
2023-08-25 08:59:50 +00:00 |
|
vn_buffer.h
|
venus: extend VkBuffer cache to cover concurrent sharing
|
2023-07-06 21:29:32 +00:00 |
|
vn_command_buffer.c
|
venus: enable VK_EXT_extended_dynamic_state3
|
2023-11-15 23:30:14 +00:00 |
|
vn_command_buffer.h
|
venus: switch to unconditionally deferred query feedback
|
2023-10-30 22:22:10 +00:00 |
|
vn_common.c
|
venus: properly initialize ring monitor initial alive status
|
2023-12-08 04:06:37 +00:00 |
|
vn_common.h
|
venus: add VN_PERF=no_tiled_wsi_image
|
2023-12-05 23:55:05 +00:00 |
|
vn_cs.c
|
venus: render server enforces blob_id_0
|
2023-02-08 05:34:13 +00:00 |
|
vn_cs.h
|
venus: render server enforces blob_id_0
|
2023-02-08 05:34:13 +00:00 |
|
vn_descriptor_set.c
|
venus: fix formating
|
2023-02-08 05:34:13 +00:00 |
|
vn_descriptor_set.h
|
venus: Avoid to copy the descriptor sets when it is not required
|
2023-01-06 11:20:00 +00:00 |
|
vn_device.c
|
venus: drop device, family, index, flags tracking from vn_queue
|
2023-09-18 22:33:49 +00:00 |
|
vn_device.h
|
venus: tiny refactor of device memory report interface
|
2023-10-28 00:28:39 +00:00 |
|
vn_device_memory.c
|
venus: Make sure that guest allocated blobs from hostmem are mappable
|
2023-11-17 18:24:20 +00:00 |
|
vn_device_memory.h
|
venus: use vk_device_memory tracked memory_type_index
|
2023-10-28 00:28:40 +00:00 |
|
vn_feedback.c
|
venus: switch to unconditionally deferred query feedback
|
2023-10-30 22:22:10 +00:00 |
|
vn_feedback.h
|
venus: switch to unconditionally deferred query feedback
|
2023-10-30 22:22:10 +00:00 |
|
vn_icd.c
|
vulkan: Consolidate common ICD methods
|
2023-11-03 20:01:14 +00:00 |
|
vn_icd.h
|
|
|
|
vn_image.c
|
venus: implement vkGet[Device]ImageSparseMemoryRequirements
|
2023-11-29 00:22:26 +00:00 |
|
vn_image.h
|
venus: use common vk_image as vn_image base
|
2023-10-28 00:28:39 +00:00 |
|
vn_instance.c
|
venus: use STACK_ARRAY to prepare for indirect submission
|
2023-12-08 04:06:37 +00:00 |
|
vn_instance.h
|
venus: add dri option to enable multi-plane wsi modifiers
|
2023-12-05 23:55:05 +00:00 |
|
vn_physical_device.c
|
venus: add dri option to enable multi-plane wsi modifiers
|
2023-12-05 23:55:05 +00:00 |
|
vn_physical_device.h
|
venus: enable VK_EXT_extended_dynamic_state3
|
2023-11-15 23:30:14 +00:00 |
|
vn_pipeline.c
|
venus: fix async compute pipeline creation
|
2023-12-08 04:06:36 +00:00 |
|
vn_pipeline.h
|
venus: Add enum vn_pipeline_type
|
2023-10-18 12:12:17 -07:00 |
|
vn_query_pool.c
|
venus: set lvp queries as saturate on overflow
|
2023-10-19 23:28:01 +00:00 |
|
vn_query_pool.h
|
venus: ensure consistency of query overflow behavior
|
2023-07-12 21:18:06 +00:00 |
|
vn_queue.c
|
venus: Do not submit batch manually when no feedback is required
|
2023-11-27 19:53:09 +00:00 |
|
vn_queue.h
|
venus: drop device, family, index, flags tracking from vn_queue
|
2023-09-18 22:33:49 +00:00 |
|
vn_render_pass.c
|
venus: Use VkImageAspectFlags in vn_subpass
|
2023-10-18 12:12:17 -07:00 |
|
vn_render_pass.h
|
venus: Use VkImageAspectFlags in vn_subpass
|
2023-10-18 12:12:17 -07:00 |
|
vn_renderer.h
|
venus: Delete vn_renderer_info::has_cache_management
|
2023-03-30 09:55:39 +00:00 |
|
vn_renderer_internal.c
|
venus: add some trace points
|
2021-12-16 19:27:56 +00:00 |
|
vn_renderer_internal.h
|
venus: cache shmems
|
2021-12-15 19:02:29 +00:00 |
|
vn_renderer_util.c
|
venus: move exp feature init back to ring and remove unused function
|
2023-04-10 18:59:40 +00:00 |
|
vn_renderer_util.h
|
venus: move exp feature init back to ring and remove unused function
|
2023-04-10 18:59:40 +00:00 |
|
vn_renderer_virtgpu.c
|
venus: Add use_guest_vram capset to enable guest-based blob alloc
|
2023-11-06 18:33:15 +00:00 |
|
vn_renderer_vtest.c
|
venus: Delete vn_renderer_info::has_cache_management
|
2023-03-30 09:55:39 +00:00 |
|
vn_ring.c
|
venus: Fix -Wmaybe-uninitialized
|
2023-10-19 22:19:00 +00:00 |
|
vn_ring.h
|
venus: check and configure new ringMonitoring feature
|
2023-03-24 23:27:53 +00:00 |
|
vn_wsi.c
|
venus: strip ALIAS_BIT for WSI image creation on ANV
|
2023-12-05 23:55:05 +00:00 |
|
vn_wsi.h
|
venus: remove redundant abstractions for wsi struct search
|
2023-02-28 04:56:14 +00:00 |