radeonsi: remove unused variable si_state_dsa::db_render_control
[mesa.git] / src / gallium / drivers / nouveau / nv30 / nv40_verttex.c
index 5c7fc62d5d1d81f89f055c5fa7ecc6698a7565ed..48b8c5a5ff22771bd6b0e631cf0bce11bba7a573 100644 (file)
@@ -42,6 +42,7 @@ nv40_verttex_validate(struct nv30_context *nv30)
          BEGIN_NV04(push, NV40_3D(VTXTEX_ENABLE(unit)), 1);
          PUSH_DATA (push, 0);
       }
+      dirty &= ~(1 << unit);
    }
 
    nv30->vertprog.dirty_samplers = 0;