mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 06:40:27 +01:00
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:
parent
e6174e6139
commit
b63dab29f0
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue