Mesa (master): mesa: add note about immutable textures for _mesa_test_texobj_completeness()

Brian Paul brianp at kemper.freedesktop.org
Mon Oct 31 17:07:33 UTC 2011


Module: Mesa
Branch: master
Commit: 414e183ed7345828ce3ca572ddab1ad6317ec175
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=414e183ed7345828ce3ca572ddab1ad6317ec175

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Oct 31 10:52:57 2011 -0600

mesa: add note about immutable textures for _mesa_test_texobj_completeness()

---

 src/mesa/main/texobj.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c
index 4d9942b..a8c0b8e 100644
--- a/src/mesa/main/texobj.c
+++ b/src/mesa/main/texobj.c
@@ -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.
  *




More information about the mesa-commit mailing list