[Mesa-stable] [Mesa-dev] [PATCH 1/2] anv: advertise v6 of the wayland surface extension
Jason Ekstrand
jason at jlekstrand.net
Fri Jul 14 17:21:05 UTC 2017
Both are
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
On Fri, Jul 14, 2017 at 8:26 AM, Emil Velikov <emil.l.velikov at gmail.com>
wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> Jason updated the Khronos spec to explicitly state that Wayland surfaces
> must support VK_PRESENT_MODE_MAILBOX_KHR.
>
> ANV did so since day one (back in 2015)
>
> Cc: mesa-stable at lists.freedesktop.org
> Cc: Jason Ekstrand <jason.ekstrand at intel.com>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
> Jason, this will cause trivial conflict with your earlier series.
> ---
> src/intel/vulkan/anv_device.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
> index d3607deccfc..a794c89a1ab 100644
> --- a/src/intel/vulkan/anv_device.c
> +++ b/src/intel/vulkan/anv_device.c
> @@ -422,7 +422,7 @@ static const VkExtensionProperties global_extensions[]
> = {
> #ifdef VK_USE_PLATFORM_WAYLAND_KHR
> {
> .extensionName = VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME,
> - .specVersion = 5,
> + .specVersion = 6,
> },
> #endif
> #ifdef VK_USE_PLATFORM_XCB_KHR
> --
> 2.13.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-stable/attachments/20170714/b90664fb/attachment.html>
More information about the mesa-stable
mailing list