From 8c4d15d57eead51e3385af7cad8e66c368337ef4 Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Mon, 10 Aug 2020 13:20:40 +0100 Subject: [PATCH] docs/features: update unpromoted Vulkan extensions Signed-off-by: Rhys Perry Reviewed-by: Adam Jackson Part-of: --- docs/features.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index 7929913..7a64393 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -448,6 +448,7 @@ Khronos extensions that are not part of any Vulkan version: VK_KHR_8bit_storage DONE (anv/gen8+, radv) VK_KHR_android_surface not started + VK_KHR_buffer_device_address DONE (anv/gen8+, radv) VK_KHR_create_renderpass2 DONE (anv, radv) VK_KHR_depth_stencil_resolve DONE (anv, radv) VK_KHR_display DONE (anv, radv) @@ -466,20 +467,26 @@ Khronos extensions that are not part of any Vulkan version: VK_KHR_imageless_framebuffer DONE (anv, radv) VK_KHR_incremental_present DONE (anv, radv) VK_KHR_mir_surface not started + VK_KHR_performance_query DONE (anv/gen8+) VK_KHR_pipeline_executable_properties DONE (anv, radv) VK_KHR_push_descriptor DONE (anv, radv) VK_KHR_sampler_mirror_clamp_to_edge DONE (anv, radv) VK_KHR_shader_atomic_int64 DONE (anv, radv) + VK_KHR_shader_clock DONE (anv, radv) VK_KHR_shader_float16_int8 DONE (anv/gen8+, radv) VK_KHR_shader_float_controls DONE (anv/gen8+, radv) - VK_KHR_shader_subgroup_extended_types DONE (radv) + VK_KHR_shader_non_semantic_info DONE (anv, radv) + VK_KHR_shader_subgroup_extended_types DONE (anv/gen8+, radv) VK_KHR_shared_presentable_image not started + VK_KHR_separate_depth_stencil_layouts DONE (anv, radv) + VK_KHR_spirv_1_4 DONE (anv, radv) VK_KHR_surface DONE (anv, radv) VK_KHR_surface_protected_capabilities DONE (anv, radv) VK_KHR_swapchain DONE (anv, radv) VK_KHR_swapchain_mutable_format DONE (anv, radv) + VK_KHR_timeline_semaphore DONE (anv, radv) VK_KHR_uniform_buffer_standard_layout DONE (anv, radv) - VK_KHR_vulkan_memory_model not started + VK_KHR_vulkan_memory_model DONE (anv, radv) VK_KHR_wayland_surface DONE (anv, radv) VK_KHR_win32_keyed_mutex not started VK_KHR_win32_surface not started -- 2.7.4