Mesa (master): llvmpipe: Remove debug printf.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Dec 4 21:27:32 UTC 2009


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Dec  4 18:59:24 2009 +0000

llvmpipe: Remove debug printf.

---

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

diff --git a/src/gallium/drivers/llvmpipe/lp_tex_cache.c b/src/gallium/drivers/llvmpipe/lp_tex_cache.c
index 5dbc597..a6d9a2c 100644
--- a/src/gallium/drivers/llvmpipe/lp_tex_cache.c
+++ b/src/gallium/drivers/llvmpipe/lp_tex_cache.c
@@ -155,7 +155,6 @@ 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);
          for (i = 0; i < NUM_ENTRIES; i++) {
             tc->entries[i].addr.bits.invalid = 1;
          }




More information about the mesa-commit mailing list