Mesa (master): nv50: add missing draw_calls_indexed driver stat

Samuel Pitoiset hakzsam at kemper.freedesktop.org
Wed Nov 2 20:12:36 UTC 2016


Module: Mesa
Branch: master
Commit: 1d75d681d37a47cf2b3d03b3c32bd9be9751e034
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d75d681d37a47cf2b3d03b3c32bd9be9751e034

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Wed Jun  8 21:18:36 2016 +0200

nv50: add missing draw_calls_indexed driver stat

Spotted when glancing at the VBO push code.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 src/gallium/drivers/nouveau/nv50/nv50_vbo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/nouveau/nv50/nv50_vbo.c b/src/gallium/drivers/nouveau/nv50/nv50_vbo.c
index a11cdf8..d608e7b 100644
--- a/src/gallium/drivers/nouveau/nv50/nv50_vbo.c
+++ b/src/gallium/drivers/nouveau/nv50/nv50_vbo.c
@@ -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




More information about the mesa-commit mailing list