vulkan/wsi/x11: correct DRI3 version in comment
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 13 Mar 2018 11:29:52 +0000 (11:29 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 16 Mar 2018 13:47:52 +0000 (13:47 +0000)
During development the version was bumped, yet the comment did not get
an update.

Fixes: c80c08e2260 ("vulkan/wsi/x11: Add support for DRI3 v1.2")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
src/vulkan/wsi/wsi_common_x11.c

index e7a7da19285908041abf966b310aa20f91fabcd2..0667aa1dbc96f27dd921fa975cfa7022f56048ea 100644 (file)
@@ -1047,7 +1047,7 @@ x11_image_init(VkDevice device_h, struct x11_swapchain *chain,
    image->pixmap = xcb_generate_id(chain->conn);
 
    if (image->base.drm_modifier != DRM_FORMAT_MOD_INVALID) {
-      /* If the image has a modifier, we must have DRI3 v1.1. */
+      /* If the image has a modifier, we must have DRI3 v1.2. */
       assert(chain->has_dri3_modifiers);
 
       cookie =