updated comment
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 1 Mar 2006 02:09:40 +0000 (02:09 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 1 Mar 2006 02:09:40 +0000 (02:09 +0000)
src/mesa/main/accum.c

index 2f7375bd3a036ac670235b3a73af2d2a0460dda2..a6e422640cfb0c6550850778b5e4acdee9e8cdf5 100644 (file)
@@ -76,7 +76,9 @@ _mesa_Accum( GLenum op, GLfloat value )
    }
 
    if (ctx->DrawBuffer != ctx->ReadBuffer) {
-      /* See GLX_SGI_make_current_read or WGL_ARB_make_current_read */
+      /* See GLX_SGI_make_current_read or WGL_ARB_make_current_read,
+       * or GL_EXT_framebuffer_blit.
+       */
       _mesa_error(ctx, GL_INVALID_OPERATION,
                   "glAccum(different read/draw buffers)");
       return;