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:
committed by
Marge Bot
parent
dc604f340a
commit
cb7b1a8d23
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user