mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 12:50:35 +01:00
zink: remove adreno from broken_cache_semantics driver workaround
the proprietary driver was never affected by this, and turnip should no longer be affected after some recent MRs Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29174>
This commit is contained in:
parent
dc604f340a
commit
cb7b1a8d23
1 changed files with 0 additions and 10 deletions
|
|
@ -3014,16 +3014,6 @@ init_driver_workarounds(struct zink_screen *screen)
|
|||
else if (zink_debug & ZINK_DEBUG_NORP)
|
||||
screen->driver_workarounds.track_renderpasses = false;
|
||||
|
||||
/* these drivers can't optimize non-overlapping copy ops */
|
||||
switch (screen->info.driver_props.driverID) {
|
||||
case VK_DRIVER_ID_MESA_TURNIP:
|
||||
case VK_DRIVER_ID_QUALCOMM_PROPRIETARY:
|
||||
screen->driver_workarounds.broken_cache_semantics = true;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
/* these drivers can successfully do INVALID <-> LINEAR dri3 modifier swap */
|
||||
switch (screen->info.driver_props.driverID) {
|
||||
case VK_DRIVER_ID_MESA_TURNIP:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue