svga: another tweak to adjust_x term (use -0.5)
authorBrian Paul <brianp@vmware.com>
Thu, 7 Apr 2011 17:25:46 +0000 (11:25 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 7 Apr 2011 17:25:46 +0000 (11:25 -0600)
src/gallium/drivers/svga/svga_state_framebuffer.c

index 8ad6ab4..47bdc25 100644 (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;
       }