mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
undo previous check-in (check if ctx->Color.DrawBuffer == mode)
This commit is contained in:
parent
b110ca34f0
commit
9e84910749
1 changed files with 1 additions and 4 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue