From: Brian Date: Fri, 19 Oct 2007 16:13:55 +0000 (-0600) Subject: disable debug printf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=257f0da6a2e9cc687c0cdc76c0fb326eab9e9ac9;p=mesa.git disable debug printf --- diff --git a/src/mesa/pipe/softpipe/sp_tile_cache.c b/src/mesa/pipe/softpipe/sp_tile_cache.c index c7e6e6e6d49..2ecdfc89e42 100644 --- a/src/mesa/pipe/softpipe/sp_tile_cache.c +++ b/src/mesa/pipe/softpipe/sp_tile_cache.c @@ -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);*/ }