Merge commit '72efc678d1a4082b88a72cde9e4df2d42be734ab' into dev

This commit is contained in:
SimoneN64
2024-09-24 21:24:52 +02:00
4 changed files with 14 additions and 2 deletions

View File

@@ -889,6 +889,12 @@ void Device::init_workarounds()
LOGW("Disabling pipeline cache control.\n");
workarounds.broken_pipeline_cache_control = true;
}
else if (ext.driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY_KHR)
{
// Seems broken on this driver too. Compilation stutter galore ...
LOGW("Disabling pipeline cache control.\n");
workarounds.broken_pipeline_cache_control = true;
}
if (sync2_workarounds)
{