i965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog state atom.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 4 Jan 2012 11:14:01 +0000 (03:14 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 4 Jan 2012 23:07:40 +0000 (15:07 -0800)
commit207cbc68dc43049c56c3af7a460ce07bd4284aa9
tree8131227e125c78f1205c06d85e4bb2714a7ee54b
parent86bb45ffc36280263ba99fdca0c341489ad99e7f
i965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog state atom.

Commit d45814c925dd6c479cfd383b9b59458fc4359cf7 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>
src/mesa/drivers/dri/i965/brw_vs.c