mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
mesa: remove redundant _NEW_BUFFERS setting in ReadBuffer
already set by _mesa_readbuffer Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
5649f886f7
commit
ef39bc4f2e
1 changed files with 0 additions and 1 deletions
|
|
@ -645,7 +645,6 @@ _mesa_ReadBuffer(GLenum buffer)
|
|||
/* OK, all error checking has been completed now */
|
||||
|
||||
_mesa_readbuffer(ctx, buffer, srcBuffer);
|
||||
ctx->NewState |= _NEW_BUFFERS;
|
||||
|
||||
/*
|
||||
* Call device driver function.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue