gallium: tweak x/ybias values
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 17 Apr 2008 21:26:37 +0000 (15:26 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 17 Apr 2008 21:26:37 +0000 (15:26 -0600)
src/gallium/auxiliary/draw/draw_wide_point.c

index 0fa7c9313c152846c7fe69d5388fd12519fff6a8..3d0add0c1afa1e75ff19860336814aae95153a91 100644 (file)
@@ -199,7 +199,7 @@ static void widepoint_first_point( struct draw_stage *stage,
    wide->ybias = 0.0;
 
    if (draw->rasterizer->gl_rasterization_rules) {
-      wide->ybias = -0.125;
+      wide->xbias = 0.125;
    }
 
    /* XXX we won't know the real size if it's computed by the vertex shader! */