summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_draw.c
diff options
context:
space:
mode:
authorJonathan Marek <[email protected]>2018-11-13 11:04:32 -0500
committerRob Clark <[email protected]>2018-11-27 15:44:02 -0500
commit78fede86d998b2c26aff237224ec6214bbddd4d3 (patch)
treec0416474763dd3b698b95094b03ca4240f3a03cb /src/gallium/drivers/freedreno/freedreno_draw.c
parent3e7186d4722d009200781c9fb3b6141b064aeabb (diff)
freedreno: a2xx: fd2_draw update
Signed-off-by: Jonathan Marek <[email protected]> Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_draw.c')
-rw-r--r--src/gallium/drivers/freedreno/freedreno_draw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_draw.c b/src/gallium/drivers/freedreno/freedreno_draw.c
index 90d0e440361..f17cb563063 100644
--- a/src/gallium/drivers/freedreno/freedreno_draw.c
+++ b/src/gallium/drivers/freedreno/freedreno_draw.c
@@ -291,6 +291,8 @@ fd_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info)
if (ctx->draw_vbo(ctx, info, index_offset))
batch->needs_flush = true;
+ batch->num_vertices += info->count * info->instance_count;
+
for (i = 0; i < ctx->streamout.num_targets; i++)
ctx->streamout.offsets[i] += info->count;