diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-10-11 15:17:12 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-10-11 15:17:12 +0000 |
commit | 9e84910749744efcba06670f622cc00d279f26f1 (patch) | |
tree | 6601400038f834780435acfa57561567b3a4e1df /src/mesa/main/buffers.c | |
parent | b110ca34f0d3926bed1bd4afe77baba93eba7f1e (diff) |
undo previous check-in (check if ctx->Color.DrawBuffer == mode)
Diffstat (limited to 'src/mesa/main/buffers.c')
-rw-r--r-- | src/mesa/main/buffers.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/main/buffers.c b/src/mesa/main/buffers.c index f7edb1b855..2bf691dd08 100644 --- a/src/mesa/main/buffers.c +++ b/src/mesa/main/buffers.c @@ -1,4 +1,4 @@ -/* $Id: buffers.c,v 1.39 2002/10/11 00:02:16 brianp Exp $ */ +/* $Id: buffers.c,v 1.40 2002/10/11 15:17:12 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -147,9 +147,6 @@ _mesa_DrawBuffer( GLenum mode ) if (MESA_VERBOSE & VERBOSE_API) _mesa_debug(ctx, "glDrawBuffer %s\n", _mesa_lookup_enum_by_nr(mode)); - if (ctx->Color.DrawBuffer == mode) - return; /* no change */ - /* * Do error checking and compute the _DrawDestMask bitfield. */ |