[Mesa-dev] [PATCH 1/3] docs/features: Mark some Vulkan extensions as done

Bas Nieuwenhuizen bas at basnieuwenhuizen.nl
Thu Jul 12 09:43:42 UTC 2018


Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>

On Thu, Jul 12, 2018 at 1:03 AM, Jason Ekstrand <jason at jlekstrand.net> wrote:
> ---
>  docs/features.txt | 18 +++++++++---------
>  1 file 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
> --
> 2.17.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list