nv50: add missing draw_calls_indexed driver stat

Spotted when glancing at the VBO push code.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
Samuel Pitoiset 2016-06-08 21:18:36 +02:00
parent afaaf623d4
commit 1d75d681d3

View file

@ -702,6 +702,7 @@ nv50_draw_elements(struct nv50_context *nv50, bool shorten,
prim |= NV50_3D_VERTEX_BEGIN_GL_INSTANCE_NEXT;
}
}
NOUVEAU_DRV_STAT(&nv50->screen->base, draw_calls_indexed, 1);
}
static void