From: Brian Paul Date: Thu, 17 Apr 2008 21:26:37 +0000 (-0600) Subject: gallium: tweak x/ybias values X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01b6354e72a84f8c3c22be1f77eab8d9c05920a3;p=mesa.git gallium: tweak x/ybias values --- diff --git a/src/gallium/auxiliary/draw/draw_wide_point.c b/src/gallium/auxiliary/draw/draw_wide_point.c index 0fa7c9313c1..3d0add0c1af 100644 --- a/src/gallium/auxiliary/draw/draw_wide_point.c +++ b/src/gallium/auxiliary/draw/draw_wide_point.c @@ -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! */