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

Author: Lionel Landwerlin <[email protected]>
Date:   Mon Mar 13 13:59:07 2023 +0200

docs: update Anv features support

Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Ivan Briano <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21870>

---

 docs/features.txt | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/docs/features.txt b/docs/features.txt
index badec84db6a..bf3a3d6fde1 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -499,7 +499,7 @@ Vulkan 1.3 -- all DONE: anv, radv, tu, lvp, vn
 
 Khronos extensions that are not part of any Vulkan version:
 
-  VK_KHR_acceleration_structure                         DONE (radv/gfx10.3+)
+  VK_KHR_acceleration_structure                         DONE (anv/gfx12.5+, 
radv/gfx10.3+)
   VK_KHR_android_surface                                not started
   VK_KHR_deferred_host_operations                       DONE (anv, radv)
   VK_KHR_display                                        DONE (anv, pvr, radv, 
tu, v3dv)
@@ -517,12 +517,12 @@ 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, tu)
+  VK_KHR_pipeline_library                               DONE (anv, 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+)
-  VK_KHR_ray_tracing_maintenance1                       DONE (radv/gfx10.3+)
-  VK_KHR_ray_tracing_pipeline                           in progress
+  VK_KHR_ray_query                                      DONE (anv/gfx12.5+, 
radv/gfx10.3+)
+  VK_KHR_ray_tracing_maintenance1                       DONE (anv/gfx12.5+, 
radv/gfx10.3+)
+  VK_KHR_ray_tracing_pipeline                           DONE (anv/gfx12.5+)
   VK_KHR_shader_clock                                   DONE (anv, lvp, radv)
   VK_KHR_shader_subgroup_uniform_control_flow           DONE (anv, radv)
   VK_KHR_shared_presentable_image                       not started
@@ -561,19 +561,20 @@ Khronos extensions that are not part of any Vulkan 
version:
   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+)
+  VK_EXT_image_sliced_view_of_3d                        DONE (anv, radv/gfx10+)
   VK_EXT_image_view_min_lod                             DONE (anv, radv, tu, 
vn)
   VK_EXT_index_type_uint8                               DONE (anv, lvp, panvk, 
radv/gfx8+, v3dv, tu, vn)
   VK_EXT_line_rasterization                             DONE (anv, lvp, radv, 
tu, v3dv, vn)
   VK_EXT_load_store_op_none                             DONE (anv, radv, tu, 
v3dv)
   VK_EXT_memory_budget                                  DONE (anv, radv, tu, 
v3dv)
   VK_EXT_memory_priority                                DONE (radv)
+  VK_EXT_mesh_shader                                    DONE (anv/gfx12.5+, 
radv)
   VK_EXT_multi_draw                                     DONE (anv, lvp, radv, 
tu, vn)
   VK_EXT_multisampled_render_to_single_sampled          DONE (lvp)
   VK_EXT_non_seamless_cube_map                          DONE (anv, lvp, radv, 
tu)
   VK_EXT_pci_bus_info                                   DONE (anv, radv, vn)
   VK_EXT_physical_device_drm                            DONE (anv, radv, tu, 
v3dv, vn)
-  VK_EXT_pipeline_library_group_handles                 DONE (radv)
+  VK_EXT_pipeline_library_group_handles                 DONE (anv, radv)
   VK_EXT_pipeline_robustness                            DONE (v3dv)
   VK_EXT_post_depth_coverage                            DONE (anv/gfx10+, lvp, 
radv/gfx10+)
   VK_EXT_primitive_topology_list_restart                DONE (anv, lvp, radv, 
tu, v3dv, vn)

Reply via email to