diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-19 10:13:55 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-19 10:13:55 -0600 |
commit | 257f0da6a2e9cc687c0cdc76c0fb326eab9e9ac9 (patch) | |
tree | 9d5354843e7de3c2e078f635803b17a319294e57 /src/mesa | |
parent | 96b06ac557b721f0b1b9cc05b1d2b3a289701ae5 (diff) |
disable debug printf
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_tile_cache.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/pipe/softpipe/sp_tile_cache.c b/src/mesa/pipe/softpipe/sp_tile_cache.c index c7e6e6e6d4..2ecdfc89e4 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);*/ } |