mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
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:
parent
afaaf623d4
commit
1d75d681d3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue