Mesa (master): mesa: remove old comment

Brian Paul brianp at kemper.freedesktop.org
Tue Nov 17 23:18:34 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Nov 17 16:18:29 2009 -0700

mesa: remove old comment

---

 src/mesa/main/buffers.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/buffers.c b/src/mesa/main/buffers.c
index 7c31a46..97f0659 100644
--- a/src/mesa/main/buffers.c
+++ b/src/mesa/main/buffers.c
@@ -382,7 +382,6 @@ _mesa_drawbuffers(GLcontext *ctx, GLuint n, const GLenum *buffers,
     */
    if (n == 1) {
       GLuint count = 0, destMask0 = destMask[0];
-      /* init to -1 to help catch errors */
       while (destMask0) {
          GLint bufIndex = _mesa_ffs(destMask0) - 1;
          if (fb->_ColorDrawBufferIndexes[count] != bufIndex) {




More information about the mesa-commit mailing list