etnaviv: native fence fd support
[mesa.git] / src / gallium / drivers / radeonsi / si_hw_context.c
index c80b884970a65f28d8c6ca9b76d42a4dd100daab..e51abfc5c53989a81e1fb96bf6250477d42b023b 100644 (file)
@@ -257,6 +257,7 @@ void si_begin_new_cs(struct si_context *ctx)
        ctx->last_multi_vgt_param = -1;
        ctx->last_rast_prim = -1;
        ctx->last_sc_line_stipple = ~0;
+       ctx->last_vs_state = ~0;
        ctx->last_ls = NULL;
        ctx->last_tcs = NULL;
        ctx->last_tes_sh_base = -1;