mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-13 08:48:38 +02:00
TEST: Enabling TimelineSemaphores for QCOM and Turnip
This commit is contained in:
parent
ccafe0ed91
commit
3cd33fce44
1 changed files with 0 additions and 7 deletions
|
|
@ -1018,13 +1018,6 @@ bool Device::ShouldBoostClocks() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Device::HasTimelineSemaphore() const {
|
bool Device::HasTimelineSemaphore() const {
|
||||||
if (GetDriverID() == VK_DRIVER_ID_QUALCOMM_PROPRIETARY ||
|
|
||||||
GetDriverID() == VK_DRIVER_ID_MESA_TURNIP) {
|
|
||||||
// Timeline semaphores do not work properly on all Qualcomm drivers.
|
|
||||||
// They generally work properly with Turnip drivers, but are problematic on some devices
|
|
||||||
// (e.g. ZTE handsets with Snapdragon 870).
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return features.timeline_semaphore.timelineSemaphore;
|
return features.timeline_semaphore.timelineSemaphore;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue