svga: another tweak to adjust_x term (use -0.5)

This commit is contained in:
Brian Paul 2011-04-07 11:25:46 -06:00
parent 584d1e2309
commit 6638b4a590

View file

@ -296,7 +296,7 @@ static int emit_viewport( struct svga_context *svga,
break;
case PIPE_PRIM_POINTS:
case PIPE_PRIM_TRIANGLES:
adjust_x = -0.25;
adjust_x = -0.5;
adjust_y = -0.5;
break;
}