From 5ffed2a2991fc13ab6cd4846f11a802ab69de24f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 25 Feb 2022 00:26:12 -0500 Subject: [PATCH] features: VK_EXT_depth_clip_control for lavapipe Part-of: --- docs/features.txt | 1 + docs/relnotes/new_features.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/features.txt b/docs/features.txt index e2704b5dcaa..52b4b834bce 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -537,6 +537,7 @@ Khronos extensions that are not part of any Vulkan version: VK_EXT_custom_border_color DONE (anv, lvp, radv, tu, v3dv) VK_EXT_debug_marker DONE (radv) VK_EXT_depth_clip_enable DONE (anv, lvp, radv, tu) + VK_EXT_depth_clip_control DONE (lvp) VK_EXT_depth_range_unrestricted DONE (radv) VK_EXT_discard_rectangles DONE (radv) VK_EXT_display_control DONE (anv, tu) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 11393c35c67..efa525c0e53 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -1,2 +1,3 @@ d3d12 GL4.2 GL_NV_pack_subimage +lavapipe VK_EXT_depth_clip_control