nv2a: Add SHADOWCTL to shader dirty test

This commit is contained in:
Matt Borgerson 2022-05-17 17:09:18 -07:00 committed by mborgerson
parent a1f34c339a
commit 2c1012ede4
1 changed files with 1 additions and 0 deletions

View File

@ -4155,6 +4155,7 @@ static bool pgraph_bind_shaders_test_dirty(PGRAPHState *pg)
#define DIRTY_REGS \
CR_1(NV_PGRAPH_COMBINECTL) \
CR_1(NV_PGRAPH_SHADERCTL) \
CR_1(NV_PGRAPH_SHADOWCTL) \
CR_1(NV_PGRAPH_COMBINESPECFOG0) \
CR_1(NV_PGRAPH_COMBINESPECFOG1) \
CR_1(NV_PGRAPH_CONTROL_0) \