Mesa (master): more comment

Brian Paul brianp at kemper.freedesktop.org
Wed Sep 19 16:01:34 UTC 2012


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Sep 18 15:42:06 2012 -0600

more comment

---

 src/mesa/main/teximage.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index d9df786..0f50160 100644
--- a/src/mesa/main/teximage.c
+++ b/src/mesa/main/teximage.c
@@ -3523,10 +3523,8 @@ _mesa_CopyTexSubImage3D( GLenum target, GLint level,
 
 
 /**
- * Error checking for glCompressedTexSubImage[123]D().
- * \warning  There are some bad assumptions here about the size of compressed
- *           texture tiles (multiple of 4) used to test the validity of the
- *           offset and size parameters.
+ * First-part of error checking for glCompressedTexSubImage[123]D().
+ * These are the checks which are independent of the destination image.
  * \return error code or GL_NO_ERROR.
  */
 static GLenum




More information about the mesa-commit mailing list