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>
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 =