mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 09:10:32 +01: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> (cherry picked from commit9af6f25741)
This commit is contained in:
parent
fb60c63fb2
commit
13643adb51
2 changed files with 1 additions and 2 deletions
|
|
@ -3854,7 +3854,7 @@
|
|||
"description": "zink: disable always zs feedback loop on radv",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "56fb25806428506469982e35ee5076b981023c92",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -2416,7 +2416,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