mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 06:38:19 +02:00
tu: Fix TU_CMD_DIRTY_DRAW_STATE value collision
Fixes: 789e765161 ("turnip, ir3: Use shader for vertex input count")
Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41855>
This commit is contained in:
parent
dea444f80f
commit
6de00252ff
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ enum tu_cmd_dirty_bits
|
|||
TU_CMD_DIRTY_VS = BIT(18),
|
||||
|
||||
/* all draw states were disabled and need to be re-enabled: */
|
||||
TU_CMD_DIRTY_DRAW_STATE = BIT(18)
|
||||
TU_CMD_DIRTY_DRAW_STATE = BIT(19)
|
||||
};
|
||||
|
||||
/* There are only three cache domains we have to care about: the CCU, or
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue