more comment
authorBrian Paul <brianp@vmware.com>
Tue, 18 Sep 2012 21:42:06 +0000 (15:42 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 19 Sep 2012 15:21:03 +0000 (09:21 -0600)
src/mesa/main/teximage.c

index d9df78663943a73c297979382f16caa06c24f91d..0f5016042277b864f1f30e7db9735c261bd3e19e 100644 (file)
@@ -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