mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 15:30:26 +01:00
llvmpipe: Silent debug statement.
This commit is contained in:
parent
1127201088
commit
b481fb2c6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue