projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de2f25d
)
mesa: fix comments for _mesa_clip_readpixels()
author
Brian Paul
<brianp@vmware.com>
Fri, 18 Feb 2011 01:12:25 +0000
(18:12 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 18 Feb 2011 02:11:32 +0000
(19:11 -0700)
src/mesa/main/image.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/image.c
b/src/mesa/main/image.c
index
870e48a
..
6393613
100644
(file)
--- a/
src/mesa/main/image.c
+++ b/
src/mesa/main/image.c
@@
-1584,8
+1584,8
@@
_mesa_clip_drawpixels(const struct gl_context *ctx,
* scissor box is ignored, and we use the bounds of the current readbuffer
* surface.
*
- * \return GL_TRUE if
image is ready for drawing or
- * GL_FALSE if
image was completely clipped away (draw nothing
)
+ * \return GL_TRUE if
region to read is in bounds
+ * GL_FALSE if
region is completely out of bounds (nothing to read
)
*/
GLboolean
_mesa_clip_readpixels(const struct gl_context *ctx,