gallium: get rid of bufloop quad stage
[mesa.git] / src / gallium / drivers / softpipe / sp_quad_stipple.c
index 9a39249576b0312cc228bc95c073cefaa04c4e86..f1e9b80e09a0eff6d11ac2290dcbc6f75b7f2c3a 100644 (file)
@@ -25,7 +25,7 @@ stipple_quad(struct quad_stage *qs, struct quad_header *quad)
       int y0, y1;
       uint stipple0, stipple1;
       if (softpipe->rasterizer->origin_lower_left) {
-         y0 = softpipe->fb_height - 1 - quad->y0;
+         y0 = softpipe->framebuffer.height - 1 - quad->y0;
          y1 = y0 - 1;
       }
       else {