diff options
author | Keith Whitwell <[email protected]> | 2003-11-11 15:28:34 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2003-11-11 15:28:34 +0000 |
commit | 374a09c4f7bc0be7e59c1a8868a6c3e221086b27 (patch) | |
tree | d9849a6f3f5ccb92461b7e9da30f2ea0847d4c4e /src | |
parent | 1302fd3b25a1e3e01fb316841fc0278ee32cdf39 (diff) |
Turn off some debug
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/tnl/t_vtx_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_vtx_exec.c b/src/mesa/tnl/t_vtx_exec.c index b72f10c36a9..d9f2f662c4a 100644 --- a/src/mesa/tnl/t_vtx_exec.c +++ b/src/mesa/tnl/t_vtx_exec.c @@ -88,8 +88,8 @@ static void _tnl_vb_bind_vtx( GLcontext *ctx ) GLuint count = tnl->vtx.initial_counter - tnl->vtx.counter; GLuint attr, i; - fprintf(stderr, "%s: %d verts %d vertsize\n", - __FUNCTION__, count, tnl->vtx.vertex_size); + if (0) fprintf(stderr, "%s: %d verts %d vertsize\n", + __FUNCTION__, count, tnl->vtx.vertex_size); /* Setup constant data in the VB. |