summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_derived.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-22 16:42:15 -0600
committerBrian Paul <brianp@vmware.com>2009-09-22 16:42:15 -0600
commit0670df5cb20c0b6630ab29511d9b2cbe18b47f65 (patch)
treee50fcc3a168df37c9f9957ff83566529f2806359 /src/gallium/drivers/softpipe/sp_state_derived.c
parentfe9ca0f718cbc467e5cee99a2c20a5f257ed2fe1 (diff)
softpipe: disable a _debug_printf()
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_state_derived.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_state_derived.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_state_derived.c b/src/gallium/drivers/softpipe/sp_state_derived.c
index 2a40589e84..856c9ce176 100644
--- a/src/gallium/drivers/softpipe/sp_state_derived.c
+++ b/src/gallium/drivers/softpipe/sp_state_derived.c
@@ -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;
}
}