--- src/gallium/drivers/ilo/ilo_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/ilo/ilo_state.c b/src/gallium/drivers/ilo/ilo_state.c index d89765a..d50d5c4 100644 --- a/src/gallium/drivers/ilo/ilo_state.c +++ b/src/gallium/drivers/ilo/ilo_state.c @@ -1142,7 +1142,7 @@ ilo_create_rasterizer_state(struct pipe_context *pipe, info->line.aa_enable = state->line_smooth; info->line.stipple_enable = state->line_stipple_enable; info->line.giq_enable = true; - info->line.giq_last_pixel = state->line_last_pixel; + info->line.giq_last_pixel = false; info->tri.front_winding = ilo_translate_front_ccw(state->front_ccw); info->tri.cull_mode = ilo_translate_cull_face(state->cull_face); info->tri.fill_mode_front = ilo_translate_poly_mode(state->fill_front); -- 2.1.4 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev