gallium: interface changes necessary to implement transform feedback (v5)
[mesa.git] / src / gallium / auxiliary / postprocess / pp_run.c
index de1fe559e49c02cd12ef9eb96fe6e0948f128d73..ab09a5645cc87d6c65a040225e4771dd53dea49e 100644 (file)
@@ -144,6 +144,7 @@ pp_tgsi_to_state(struct pipe_context *pipe, const char *text, bool isvs,
    }
 
    state.tokens = tokens;
+   memset(&state.stream_output, 0, sizeof(state.stream_output));
 
    if (isvs)
       return pipe->create_vs_state(pipe, &state);