Module: Mesa Branch: master Commit: 45a3b540639921c4b562f4e3bb32d1b2f2f47d39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=45a3b540639921c4b562f4e3bb32d1b2f2f47d39
Author: Brian Paul <[email protected]> Date: Mon Jan 9 09:38:06 2012 -0700 mesa: remove obsolete comment on _mesa_dest_buffer_exists() --- src/mesa/main/framebuffer.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index 730de62..3ce3955 100644 --- a/src/mesa/main/framebuffer.c +++ b/src/mesa/main/framebuffer.c @@ -851,7 +851,6 @@ _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format) /** * As above, but for drawing operations. - * XXX could do some code merging w/ above function. */ GLboolean _mesa_dest_buffer_exists(struct gl_context *ctx, GLenum format) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
