Module: Mesa Branch: main Commit: 7c5b242aec3d5b759dd3d3656ee918bcb8c2c2e2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c5b242aec3d5b759dd3d3656ee918bcb8c2c2e2
Author: Iago Toral Quiroga <[email protected]> Date: Thu May 5 10:18:06 2022 +0200 docs/features: flag VK_KHR_timeline_semaphore as implemented We got this implemented for v3dv when Jason ported the submit code to the common submit framework. Reviewed-by: Alejandro PiƱeiro <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16344> --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 19955a80c51..bed129f3b53 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -460,7 +460,7 @@ Vulkan 1.2 -- all DONE: anv, vn VK_KHR_shader_float_controls DONE (anv/gen8+, lvp, radv, tu, vn) VK_KHR_shader_subgroup_extended_types DONE (anv/gen8+, lvp, radv, tu, vn) VK_KHR_spirv_1_4 DONE (anv, lvp, radv, tu, vn) - VK_KHR_timeline_semaphore DONE (anv, lvp, radv, tu, vn) + VK_KHR_timeline_semaphore DONE (anv, lvp, radv, tu, v3dv, vn) VK_KHR_uniform_buffer_standard_layout DONE (anv, lvp, radv, tu, v3dv, vn) VK_KHR_vulkan_memory_model DONE (anv, lvp, radv, tu, vn) VK_EXT_descriptor_indexing DONE (anv/gen9+, radv, tu, vn)
