diff options
author | Chad Versace <[email protected]> | 2017-11-06 18:37:39 -0800 |
---|---|---|
committer | Chad Versace <[email protected]> | 2017-11-07 06:14:17 -0800 |
commit | e44b35b37e2e64eef222aca249b4025801de5706 (patch) | |
tree | 3454bed3bd031158e48f1ee99a197c2cd48eb838 | |
parent | 944e61008a5ba1f601760cb9332981adc670a319 (diff) |
anv/TODO: Updates for VK_EXT_image_drm_format_modifierchadv/review/anv-dma-buf-v01
-rw-r--r-- | src/intel/vulkan/TODO | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO index b4da05de2b1..cbba600a34e 100644 --- a/src/intel/vulkan/TODO +++ b/src/intel/vulkan/TODO @@ -11,3 +11,19 @@ Performance: - Pushing pieces of UBOs? - Enable guardband clipping - Use soft-pin to avoid relocations + +VK_EXT_image_drm_format_modifiers: + [-] Modifiers + [x] DRM_FORMAT_MOD_LINEAR + [x] I915_FORMAT_MOD_X_TILED + [x] I915_FORMAT_MOD_Y_TILED + [ ] I915_FORMAT_MOD_Y_TILED_CCS + [x] vkGetPhysicalDeviceFormatProperties2KHR + [x] vkGetPhysicalDeviceImageFormatProperties2KHR + [x] vkCreateImage + [x] VkImageDrmFormatModifierListCreateInfoEXT + [x] VkImageExplicitDrmFormatModifierEXT + [ ] Resolve CCS on foreign queue transition + [x] vkGetImageDrmFormatModifierEXT + [x] vkGetImageSubresouceLayout + [x] Kill vkCreateImageDmaBufINTEL |