zink: remove ANV depth clip control workaround
this was fixed a while ago and I forgot Acked-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16861>
This commit is contained in:
committed by
Marge Bot
parent
06859ba69c
commit
9683de9bc4
@@ -2070,10 +2070,6 @@ init_driver_workarounds(struct zink_screen *screen)
|
||||
if (screen->info.driver_props.driverID == VK_DRIVER_ID_AMD_PROPRIETARY)
|
||||
/* this completely breaks xfb somehow */
|
||||
screen->info.have_EXT_extended_dynamic_state2 = false;
|
||||
if (screen->info.driver_props.driverID == VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA) {
|
||||
/* #6186 */
|
||||
screen->driver_workarounds.depth_clip_control_missing = true;
|
||||
}
|
||||
}
|
||||
|
||||
static struct zink_screen *
|
||||
|
||||
Reference in New Issue
Block a user