st/mesa: silence a valgrind warning in u_threaded_context due to st_draw_vbo

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Marek Olšák 2017-05-16 10:56:08 +02:00
parent 767868ff6d
commit ae7f7e8162

View file

@ -184,6 +184,7 @@ st_draw_vbo(struct gl_context *ctx,
}
else {
info.index_size = 0;
info.has_user_indices = false;
/* Transform feedback drawing is always non-indexed. */
/* Set info.count_from_stream_output. */