mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 23:48:18 +02:00
zink: disable implicit sync handling for qcom proprietary
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41710>
This commit is contained in:
parent
8735aa72a1
commit
65b75137b4
1 changed files with 1 additions and 0 deletions
|
|
@ -2907,6 +2907,7 @@ init_driver_workarounds(struct zink_screen *screen)
|
|||
case VK_DRIVER_ID_MESA_V3DV:
|
||||
case VK_DRIVER_ID_MESA_PANVK:
|
||||
case VK_DRIVER_ID_MESA_NVK:
|
||||
case VK_DRIVER_ID_QUALCOMM_PROPRIETARY:
|
||||
screen->driver_workarounds.implicit_sync = false;
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue