diff options
author | Jason Ekstrand <[email protected]> | 2018-07-11 16:03:36 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-07-12 08:28:04 -0700 |
commit | bc15d74529e383df8db32882fafb29f82576c1fb (patch) | |
tree | 52a0ee3f4a133a2da1664b2fba23be63aa20d8f7 /docs | |
parent | 686e140ce05f233a8ad569b49b63c1711c13e034 (diff) |
docs/features: Mark some Vulkan extensions as done
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/features.txt b/docs/features.txt index 81fe8d0e751..0705ff9974b 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -359,23 +359,23 @@ Khronos extensions that are not part of any Vulkan version: VK_KHR_android_surface not started VK_KHR_dedicated_allocation DONE (anv, radv) VK_KHR_descriptor_update_template DONE (anv, radv) - VK_KHR_display not started - VK_KHR_display_swapchain not started - VK_KHR_external_fence not started - VK_KHR_external_fence_capabilities not started - VK_KHR_external_fence_fd not started + VK_KHR_display DONE (anv, radv) + VK_KHR_display_swapchain DONE (anv, radv) + VK_KHR_external_fence DONE (anv, radv) + VK_KHR_external_fence_capabilities DONE (anv, radv) + VK_KHR_external_fence_fd DONE (anv, radv) VK_KHR_external_fence_win32 not started VK_KHR_external_memory DONE (anv, radv) VK_KHR_external_memory_capabilities DONE (anv, radv) VK_KHR_external_memory_fd DONE (anv, radv) VK_KHR_external_memory_win32 not started - VK_KHR_external_semaphore DONE (radv) - VK_KHR_external_semaphore_capabilities DONE (radv) - VK_KHR_external_semaphore_fd DONE (radv) + VK_KHR_external_semaphore DONE (anv, radv) + VK_KHR_external_semaphore_capabilities DONE (anv, radv) + VK_KHR_external_semaphore_fd DONE (anv, radv) VK_KHR_external_semaphore_win32 not started VK_KHR_get_memory_requirements2 DONE (anv, radv) VK_KHR_get_physical_device_properties2 DONE (anv, radv) - VK_KHR_get_surface_capabilities2 DONE (anv) + VK_KHR_get_surface_capabilities2 DONE (anv, radv) VK_KHR_incremental_present DONE (anv, radv) VK_KHR_maintenance1 DONE (anv, radv) VK_KHR_mir_surface not started |