softpipe: disable a _debug_printf()

This commit is contained in:
Brian Paul 2009-09-22 16:42:15 -06:00
parent fe9ca0f718
commit 0670df5cb2
1 changed files with 2 additions and 0 deletions

View File

@ -203,7 +203,9 @@ update_tgsi_samplers( struct softpipe_context *softpipe )
struct softpipe_texture *spt = softpipe_texture(tc->texture);
if (spt->timestamp != tc->timestamp) {
sp_tex_tile_cache_validate_texture( tc );
/*
_debug_printf("INV %d %d\n", tc->timestamp, spt->timestamp);
*/
tc->timestamp = spt->timestamp;
}
}