panvk: advertise VK_EXT_image_drm_format_modifier

The extension is supported despite we only support
DRM_FORMAT_MOD_LINEAR.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31719>
This commit is contained in:
Chia-I Wu
2024-10-14 17:04:33 -07:00
committed by Marge Bot
parent b7bc7852d7
commit ea478efa2e
2 changed files with 2 additions and 1 deletions

View File

@@ -605,7 +605,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_host_image_copy DONE (nvk/Turing+)
VK_EXT_image_2d_view_of_3d DONE (anv, hasvk, lvp, nvk, radv, tu, vn)
VK_EXT_image_compression_control DONE (radv)
VK_EXT_image_drm_format_modifier DONE (anv, hasvk, nvk, radv/gfx9+, tu, v3dv, vn)
VK_EXT_image_drm_format_modifier DONE (anv, hasvk, nvk, panvk, radv/gfx9+, tu, v3dv, vn)
VK_EXT_image_sliced_view_of_3d DONE (anv, nvk, radv/gfx10+)
VK_EXT_image_view_min_lod DONE (anv, hasvk, nvk, radv, tu, vn)
VK_EXT_index_type_uint8 DONE (anv, hasvk, nvk, lvp, panvk, pvr, radv/gfx8+, tu, v3dv, vn)

View File

@@ -180,6 +180,7 @@ get_device_extensions(const struct panvk_physical_device *device,
.EXT_custom_border_color = true,
.EXT_external_memory_dma_buf = true,
.EXT_graphics_pipeline_library = true,
.EXT_image_drm_format_modifier = true,
.EXT_index_type_uint8 = true,
.EXT_physical_device_drm = true,
.EXT_pipeline_creation_cache_control = true,