mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
svga: Pass-through max_index to translate.
This commit is contained in:
parent
2a30d3d74a
commit
7fd9e3cfb0
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ static int update_zero_stride( struct svga_context *svga,
|
|||
|
||||
translate->set_buffer(translate, vel->vertex_buffer_index,
|
||||
mapped_buffer,
|
||||
vbuffer->stride);
|
||||
vbuffer->stride, vbuffer->max_index);
|
||||
translate->run(translate, 0, 1, 0,
|
||||
svga->curr.zero_stride_constants);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue