From 9205a871e75f66de3501519018e76b6f49d2cce8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 18 Jun 2009 22:51:41 -0600 Subject: [PATCH] draw: remove debug code --- src/gallium/auxiliary/draw/draw_pt_decompose.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gallium/auxiliary/draw/draw_pt_decompose.h b/src/gallium/auxiliary/draw/draw_pt_decompose.h index a86c8d7..8e1d60e 100644 --- a/src/gallium/auxiliary/draw/draw_pt_decompose.h +++ b/src/gallium/auxiliary/draw/draw_pt_decompose.h @@ -65,13 +65,6 @@ static void FUNC( ARGS, case PIPE_PRIM_TRIANGLE_STRIP: if (flatfirst) { - printf("%s tri strip %d %d %d\n", - __FUNCTION__, - (i + 1 + (i&1)), - (i + 2 - (i&1)), - (i + 0) ); - - for (i = 0; i+2 < count; i++) { TRIANGLE( DRAW_PIPE_RESET_STIPPLE | DRAW_PIPE_EDGE_FLAG_ALL, (i + 1 + (i&1)), -- 2.7.4