diff options
author | Zack Rusin <[email protected]> | 2008-07-09 09:29:49 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2008-07-09 09:54:57 -0400 |
commit | d25709df1d5d9dccdeb173b33a57018004fe849c (patch) | |
tree | 21f708743e14b49ed99a6464a30976c8b0c89ef6 /src | |
parent | cdc0b6e5236591ac16ba71867818d63f9f2fd93b (diff) |
draw: remove some debug output
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_vs_aos_io.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs_aos_io.c b/src/gallium/auxiliary/draw/draw_vs_aos_io.c index 6b928118707..8e834501a4c 100644 --- a/src/gallium/auxiliary/draw/draw_vs_aos_io.c +++ b/src/gallium/auxiliary/draw/draw_vs_aos_io.c @@ -184,7 +184,6 @@ boolean aos_fetch_inputs( struct aos_compilation *cp, boolean linear ) if (!load_input( cp, i, linear )) return FALSE; cp->insn_counter++; - debug_printf("\n"); } return TRUE; @@ -316,7 +315,6 @@ boolean aos_emit_outputs( struct aos_compilation *cp ) aos_release_xmm_reg( cp, data.idx ); cp->insn_counter++; - debug_printf("\n"); } return TRUE; |