Commit d45814c925
totally added a data
dependency on _NEW_TEXTURE, even including the comment, but didn't
actually add the dirty bit.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
tags/mesa-8.0-rc1
@@ -349,6 +349,7 @@ static void brw_upload_vs_prog(struct brw_context *brw) | |||
const struct brw_tracked_state brw_vs_prog = { | |||
.dirty = { | |||
.mesa = (_NEW_TRANSFORM | _NEW_POLYGON | _NEW_POINT | _NEW_LIGHT | | |||
_NEW_TEXTURE | | |||
_NEW_BUFFERS), | |||
.brw = (BRW_NEW_VERTEX_PROGRAM | | |||
BRW_NEW_VERTICES), |