mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
svga: another tweak to adjust_x term (use -0.5)
This commit is contained in:
parent
584d1e2309
commit
6638b4a590
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue