mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-03 17:38:25 +02:00
tu: Change of disable_fs state should force depth state recalculation
tu6_build_depth_plane_z_mode depends on state.disable_fs.
Fixes: be481e6615 ("tu: Disable FS in certain cases even if FS is not empty")
Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41856>
This commit is contained in:
parent
930f7f4a1b
commit
727a30f4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -8307,7 +8307,7 @@ tu6_draw_common(struct tu_cmd_buffer *cmd,
|
|||
}
|
||||
|
||||
bool dirty_lrz =
|
||||
(dirty & TU_CMD_DIRTY_LRZ) ||
|
||||
(dirty & (TU_CMD_DIRTY_LRZ | TU_CMD_DIRTY_DISABLE_FS)) ||
|
||||
BITSET_TEST(cmd->vk.dynamic_graphics_state.dirty,
|
||||
MESA_VK_DYNAMIC_DS_DEPTH_TEST_ENABLE) ||
|
||||
BITSET_TEST(cmd->vk.dynamic_graphics_state.dirty,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue