From 3678509c33dcf3f2fa4396cefd022dec89621a28 Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Fri, 26 Jul 2019 13:24:41 -0700 Subject: FINISHME: anv: Fix VkPhysicalDeviceExternalImageFormatInfo for VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT --- src/intel/vulkan/anv_formats.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/intel') diff --git a/src/intel/vulkan/anv_formats.c b/src/intel/vulkan/anv_formats.c index eaf11ad108e..1caa5844c42 100644 --- a/src/intel/vulkan/anv_formats.c +++ b/src/intel/vulkan/anv_formats.c @@ -1222,6 +1222,9 @@ VkResult anv_GetPhysicalDeviceImageFormatProperties2( * If handleType is 0, vkGetPhysicalDeviceImageFormatProperties2 will * behave as if VkPhysicalDeviceExternalImageFormatInfo was not * present and VkExternalImageFormatProperties will be ignored. + * + * FINISHME(VK_EXT_image_drm_format_modifier): Consider impact of + * VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT on external handles. */ if (external_info && external_info->handleType != 0) { switch (external_info->handleType) { -- cgit v1.2.3