Mesa (main): docs/features: Add VK_KHR_acceleration_structure, VK_KHR_pipeline_library, VK_KHR_ray_query, VK_KHR_ray_tracing_pipeline.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Feb 2 08:10:11 UTC 2022


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

Author: Shmerl <shtetldik at gmail.com>
Date:   Sat Jan 29 21:08:09 2022 -0500

docs/features: Add VK_KHR_acceleration_structure, VK_KHR_pipeline_library, VK_KHR_ray_query, VK_KHR_ray_tracing_pipeline.

Closes: #5901
Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14796>

---

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

diff --git a/docs/features.txt b/docs/features.txt
index 62f84bee56a..198c5ff879d 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -494,6 +494,7 @@ Vulkan 1.3 -- all DONE: anv, radv
 
 Khronos extensions that are not part of any Vulkan version:
 
+  VK_KHR_acceleration_structure                         in progress
   VK_KHR_android_surface                                not started
   VK_KHR_deferred_host_operations                       DONE (anv, radv)
   VK_KHR_display                                        DONE (anv, lvp, radv, tu, v3dv)
@@ -510,7 +511,10 @@ 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+, tu)
   VK_KHR_pipeline_executable_properties                 DONE (anv, radv, tu)
+  VK_KHR_pipeline_library                               in progress
   VK_KHR_push_descriptor                                DONE (anv, lvp, radv, tu)
+  VK_KHR_ray_query                                      not started
+  VK_KHR_ray_tracing_pipeline                           in progress
   VK_KHR_shader_clock                                   DONE (anv, radv)
   VK_KHR_shader_integer_dot_product                     DONE (anv, radv, tu)
   VK_KHR_shader_subgroup_uniform_control_flow           DONE (anv, radv)



More information about the mesa-commit mailing list