projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d4284e
)
updated comment
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 1 Mar 2006 02:09:40 +0000
(
02:09
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 1 Mar 2006 02:09:40 +0000
(
02:09
+0000)
src/mesa/main/accum.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/accum.c
b/src/mesa/main/accum.c
index 2f7375bd3a036ac670235b3a73af2d2a0460dda2..a6e422640cfb0c6550850778b5e4acdee9e8cdf5 100644
(file)
--- 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;