mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
Adds helper for tracking command buffers with device lost
... which was useful for debugging b/347288539. --gpu_mode=gfxstream_guest_angle \ --gpu_renderer_features=VulkanCommandBufferCheckpoints:enabled Reviewed-by: Aaron Ruby <aruby@blackberry.com> Acked-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
parent
e5d96bdbac
commit
7787569b96
1 changed files with 2 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ SUPPORTED_FEATURES = [
|
|||
"VK_EXT_metal_objects",
|
||||
"VK_KHR_external_semaphore_win32",
|
||||
"VK_KHR_external_memory_win32",
|
||||
"VK_NV_device_diagnostic_checkpoints",
|
||||
# Android
|
||||
"VK_ANDROID_native_buffer",
|
||||
"VK_ANDROID_external_memory_android_hardware_buffer",
|
||||
|
|
@ -169,6 +170,7 @@ SUPPORTED_MODULES = {
|
|||
"VK_KHR_android_surface": ["func_table"],
|
||||
"VK_EXT_swapchain_maintenance1" : HOST_MODULES,
|
||||
"VK_KHR_swapchain" : HOST_MODULES,
|
||||
"VK_NV_device_diagnostic_checkpoints": ["goldfish_vk_dispatch"],
|
||||
}
|
||||
|
||||
# These modules will be used when the feature is not supported.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue