mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
zink: remove the workaround for depth_clip_enable on turnip
Signed-off-by: Hyunjun Ko <zzoon@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17248>
This commit is contained in:
parent
f4b72fa26d
commit
6d145df51f
1 changed files with 0 additions and 2 deletions
|
|
@ -2089,8 +2089,6 @@ init_driver_workarounds(struct zink_screen *screen)
|
|||
if (screen->info.driver_props.driverID == VK_DRIVER_ID_MESA_TURNIP) {
|
||||
/* #6602 */
|
||||
screen->info.have_EXT_primitives_generated_query = false;
|
||||
/* #6732 */
|
||||
screen->info.have_EXT_depth_clip_enable = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue