mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
silence the finalize_mipmap_tree msg
This commit is contained in:
parent
15c565b018
commit
64988ff7fe
1 changed files with 2 additions and 0 deletions
|
|
@ -56,8 +56,10 @@ update_textures(struct st_context *st)
|
||||||
GLboolean flush, retval;
|
GLboolean flush, retval;
|
||||||
|
|
||||||
retval = st_finalize_mipmap_tree(st->ctx, st->pipe, u, &flush);
|
retval = st_finalize_mipmap_tree(st->ctx, st->pipe, u, &flush);
|
||||||
|
#if 0
|
||||||
printf("finalize_mipmap_tree returned %d, flush = %d\n",
|
printf("finalize_mipmap_tree returned %d, flush = %d\n",
|
||||||
retval, flush);
|
retval, flush);
|
||||||
|
#endif
|
||||||
|
|
||||||
mt = st_get_texobj_mipmap_tree(texObj);
|
mt = st_get_texobj_mipmap_tree(texObj);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue