projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f51d232
)
Revert "more comment"
author
Brian Paul
<brianp@vmware.com>
Wed, 19 Sep 2012 16:07:34 +0000
(10:07 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 19 Sep 2012 16:07:34 +0000
(10:07 -0600)
This reverts commit
5205db6a7ce623a7fca72e6dc6391bd12be3f6aa
.
accidentally pushed
src/mesa/main/teximage.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/teximage.c
b/src/mesa/main/teximage.c
index 0f5016042277b864f1f30e7db9735c261bd3e19e..d9df78663943a73c297979382f16caa06c24f91d 100644
(file)
--- 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