From: Brian Paul Date: Fri, 18 Feb 2011 01:12:25 +0000 (-0700) Subject: mesa: fix comments for _mesa_clip_readpixels() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d44fbd3c9d976763ec1f4a8f0314f294be8c14f4;p=mesa.git mesa: fix comments for _mesa_clip_readpixels() --- diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index 870e48a19df..63936132f98 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,