lavapipe: enable KHR_image_format_list
Needed for DXVK. Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10027>
This commit is contained in:
+1
-1
@@ -453,7 +453,7 @@ Vulkan 1.2 -- all DONE: anv
|
||||
VK_KHR_depth_stencil_resolve DONE (anv, radv, tu)
|
||||
VK_KHR_draw_indirect_count DONE (anv, lvp, radv, tu)
|
||||
VK_KHR_driver_properties DONE (anv, lvp, radv)
|
||||
VK_KHR_image_format_list DONE (anv, radv, tu)
|
||||
VK_KHR_image_format_list DONE (anv, lvp, radv, tu)
|
||||
VK_KHR_imageless_framebuffer DONE (anv, radv)
|
||||
VK_KHR_sampler_mirror_clamp_to_edge DONE (anv, lvp, radv, tu)
|
||||
VK_KHR_separate_depth_stencil_layouts DONE (anv, radv)
|
||||
|
||||
@@ -106,6 +106,7 @@ static const struct vk_device_extension_table lvp_device_extensions_supported =
|
||||
#ifdef LVP_USE_WSI_PLATFORM
|
||||
.KHR_incremental_present = true,
|
||||
#endif
|
||||
.KHR_image_format_list = true,
|
||||
.KHR_maintenance1 = true,
|
||||
.KHR_maintenance2 = true,
|
||||
.KHR_maintenance3 = true,
|
||||
|
||||
Reference in New Issue
Block a user