mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
llvmpipe: Remove debug printf.
This commit is contained in:
parent
818fd6b101
commit
b00b06b6e4
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue