projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe9ca0f
)
softpipe: disable a _debug_printf()
author
Brian Paul
<brianp@vmware.com>
Tue, 22 Sep 2009 22:42:15 +0000
(16:42 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 22 Sep 2009 22:42:15 +0000
(16:42 -0600)
src/gallium/drivers/softpipe/sp_state_derived.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_state_derived.c
b/src/gallium/drivers/softpipe/sp_state_derived.c
index 2a40589e8424cecf93fcbe7a082af1957baabf8b..856c9ce176fde7b1f3e311c07e5d118628b7cfc5 100644
(file)
--- 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;
}
}