gallium: tweak x/ybias values

This commit is contained in:
Brian Paul 2008-04-17 15:26:37 -06:00
parent 5af9a690b2
commit 01b6354e72

View 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! */