nv2a/vk: Add regs control_{0,3}, setupraster to shader dirty test

This commit is contained in:
Matt Borgerson 2024-11-14 01:34:16 -07:00 committed by mborgerson
parent 4cd4153937
commit 7afeda5da0
1 changed files with 4 additions and 0 deletions

View File

@ -710,15 +710,19 @@ static bool check_shaders_dirty(PGRAPHState *pg)
return true;
}
}
unsigned int regs[] = {
NV_PGRAPH_COMBINECTL,
NV_PGRAPH_COMBINESPECFOG0,
NV_PGRAPH_COMBINESPECFOG1,
NV_PGRAPH_CONTROL_0,
NV_PGRAPH_CONTROL_3,
NV_PGRAPH_CSV0_C,
NV_PGRAPH_CSV0_D,
NV_PGRAPH_CSV1_A,
NV_PGRAPH_CSV1_B,
NV_PGRAPH_POINTSIZE,
NV_PGRAPH_SETUPRASTER,
NV_PGRAPH_SHADERCLIPMODE,
NV_PGRAPH_SHADERCTL,
NV_PGRAPH_SHADERPROG,