i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 26 Sep 2014 22:13:29 +0000 (15:13 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 1 Oct 2014 08:08:07 +0000 (01:08 -0700)
commit0a1730200e91b6ad62cdf04bb1ec02cb1e96056a
tree53d3040c12265f864f37d1d1eb5ead1f3f7afd75
parent106e0db7697a9ffaa6085fcb6205bb9d911e669d
i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom.

I believe when I wrote this code, gen6_sf_state used CACHE_NEW_VS_PROG,
which has since been replaced by BRW_NEW_VUE_MAP_GEOM_OUT.  It's not
needed here anyway - only SBE needs it.  Just a copy and paste mistake.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/gen7_sf_state.c