diff options
author | Brian Paul <[email protected]> | 2012-09-19 10:07:34 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-09-19 10:07:34 -0600 |
commit | e1e302c7f683873967145a395b35e91ace60dff6 (patch) | |
tree | 2aea8d472b8940dcc43beab370ddb904019dea31 | |
parent | f51d232e5fe2ff6bef48fa37c0cc798c6739d369 (diff) |
Revert "more comment"
This reverts commit 5205db6a7ce623a7fca72e6dc6391bd12be3f6aa.
accidentally pushed
-rw-r--r-- | src/mesa/main/teximage.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 0f501604227..d9df7866394 100644 --- a/src/mesa/main/teximage.c +++ b/src/mesa/main/teximage.c @@ -3523,8 +3523,10 @@ _mesa_CopyTexSubImage3D( GLenum target, GLint level, /** - * First-part of error checking for glCompressedTexSubImage[123]D(). - * These are the checks which are independent of the destination image. + * 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. * \return error code or GL_NO_ERROR. */ static GLenum |