mesa/src/vulkan/runtime
Jason Ekstrand 7b19c9d19b vulkan/device: Log the timeline mode when lost
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13427>
2021-11-16 10:54:27 -06:00
..
meson.build vulkan: Add a common implementation of VkSemaphore 2021-11-16 10:54:27 -06:00
vk_cmd_copy.c
vk_command_buffer.c
vk_command_buffer.h
vk_debug_report.c
vk_debug_report.h
vk_debug_utils.c
vk_debug_utils.h
vk_deferred_operation.c
vk_deferred_operation.h
vk_descriptors.c
vk_descriptors.h
vk_device.c vulkan/device: Log the timeline mode when lost 2021-11-16 10:54:27 -06:00
vk_device.h vulkan: Add common implementations of vkQueueSubmit and vkQueueWaitIdle 2021-11-16 10:54:27 -06:00
vk_drm_syncobj.c vulkan: Add a common vk_drm_syncobj struct 2021-11-16 10:02:08 -06:00
vk_drm_syncobj.h vulkan: Add a common vk_drm_syncobj struct 2021-11-16 10:02:08 -06:00
vk_fence.c vulkan: Add common implementations of vkQueueSubmit and vkQueueWaitIdle 2021-11-16 10:54:27 -06:00
vk_fence.h vulkan: Add a common implementation of VkFence 2021-11-16 10:02:08 -06:00
vk_image.c vulkan/util: Handle depth-only formats in vk_att_ref_stencil_layout 2021-11-11 17:17:16 +00:00
vk_image.h vulkan/util: Handle depth-only formats in vk_att_ref_stencil_layout 2021-11-11 17:17:16 +00:00
vk_instance.c
vk_instance.h
vk_log.c
vk_log.h
vk_object.c
vk_object.h
vk_physical_device.c
vk_physical_device.h vulkan: Add a common implementation of VkFence 2021-11-16 10:02:08 -06:00
vk_physical_device_features.py
vk_queue.c vulkan: Add common implementations of vkQueueSubmit and vkQueueWaitIdle 2021-11-16 10:54:27 -06:00
vk_queue.h vulkan: Add common implementations of vkQueueSubmit and vkQueueWaitIdle 2021-11-16 10:54:27 -06:00
vk_render_pass.c
vk_semaphore.c vulkan: Add common implementations of vkQueueSubmit and vkQueueWaitIdle 2021-11-16 10:54:27 -06:00
vk_semaphore.h vulkan: Add a common implementation of VkSemaphore 2021-11-16 10:54:27 -06:00
vk_shader_module.c
vk_shader_module.h
vk_sync.c vulkan: Add a vk_sync base class 2021-11-16 10:02:08 -06:00
vk_sync.h vulkan: Add common implementations of vkQueueSubmit and vkQueueWaitIdle 2021-11-16 10:54:27 -06:00
vk_sync_timeline.c vulkan: Add an emulated timeline sync type 2021-11-16 10:02:08 -06:00
vk_sync_timeline.h vulkan: Add an emulated timeline sync type 2021-11-16 10:02:08 -06:00
vk_synchronization2.c