summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-09-18 15:42:06 -0600
committerBrian Paul <[email protected]>2012-09-19 09:21:03 -0600
commit5205db6a7ce623a7fca72e6dc6391bd12be3f6aa (patch)
tree7104dfc88e49c882e0946e613c7e739eed42cb2c /src
parent5b807400a87d5efefc481017eb420b772933e1da (diff)
more comment
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/teximage.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index d9df7866394..0f501604227 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