diff options
author | Zack Rusin <[email protected]> | 2008-05-04 01:37:32 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2008-05-08 15:26:20 -0400 |
commit | 66d72f176de2568f053c6dc54e93d423723ae8aa (patch) | |
tree | f4c1dd3992a06e9f3720c49d682b2df7dd195e3c /src/gallium/auxiliary/draw/draw_pt_emit.c | |
parent | a24cb269e1ba5434acf8c94abd03517c149b9c51 (diff) |
silence debugging output
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt_emit.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt_emit.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt_emit.c b/src/gallium/auxiliary/draw/draw_pt_emit.c index 2a961b7088d..776ca32cfa9 100644 --- a/src/gallium/auxiliary/draw/draw_pt_emit.c +++ b/src/gallium/auxiliary/draw/draw_pt_emit.c @@ -191,7 +191,9 @@ void draw_pt_emit_linear(struct pt_emit *emit, struct vbuf_render *render = draw->render; void *hw_verts; - debug_printf("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\n"); +#if 0 + debug_printf("Linear emit\n"); +#endif /* XXX: need to flush to get prim_vbuf.c to release its allocation?? */ draw_do_flush( draw, DRAW_FLUSH_BACKEND ); |