mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
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:
parent
36115d2674
commit
6420be4488
2 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue