summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_render.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-06-13 22:17:41 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-06-13 22:17:41 +0000
commite49aea9cef00502fdbd164321f8556478c19a63d (patch)
treee7fd7d2b5179b5c22c18674e8f29bc927465d805 /src/mesa/tnl/t_vb_render.c
parentf9d88c820414c208ab9dbb1b40901c7d520e19e5 (diff)
remove debug printf
Diffstat (limited to 'src/mesa/tnl/t_vb_render.c')
-rw-r--r--src/mesa/tnl/t_vb_render.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_render.c b/src/mesa/tnl/t_vb_render.c
index abc5429919..163fa31257 100644
--- a/src/mesa/tnl/t_vb_render.c
+++ b/src/mesa/tnl/t_vb_render.c
@@ -86,7 +86,6 @@
do { \
GLubyte c1 = mask[v1], c2 = mask[v2]; \
GLubyte ormask = c1|c2; \
- printf("0x%x 0x%x 0x%x\n", c1, c2, CLIPMASK);\
if (!ormask) \
LineFunc( ctx, v1, v2 ); \
else if (!(c1 & c2 & CLIPMASK)) \