Module: Mesa
Branch: main
Commit: afd5a95d61ef3caa9c1c0f2f15421f51c6bbe3ae
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=afd5a95d61ef3caa9c1c0f2f15421f51c6bbe3ae

Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Feb 27 11:27:14 2023 -0500

docs: add pipeline library support for tu

Acked-by: Connor Abbott <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21560>

---

 docs/features.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/features.txt b/docs/features.txt
index 0d550fcec26..f369a5f147c 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -517,7 +517,7 @@ Khronos extensions that are not part of any Vulkan version:
   VK_KHR_incremental_present                            DONE (anv, lvp, radv, 
tu, v3dv, vn)
   VK_KHR_performance_query                              DONE (anv/gen8+, 
radv/gfx10.3+, tu, v3dv)
   VK_KHR_pipeline_executable_properties                 DONE (anv, radv, tu, 
v3dv)
-  VK_KHR_pipeline_library                               DONE (lvp, radv)
+  VK_KHR_pipeline_library                               DONE (lvp, radv, tu)
   VK_KHR_present_wait                                   DONE (anv, radv, tu, 
x11/display)
   VK_KHR_push_descriptor                                DONE (anv, lvp, radv, 
tu, vn)
   VK_KHR_ray_query                                      DONE (radv/gfx10.3+)
@@ -558,7 +558,7 @@ Khronos extensions that are not part of any Vulkan version:
   VK_EXT_fragment_shader_interlock                      DONE (anv/gen9+)
   VK_EXT_global_priority                                DONE (anv, radv, tu)
   VK_EXT_global_priority_query                          DONE (anv, radv, tu)
-  VK_EXT_graphics_pipeline_library                      DONE (lvp)
+  VK_EXT_graphics_pipeline_library                      DONE (lvp, tu)
   VK_EXT_image_2d_view_of_3d                            DONE (anv, radv, tu, 
lvp)
   VK_EXT_image_drm_format_modifier                      DONE (anv, radv/gfx9+, 
tu, v3dv, vn)
   VK_EXT_image_sliced_view_of_3d                        DONE (radv/gfx10+)

Reply via email to