i965 Gen4/5: Introduce 'interpolation map' alongside the VUE map
[mesa.git] / src / mesa / drivers / dri / i965 / brw_state_upload.c
index c9ba7813f5a9bd338fa7b41e71f3c98c3da63c65..e3ef2457b97c85d775a09b6dcca822451a9a9417 100644 (file)
@@ -41,6 +41,9 @@ static const struct brw_tracked_state *gen4_atoms[] =
 {
    &brw_vs_prog, /* must do before GS prog, state base address. */
    &brw_gs_prog, /* must do before state base address */
+
+   &brw_interpolation_map,
+
    &brw_clip_prog, /* must do before state base address */
    &brw_sf_prog, /* must do before state base address */
    &brw_wm_prog, /* must do before state base address */