Mesa (master): mesa: remove obsolete comment on _mesa_dest_buffer_exists()

Brian Paul brianp at kemper.freedesktop.org
Thu Jan 12 16:59:13 UTC 2012


Module: Mesa
Branch: master
Commit: 45a3b540639921c4b562f4e3bb32d1b2f2f47d39
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=45a3b540639921c4b562f4e3bb32d1b2f2f47d39

Author: Brian Paul <brianp at vmware.com>
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)




More information about the mesa-commit mailing list