diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-05-29 12:42:39 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-05-29 12:42:39 +0100 |
commit | 45eecb93920c5a33e71b3c152749273908cb62fd (patch) | |
tree | f1df23b97502ceb9831fd5936b45645eaa6e5c6e | |
parent | bb2e13b9e82b68ec3b9fc56a4c35e7ead8fd138f (diff) |
draw: remove printf
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt_vcache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt_vcache.c b/src/gallium/auxiliary/draw/draw_pt_vcache.c index 720b91b8e6..64fab61271 100644 --- a/src/gallium/auxiliary/draw/draw_pt_vcache.c +++ b/src/gallium/auxiliary/draw/draw_pt_vcache.c @@ -260,8 +260,6 @@ static void vcache_check_run( struct draw_pt_front_end *frontend, const ushort *transformed_elts; ushort *storage = NULL; - printf("fetch_count %x\n", fetch_count); - if (fetch_count >= FETCH_MAX || fetch_count > draw_count) goto fail; |