OSDN Git Service

llvmpipe: Silent debug statement.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 7 Sep 2009 13:53:26 +0000 (14:53 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 7 Sep 2009 14:02:08 +0000 (15:02 +0100)
src/gallium/drivers/llvmpipe/lp_tex_cache.c

index 23a94b5..773e848 100644 (file)
@@ -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;
          }