tu: Expose VK_KHR_maintenance8

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33780>
This commit is contained in:
Connor Abbott
2025-02-19 13:42:35 -05:00
committed by Marge Bot
parent 824cc0e933
commit f244d54953
+4
View File
@@ -197,6 +197,7 @@ get_device_extensions(const struct tu_physical_device *device,
.KHR_maintenance5 = true,
.KHR_maintenance6 = true,
.KHR_maintenance7 = true,
.KHR_maintenance8 = true,
.KHR_map_memory2 = true,
.KHR_multiview = TU_DEBUG(NOCONFORM) ? true : device->info->a6xx.has_hw_multiview,
.KHR_performance_query = TU_DEBUG(PERFC) || TU_DEBUG(PERFCRAW),
@@ -520,6 +521,9 @@ tu_get_features(struct tu_physical_device *pdevice,
/* VK_KHR_maintenance7 */
features->maintenance7 = true;
/* VK_KHR_maintenance8 */
features->maintenance8 = true;
/* VK_KHR_performance_query */
features->performanceCounterQueryPools = true;
features->performanceCounterMultipleQueryPools = false;