summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-05-29 12:42:39 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-05-29 12:42:39 +0100
commit45eecb93920c5a33e71b3c152749273908cb62fd (patch)
treef1df23b97502ceb9831fd5936b45645eaa6e5c6e /src
parentbb2e13b9e82b68ec3b9fc56a4c35e7ead8fd138f (diff)
draw: remove printf
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/draw/draw_pt_vcache.c2
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;