update parallel rdp

This commit is contained in:
Logan McNaughton
2024-10-07 14:28:40 +02:00
parent 3495fa8e43
commit 97928b2e87
3 changed files with 12 additions and 1 deletions
@@ -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)
{