Merge branch '7.8'
[mesa.git] / src / gallium / drivers / i965 / brw_pipe_rast.h
index 6ceaa1fb0991ab185d8bb537762d8cb2ef9c8f50..9354f01e18a15f0f8dbd9696c1262dbb340590af 100644 (file)
@@ -9,6 +9,8 @@ struct brw_rasterizer_state {
    /* Precalculated hardware state:
     */
    struct brw_clip_prog_key clip_key;
+   struct brw_line_stipple bls;
+   unsigned unfilled_aa_line;
 };
 
 #endif