Merge branch '7.8'
[mesa.git] / src / gallium / drivers / i915 / i915_state.c
index 397647204b47aa384c4a46ea4d0cf538765235b9..f883883852a14f59f04fc41cf6cd796fd5ef3f52 100644 (file)
@@ -737,7 +737,8 @@ static void i915_bind_rasterizer_state( struct pipe_context *pipe,
 
    /* pass-through to draw module */
    draw_set_rasterizer_state(i915->draw,
-                          (i915->rasterizer ? i915->rasterizer->templ : NULL));
+                           (i915->rasterizer ? i915->rasterizer->templ : NULL),
+                           raster);
 
    i915->dirty |= I915_NEW_RASTERIZER;
 }