Skip to content
Snippets Groups Projects
Commit e44b35b3 authored by Lina Versace's avatar Lina Versace
Browse files

anv/TODO: Updates for VK_EXT_image_drm_format_modifier

parent 944e6100
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment