mesa: add note about immutable textures for _mesa_test_texobj_completeness()

This commit is contained in:
Brian Paul
2011-10-31 10:52:57 -06:00
parent 12d69fca09
commit 414e183ed7
+4
View File
@@ -406,6 +406,10 @@ incomplete(struct gl_texture_object *t, const char *fmt, ...)
* The gl_texture_object::Complete flag will be set to GL_TRUE or GL_FALSE
* accordingly.
*
* XXX TODO: For immutable textures (GL_ARB_texture_storage) we can skip
* many of the checks below since we know the mipmap images will have
* consistent sizes.
*
* \param ctx GL context.
* \param t texture object.
*