anv: Advertise VK_KHR_compute_shader_derivatives

This was promoted from VK_NV_compute_shader_derivatives.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30956>
This commit is contained in:
Caio Oliveira
2024-08-30 08:47:55 -07:00
committed by Marge Bot
parent eae637d83c
commit eb68e6e84c
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -506,6 +506,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_KHR_acceleration_structure DONE (anv/gfx12.5+, lvp, radv/gfx10.3+)
VK_KHR_android_surface not started
VK_KHR_calibrated_timestamps DONE (anv, nvk, radv)
VK_KHR_compute_shader_derivatives DONE (anv)
VK_KHR_cooperative_matrix DONE (anv, radv/gfx11+)
VK_KHR_deferred_host_operations DONE (anv, hasvk, lvp, radv)
VK_KHR_display DONE (anv, nvk, pvr, radv, tu, v3dv)
+1
View File
@@ -9,3 +9,4 @@ VK_KHR_dynamic_rendering_local_read on nvk
GL_ARB_timer_query on Panfrost
GL_EXT_disjoint_timer_query on Panfrost
VK_KHR_pipeline_binary on RADV
VK_KHR_compute_shader_derivatives on anv