mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 18:50:10 +01: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;
|
||||
|
||||
retval = st_finalize_mipmap_tree(st->ctx, st->pipe, u, &flush);
|
||||
#if 0
|
||||
printf("finalize_mipmap_tree returned %d, flush = %d\n",
|
||||
retval, flush);
|
||||
#endif
|
||||
|
||||
mt = st_get_texobj_mipmap_tree(texObj);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue