hasvk: Update driver name in debug information

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21481>
This commit is contained in:
Caio Oliveira
2023-02-22 21:37:20 -08:00
committed by Marge Bot
parent ed76833705
commit fb2a6248d2
+1 -1
View File
@@ -2921,7 +2921,7 @@ VkResult anv_CreateDevice(
.bo = device->workaround_bo,
.offset = align(intel_debug_write_identifiers(device->workaround_bo->map,
device->workaround_bo->size,
"Anv") + 8, 8),
"hasvk") + 8, 8),
};
device->workarounds.doom64_images = NULL;