Mesa (master): llvmpipe: Silent debug statement.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Sep 7 14:09:42 UTC 2009


Module: Mesa
Branch: master
Commit: b481fb2c6d8a8def0956acb0bf9083f5441edd07
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b481fb2c6d8a8def0956acb0bf9083f5441edd07

Author: José Fonseca <jfonseca at vmware.com>
Date:   Mon Sep  7 14:53:26 2009 +0100

llvmpipe: Silent debug statement.

---

 src/gallium/drivers/llvmpipe/lp_tex_cache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_tex_cache.c b/src/gallium/drivers/llvmpipe/lp_tex_cache.c
index 23a94b5..773e848 100644
--- a/src/gallium/drivers/llvmpipe/lp_tex_cache.c
+++ b/src/gallium/drivers/llvmpipe/lp_tex_cache.c
@@ -154,7 +154,7 @@ lp_tex_tile_cache_validate_texture(struct llvmpipe_tex_tile_cache *tc)
       if (lpt->timestamp != tc->timestamp) {
          /* texture was modified, invalidate all cached tiles */
          uint i;
-         _debug_printf("INV %d %d\n", tc->timestamp, lpt->timestamp);
+         debug_printf("INV %d %d\n", tc->timestamp, lpt->timestamp);
          for (i = 0; i < NUM_ENTRIES; i++) {
             tc->entries[i].addr.bits.invalid = 1;
          }




More information about the mesa-commit mailing list