mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
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:
parent
767868ff6d
commit
ae7f7e8162
1 changed files with 1 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue