diff options
author | Keith Whitwell <[email protected]> | 2001-05-01 13:15:28 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-05-01 13:15:28 +0000 |
commit | 5b976943ee1a5449e5f73d2a44ac3053b92c75d8 (patch) | |
tree | ff4779f7e5e6c531d6a691acc37ba5068a175544 /src/mesa/tnl/t_eval_api.c | |
parent | f4a003c3ca15513d69ac07af6403b54b55003af3 (diff) |
removed debug
Diffstat (limited to 'src/mesa/tnl/t_eval_api.c')
-rw-r--r-- | src/mesa/tnl/t_eval_api.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/tnl/t_eval_api.c b/src/mesa/tnl/t_eval_api.c index 798b8f46e2a..837fb9e09cb 100644 --- a/src/mesa/tnl/t_eval_api.c +++ b/src/mesa/tnl/t_eval_api.c @@ -1,4 +1,4 @@ -/* $Id: t_eval_api.c,v 1.5 2001/04/30 21:08:52 keithw Exp $ */ +/* $Id: t_eval_api.c,v 1.6 2001/05/01 13:18:03 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -61,7 +61,7 @@ _tnl_exec_EvalMesh1( GLenum mode, GLint i1, GLint i2 ) GLenum prim; ASSERT_OUTSIDE_BEGIN_END(ctx); - fprintf(stderr, "%s\n", __FUNCTION__); +/* fprintf(stderr, "%s\n", __FUNCTION__); */ switch (mode) { case GL_POINT: @@ -131,7 +131,7 @@ _tnl_exec_EvalMesh2( GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2 ) GLfloat u, du, v, dv, v1, u1; ASSERT_OUTSIDE_BEGIN_END(ctx); - fprintf(stderr, "%s\n", __FUNCTION__); +/* fprintf(stderr, "%s\n", __FUNCTION__); */ /* No effect if vertex maps disabled. */ |