summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-12-04 18:59:24 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-12-04 21:27:03 +0000
commitb00b06b6e486a87dd88a695ae122863df13ad84e (patch)
tree001a0c9601b736bd792a9d4f8f4de80d7b62b704
parent818fd6b10182931a0727819f275f7f1686df09f5 (diff)
llvmpipe: Remove debug printf.
-rw-r--r--src/gallium/drivers/llvmpipe/lp_tex_cache.c1
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 5dbc597d2c..a6d9a2c1ac 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;
}