docs/features.txt: mark VK_ANDROID_native_buffer as supported on v3dv

Fixes: 2686c5419d ("v3dv: add Android support")
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17767>
(cherry picked from commit d6986e95d7)
This commit is contained in:
Eric Engestrom 2022-07-27 14:33:21 +01:00 committed by Dylan Baker
parent efb4ef9837
commit bdee4ad4d9
2 changed files with 2 additions and 2 deletions

View file

@ -5107,7 +5107,7 @@
"description": "docs/features.txt: mark VK_ANDROID_native_buffer as supported on v3dv",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "2686c5419d67aab365c83647094a537a31a89085"
},

View file

@ -576,7 +576,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_vertex_input_dynamic_state DONE (lvp, radv)
VK_EXT_ycbcr_image_arrays DONE (anv, radv)
VK_ANDROID_external_memory_android_hardware_buffer DONE (anv, radv, vn)
VK_ANDROID_native_buffer DONE (anv, radv, tu, vn)
VK_ANDROID_native_buffer DONE (anv, radv, tu, v3dv, vn)
VK_GOOGLE_decorate_string DONE (anv, lvp, radv)
VK_GOOGLE_hlsl_functionality1 DONE (anv, lvp, radv)
VK_GOOGLE_user_type DONE (anv, radv)