softpipe: disable a _debug_printf()
authorBrian Paul <brianp@vmware.com>
Tue, 22 Sep 2009 22:42:15 +0000 (16:42 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 22 Sep 2009 22:42:15 +0000 (16:42 -0600)
src/gallium/drivers/softpipe/sp_state_derived.c

index 2a40589e8424cecf93fcbe7a082af1957baabf8b..856c9ce176fde7b1f3e311c07e5d118628b7cfc5 100644 (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;
          }
       }