hk: advertise maintenance8

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34426>
This commit is contained in:
Alyssa Rosenzweig 2025-04-06 14:13:35 -04:00 committed by Marge Bot
parent ab8adb8438
commit 1dc90e3f8b

View file

@ -89,6 +89,7 @@ hk_get_device_extensions(const struct hk_instance *instance,
.KHR_maintenance5 = true,
.KHR_maintenance6 = true,
.KHR_maintenance7 = true,
.KHR_maintenance8 = true,
.KHR_map_memory2 = true,
.KHR_multiview = true,
.KHR_pipeline_executable_properties = true,
@ -396,6 +397,9 @@ hk_get_device_features(
/* VK_KHR_maintenance7 */
.maintenance7 = true,
/* VK_KHR_maintenance8 */
.maintenance8 = true,
/* VK_KHR_pipeline_executable_properties */
.pipelineExecutableInfo = true,