i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_state
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm.h
index 5e4af2781ea929a3e58afd3326779cf3240dc0fb..293844990995fa6758691e34695fb85ba66dde5f 100644 (file)
@@ -64,7 +64,7 @@ struct brw_wm_prog_key {
    GLuint stats_wm:1;
    GLuint flat_shade:1;
    GLuint nr_color_regions:5;
-   GLuint sample_alpha_to_coverage:1; /* _NEW_MULTISAMPLE */
+   GLuint sample_alpha_to_coverage:1;
    GLuint render_to_fbo:1;
    GLuint clamp_fragment_color:1;
    GLuint line_aa:2;