venus: Disable sparse binding on lavapipe

Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29408>
This commit is contained in:
Konstantin Seurer
2024-06-22 18:39:02 +02:00
committed by Marge Bot
parent 6f28bf41f2
commit e6772654ac

View File

@@ -644,6 +644,10 @@ vn_physical_device_init_properties(struct vn_physical_device *physical_dev)
props->sharedImage = true;
#endif
/* TODO: Fix sparse binding on lavapipe. */
if (props->driverID == VK_DRIVER_ID_MESA_LLVMPIPE)
physical_dev->sparse_binding_disabled = true;
vn_physical_device_sanitize_properties(physical_dev);
}