summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-05-29 18:18:56 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-05-29 18:18:56 +0100
commit22be9ea4a63ff051604123de5e82cf4050792ef8 (patch)
tree687b46c81c584d031e1ce949eb0731d8c483d842
parent807e7c4ccfdaebf8e568357fb1fd8090ccae638c (diff)
draw: quieten some debug
-rw-r--r--src/gallium/auxiliary/draw/draw_pt_vcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt_vcache.c b/src/gallium/auxiliary/draw/draw_pt_vcache.c
index 957b8edec2..9ffc99abf9 100644
--- a/src/gallium/auxiliary/draw/draw_pt_vcache.c
+++ b/src/gallium/auxiliary/draw/draw_pt_vcache.c
@@ -266,7 +266,7 @@ static void vcache_check_run( struct draw_pt_front_end *frontend,
if (max_index == 0xffffffff ||
fetch_count >= FETCH_MAX ||
fetch_count > draw_count) {
- debug_printf("fail\n");
+ if (0) debug_printf("fail\n");
goto fail;
}