mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
nv20: draw_elements needs to flush
nv20_draw_elements() uses the draw module, and draw_flush() needs to be called to actually emit the vertices immediately. Signed-off-by: Pekka Paalanen <pq@iki.fi>
This commit is contained in:
parent
5e96feed37
commit
b5e2ab63e8
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ boolean nv20_draw_elements( struct pipe_context *pipe,
|
|||
draw_set_mapped_element_buffer(draw, 0, NULL);
|
||||
}
|
||||
|
||||
draw_flush(nv20->draw);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue