i965/gen6: Add missing state flag for VS push constants.

It was already annotated up above and everything.
This commit is contained in:
Eric Anholt 2011-06-15 17:38:54 -07:00
parent b46dc45cee
commit 7d4d608240
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ const struct brw_tracked_state gen6_vs_constants = {
.mesa = _NEW_TRANSFORM | _NEW_PROGRAM_CONSTANTS,
.brw = (BRW_NEW_BATCH |
BRW_NEW_VERTEX_PROGRAM),
.cache = 0,
.cache = CACHE_NEW_VS_PROG,
},
.prepare = gen6_prepare_vs_push_constants,
};