nvk: Advertise VK_KHR_synchronization2

We've already got everything, we just need to turn it on.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9657
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26245>
This commit is contained in:
Faith Ekstrand
2023-11-16 18:46:12 -06:00
committed by Marge Bot
parent 7f6d3b82c8
commit cd543c94fd
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -91,6 +91,7 @@ nvk_get_device_extensions(const struct nv_device_info *info,
.KHR_swapchain = true,
.KHR_swapchain_mutable_format = true,
#endif
.KHR_synchronization2 = true,
.KHR_uniform_buffer_standard_layout = true,
.KHR_variable_pointers = true,
.KHR_workgroup_memory_explicit_layout = true,
@@ -249,6 +250,7 @@ nvk_get_device_features(const struct nv_device_info *info,
.privateData = true,
.shaderDemoteToHelperInvocation = true,
.shaderTerminateInvocation = true,
.synchronization2 = true,
.dynamicRendering = true,
.maintenance4 = true,