panvk: expose EXT_depth_clip_enable

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31886>
This commit is contained in:
Erik Faye-Lund
2024-10-24 14:35:37 +02:00
parent e6174e6139
commit b63dab29f0
2 changed files with 2 additions and 1 deletions

View File

@@ -579,7 +579,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_depth_bias_control DONE (anv, nvk, radv)
VK_EXT_depth_clamp_control DONE (anv, hasvk, nvk, radv)
VK_EXT_depth_clip_control DONE (anv, hasvk, lvp, nvk, radv, tu, v3dv, vn)
VK_EXT_depth_clip_enable DONE (anv, hasvk, lvp, nvk, radv, tu, v3dv/vc7+, vn)
VK_EXT_depth_clip_enable DONE (anv, hasvk, lvp, nvk, panvk, radv, tu, v3dv/vc7+, vn)
VK_EXT_depth_range_unrestricted DONE (anv/gen20+, nvk, radv, lvp)
VK_EXT_descriptor_buffer DONE (anv, lvp, nvk, radv, tu)
VK_EXT_device_address_binding_report DONE (radv, tu)

View File

@@ -178,6 +178,7 @@ get_device_extensions(const struct panvk_physical_device *device,
.KHR_variable_pointers = true,
.EXT_buffer_device_address = true,
.EXT_custom_border_color = true,
.EXT_depth_clip_enable = true,
.EXT_external_memory_dma_buf = true,
.EXT_graphics_pipeline_library = true,
.EXT_image_drm_format_modifier = true,