diff options
author | Brian Paul <[email protected]> | 2011-03-23 09:04:22 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-03-23 09:04:22 -0600 |
commit | 7ecb61c30c4984a8513b306b640f9d274d8ecf61 (patch) | |
tree | 4ccf0c419b6f87a767c27a5076e2807c7d756d35 /src/mesa/main/state.c | |
parent | f6970872c083a813a6d6ce9ce0cde2375da6dcbc (diff) |
mesa: remove _MESA_NEW_TRANSFER_STATE
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 19c9bbabda2..118ed1d284a 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -602,7 +602,7 @@ _mesa_update_state_locked( struct gl_context *ctx ) if (new_state & (_NEW_STENCIL | _NEW_BUFFERS)) _mesa_update_stencil( ctx ); - if (new_state & _MESA_NEW_TRANSFER_STATE) + if (new_state & _NEW_PIXEL) _mesa_update_pixel( ctx, new_state ); if (new_state & _DD_NEW_SEPARATE_SPECULAR) |