freedreno: fix rebase screw-up
Add back 2nd arg to emit_vertexbufs() which got lost in rebase. Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
parent
79f786f936
commit
3900a0e4df
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ fd_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info)
|
|||
ctx->resolve |= buffers;
|
||||
|
||||
if (ctx->dirty & FD_DIRTY_VTXBUF)
|
||||
emit_vertexbufs(ctx);
|
||||
emit_vertexbufs(ctx, info->count);
|
||||
|
||||
fd_state_emit(pctx, ctx->dirty);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue