mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
vulkan: update ALLOWED_ANDROID_VERSION for api level 36
Reviewed-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38988>
This commit is contained in:
parent
dfdaee5ca7
commit
962bed2dd6
1 changed files with 9 additions and 0 deletions
|
|
@ -382,6 +382,15 @@ ALLOWED_ANDROID_VERSION = {
|
|||
# "VK_KHR_video_encode_queue": 35,
|
||||
# "VK_KHR_video_maintenance1": 35,
|
||||
|
||||
# on android16-tests-release
|
||||
"VK_KHR_compute_shader_derivatives": 36,
|
||||
"VK_KHR_maintenance7": 36,
|
||||
"VK_KHR_pipeline_binary": 36,
|
||||
"VK_KHR_shader_relaxed_extended_instruction": 36,
|
||||
# blocked by testVulkanBlockedExtensions
|
||||
# "VK_KHR_video_encode_av1": 36,
|
||||
# "VK_KHR_video_encode_quantization_map": 36,
|
||||
|
||||
# testNoUnknownExtensions on oreo-cts-release
|
||||
"VK_GOOGLE_display_timing": 26,
|
||||
# on pie-cts-release
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue