summaryrefslogtreecommitdiff
path: root/src/mesa/main/accum.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-03-01 02:09:40 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-03-01 02:09:40 +0000
commit9b8059e53610d6d9d217f331b0671354e62ad47f (patch)
tree8871440abeda647512a2b6be15b20341a31c69e8 /src/mesa/main/accum.c
parent6d4284e2bff012e3ceeb41157b07d1d887d7cfb1 (diff)
updated comment
Diffstat (limited to 'src/mesa/main/accum.c')
-rw-r--r--src/mesa/main/accum.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/accum.c b/src/mesa/main/accum.c
index 2f7375bd3a..a6e422640c 100644
--- a/src/mesa/main/accum.c
+++ b/src/mesa/main/accum.c
@@ -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;