Module: Mesa
Branch: softpipe-opt
Commit: 0670df5cb20c0b6630ab29511d9b2cbe18b47f65
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0670df5cb20c0b6630ab29511d9b2cbe18b47f65

Author: Brian Paul <[email protected]>
Date:   Tue Sep 22 16:42:15 2009 -0600

softpipe: disable a _debug_printf()

---

 src/gallium/drivers/softpipe/sp_state_derived.c |    2 ++
 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 2a40589..856c9ce 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;
          }
       }

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to