silence the finalize_mipmap_tree msg
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user