mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
zink: disable always zs feedback loop on radv
this shouldn't have been enabled
Fixes: 56fb258064 ("zink: replace mixed_zs with zs feedback loops")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22946>
This commit is contained in:
parent
b2d636b275
commit
9af6f25741
1 changed files with 0 additions and 1 deletions
|
|
@ -2511,7 +2511,6 @@ init_driver_workarounds(struct zink_screen *screen)
|
|||
}
|
||||
/* these drivers don't use VK_PIPELINE_CREATE_DEPTH_STENCIL_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT, so it can always be set */
|
||||
switch (screen->info.driver_props.driverID) {
|
||||
case VK_DRIVER_ID_MESA_RADV:
|
||||
case VK_DRIVER_ID_MESA_LLVMPIPE:
|
||||
case VK_DRIVER_ID_MESA_VENUS:
|
||||
case VK_DRIVER_ID_NVIDIA_PROPRIETARY:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue