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)
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

index 67e4448ffcb24450b2ee4e2a47a1a746ebf9db95..150a4d381623ea4c1c4505858c9cea29dbfb0183 100644 (file)
@@ -254,7 +254,7 @@ const struct brw_tracked_state gen7_sf_state = {
                _NEW_POINT |
                 _NEW_MULTISAMPLE),
       .brw   = BRW_NEW_CONTEXT,
-      .cache = CACHE_NEW_VS_PROG
+      .cache = 0,
    },
    .emit = upload_sf_state,
 };