Module: Mesa Branch: ext-provoking-vertex Commit: 9205a871e75f66de3501519018e76b6f49d2cce8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9205a871e75f66de3501519018e76b6f49d2cce8
Author: Brian Paul <[email protected]> Date: Thu Jun 18 22:51:41 2009 -0600 draw: remove debug code --- src/gallium/auxiliary/draw/draw_pt_decompose.h | 7 ------- 1 files changed, 0 insertions(+), 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)), _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
