projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9d88c8
)
remove debug printf
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 13 Jun 2006 22:17:41 +0000
(22:17 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 13 Jun 2006 22:17:41 +0000
(22:17 +0000)
src/mesa/tnl/t_vb_render.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vb_render.c
b/src/mesa/tnl/t_vb_render.c
index abc5429919e6070d336ca7f6e5f69338b5b74008..163fa3125796bca94d398d6f459841794fee682c 100644
(file)
--- 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)) \