disable debug printf
authorBrian <brian.paul@tungstengraphics.com>
Fri, 19 Oct 2007 16:13:55 +0000 (10:13 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 19 Oct 2007 16:13:55 +0000 (10:13 -0600)
src/mesa/pipe/softpipe/sp_tile_cache.c

index c7e6e6e6d49d08412f4ed8c3765bbd5f54c80541..2ecdfc89e4230f9b009a56758a5cfcc277f71fa8 100644 (file)
@@ -146,8 +146,7 @@ sp_flush_tile_cache(struct softpipe_surface *sps)
       }
    }
 
-   printf("flushed tiles in use: %d\n", inuse);
-
+   /*printf("flushed tiles in use: %d\n", inuse);*/
 }