projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1127201
)
llvmpipe: Silent debug statement.
author
José Fonseca
<jfonseca@vmware.com>
Mon, 7 Sep 2009 13:53:26 +0000
(14:53 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Mon, 7 Sep 2009 14:02:08 +0000
(15:02 +0100)
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 23a94b5b0d5f2ecfb47292a2b3473082c9d4158c..773e84824256642d254ccedc604a1e2c07a7cc36 100644
(file)
--- 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;
}