i965: Make all atoms to track BRW_NEW_BLORP by default
[mesa.git] / src / mesa / drivers / dri / i965 / brw_clip.c
index 9db35ce3467cd55bee92b671801e50b33c2605c4..9baaddd0ab04a3ac5d7062f2bc82c755abbd0254 100644 (file)
@@ -260,7 +260,8 @@ const struct brw_tracked_state brw_clip_prog = {
                _NEW_LIGHT |
                _NEW_POLYGON |
                _NEW_TRANSFORM,
-      .brw   = BRW_NEW_INTERPOLATION_MAP |
+      .brw   = BRW_NEW_BLORP |
+               BRW_NEW_INTERPOLATION_MAP |
                BRW_NEW_REDUCED_PRIMITIVE |
                BRW_NEW_VUE_MAP_GEOM_OUT,
    },