mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
gallium: tweak x/ybias values
This commit is contained in:
parent
5af9a690b2
commit
01b6354e72
1 changed files with 1 additions and 1 deletions
|
|
@ -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! */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue