mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
radv: update the list of allowed Android extensions
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4985>
This commit is contained in:
parent
021270cb31
commit
8c6350d2bb
1 changed files with 13 additions and 0 deletions
|
|
@ -309,18 +309,23 @@ allowed_android_version = {
|
|||
"VK_KHR_external_semaphore_capabilities": 28,
|
||||
"VK_KHR_external_fence_capabilities": 28,
|
||||
"VK_KHR_device_group_creation": 28,
|
||||
"VK_KHR_get_display_properties2": 29,
|
||||
"VK_KHR_surface_protected_capabilities": 29,
|
||||
|
||||
# Allowed Device KHR Extensions
|
||||
"VK_KHR_swapchain": 26,
|
||||
"VK_KHR_display_swapchain": 26,
|
||||
"VK_KHR_sampler_mirror_clamp_to_edge": 26,
|
||||
"VK_KHR_shader_draw_parameters": 26,
|
||||
"VK_KHR_shader_float_controls": 29,
|
||||
"VK_KHR_shader_float16_int8": 29,
|
||||
"VK_KHR_maintenance1": 26,
|
||||
"VK_KHR_push_descriptor": 26,
|
||||
"VK_KHR_descriptor_update_template": 26,
|
||||
"VK_KHR_incremental_present": 26,
|
||||
"VK_KHR_shared_presentable_image": 26,
|
||||
"VK_KHR_storage_buffer_storage_class": 28,
|
||||
"VK_KHR_8bit_storage": 29,
|
||||
"VK_KHR_16bit_storage": 28,
|
||||
"VK_KHR_get_memory_requirements2": 28,
|
||||
"VK_KHR_external_memory": 28,
|
||||
|
|
@ -343,8 +348,16 @@ allowed_android_version = {
|
|||
"VK_KHR_device_group": 28,
|
||||
"VK_KHR_multiview": 28,
|
||||
"VK_KHR_maintenance3": 28,
|
||||
"VK_KHR_draw_indirect_count": 28,
|
||||
"VK_KHR_create_renderpass2": 28,
|
||||
"VK_KHR_depth_stencil_resolve": 29,
|
||||
"VK_KHR_driver_properties": 28,
|
||||
"VK_KHR_swapchain_mutable_format": 29,
|
||||
"VK_KHR_shader_atomic_int64": 29,
|
||||
"VK_KHR_vulkan_memory_model": 29,
|
||||
|
||||
"VK_GOOGLE_display_timing": 26,
|
||||
"VK_ANDROID_native_buffer": 26,
|
||||
"VK_ANDROID_external_memory_android_hardware_buffer": 28,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue