summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/state.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-03-23 09:04:22 -0600
committerBrian Paul <[email protected]>2011-03-23 09:04:22 -0600
commit7ecb61c30c4984a8513b306b640f9d274d8ecf61 (patch)
tree4ccf0c419b6f87a767c27a5076e2807c7d756d35 /src/mesa/main/state.c
parentf6970872c083a813a6d6ce9ce0cde2375da6dcbc (diff)
mesa: remove _MESA_NEW_TRANSFER_STATE
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r--src/mesa/main/state.c2
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)