mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
remove debug printf
This commit is contained in:
parent
f9d88c8204
commit
e49aea9cef
1 changed files with 0 additions and 1 deletions
|
|
@ -86,7 +86,6 @@
|
||||||
do { \
|
do { \
|
||||||
GLubyte c1 = mask[v1], c2 = mask[v2]; \
|
GLubyte c1 = mask[v1], c2 = mask[v2]; \
|
||||||
GLubyte ormask = c1|c2; \
|
GLubyte ormask = c1|c2; \
|
||||||
printf("0x%x 0x%x 0x%x\n", c1, c2, CLIPMASK);\
|
|
||||||
if (!ormask) \
|
if (!ormask) \
|
||||||
LineFunc( ctx, v1, v2 ); \
|
LineFunc( ctx, v1, v2 ); \
|
||||||
else if (!(c1 & c2 & CLIPMASK)) \
|
else if (!(c1 & c2 & CLIPMASK)) \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue