projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
818fd6b
)
llvmpipe: Remove debug printf.
author
José Fonseca
<jfonseca@vmware.com>
Fri, 4 Dec 2009 18:59:24 +0000
(18:59 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Fri, 4 Dec 2009 21:27:03 +0000
(21:27 +0000)
src/gallium/drivers/llvmpipe/lp_tex_cache.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_tex_cache.c
b/src/gallium/drivers/llvmpipe/lp_tex_cache.c
index 5dbc597d2c9697157f866c2b9684278aa703d479..a6d9a2c1acfc724056542bcca14df24cb63c5641 100644
(file)
--- 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;
}