mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 23:40:12 +01:00
Remove debug printfs
This commit is contained in:
parent
923515b3f8
commit
3cc2f82bb5
1 changed files with 0 additions and 2 deletions
|
|
@ -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; \
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue