mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
anv: fix missing naming for dirty bit
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26247>
This commit is contained in:
parent
1a1747712c
commit
e517b1e095
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ anv_gfx_state_bit_to_str(enum anv_gfx_state_bits state)
|
|||
NAME(WM);
|
||||
NAME(WM_DEPTH_STENCIL);
|
||||
NAME(PMA_FIX);
|
||||
NAME(WA_18019816803);
|
||||
NAME(TBIMR_TILE_PASS_INFO);
|
||||
default: unreachable("invalid state");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue