Merge branch '7.8'
[mesa.git] / src / gallium / drivers / i965 / brw_pipe_rast.h
index 800a9208a7ca304ace3c1558290505eb9d210e39..9354f01e18a15f0f8dbd9696c1262dbb340590af 100644 (file)
@@ -10,6 +10,7 @@ struct brw_rasterizer_state {
     */
    struct brw_clip_prog_key clip_key;
    struct brw_line_stipple bls;
+   unsigned unfilled_aa_line;
 };
 
 #endif