mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
anv: enable VK_EXT_depth_range_unrestricted
Signed-off-by: Rohan Garg <rohan.garg@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26426>
This commit is contained in:
parent
80cafa3571
commit
8cfae77439
2 changed files with 2 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ Khronos extensions that are not part of any Vulkan version:
|
|||
VK_EXT_depth_bias_control DONE (anv, 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, vn)
|
||||
VK_EXT_depth_range_unrestricted DONE (radv, lvp)
|
||||
VK_EXT_depth_range_unrestricted DONE (anv/gen20+, radv, lvp)
|
||||
VK_EXT_descriptor_buffer DONE (lvp, radv, tu)
|
||||
VK_EXT_device_memory_report DONE (vn)
|
||||
VK_EXT_direct_mode_display DONE (anv, lvp, radv, tu, v3dv)
|
||||
|
|
|
|||
|
|
@ -322,6 +322,7 @@ get_device_extensions(const struct anv_physical_device *device,
|
|||
.EXT_depth_bias_control = true,
|
||||
.EXT_depth_clamp_zero_one = true,
|
||||
.EXT_depth_clip_control = true,
|
||||
.EXT_depth_range_unrestricted = device->info.ver >= 20,
|
||||
.EXT_depth_clip_enable = true,
|
||||
.EXT_descriptor_indexing = true,
|
||||
#ifdef VK_USE_PLATFORM_DISPLAY_KHR
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue