projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
923515b
)
Remove debug printfs
author
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 20 May 2005 15:12:12 +0000
(15:12 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 20 May 2005 15:12:12 +0000
(15:12 +0000)
src/mesa/drivers/x11/xm_tri.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/x11/xm_tri.c
b/src/mesa/drivers/x11/xm_tri.c
index 2d04ced2b296f39e4d6fcb501a130ae977cf9c02..9340ea49743c9b2678fea3aa49a7e55d27f398b3 100644
(file)
--- a/
src/mesa/drivers/x11/xm_tri.c
+++ b/
src/mesa/drivers/x11/xm_tri.c
@@
-531,9
+531,7
@@
if (z < zRow[i]) { \
pRow[i] = (PIXEL_TYPE) p; \
zRow[i] = z; \
- if (span.y == 100) printf("pass\n");\
} \
- else if (span.y == 100) printf("fail\n");\
span.z += span.zStep; \
}