mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 19:50:11 +01:00
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:
parent
06859ba69c
commit
9683de9bc4
1 changed files with 0 additions and 4 deletions
|
|
@ -2070,10 +2070,6 @@ init_driver_workarounds(struct zink_screen *screen)
|
||||||
if (screen->info.driver_props.driverID == VK_DRIVER_ID_AMD_PROPRIETARY)
|
if (screen->info.driver_props.driverID == VK_DRIVER_ID_AMD_PROPRIETARY)
|
||||||
/* this completely breaks xfb somehow */
|
/* this completely breaks xfb somehow */
|
||||||
screen->info.have_EXT_extended_dynamic_state2 = false;
|
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 *
|
static struct zink_screen *
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue