summaryrefslogtreecommitdiff
path: root/src/mesa/main/image.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-02-17 18:12:25 -0700
committerBrian Paul <brianp@vmware.com>2011-02-17 19:11:32 -0700
commitd44fbd3c9d976763ec1f4a8f0314f294be8c14f4 (patch)
tree56e979bca227fd15bd25f50059e3194d005e3c40 /src/mesa/main/image.c
parentde2f25de269894d591b144ac0583a78f5a5e992b (diff)
mesa: fix comments for _mesa_clip_readpixels()
Diffstat (limited to 'src/mesa/main/image.c')
-rw-r--r--src/mesa/main/image.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c
index 870e48a19d..63936132f9 100644
--- 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,