diff options
author | Brian Paul <[email protected]> | 2006-03-01 02:09:40 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-03-01 02:09:40 +0000 |
commit | 9b8059e53610d6d9d217f331b0671354e62ad47f (patch) | |
tree | 8871440abeda647512a2b6be15b20341a31c69e8 /src/mesa/main/accum.c | |
parent | 6d4284e2bff012e3ceeb41157b07d1d887d7cfb1 (diff) |
updated comment
Diffstat (limited to 'src/mesa/main/accum.c')
-rw-r--r-- | src/mesa/main/accum.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/accum.c b/src/mesa/main/accum.c index 2f7375bd3a0..a6e422640cf 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; |