Commit dce62509e5d3f7fb8c5890fac51ec2d218c15960

  • avatar
  • Chia-I Wu <olvaffe @gm…l.com>
  • Wed Sep 23 08:44:09 CEST 2009
mesa: Pixel zoom should be ignored in _mesa_meta_draw_tex.
  
21092109
21102110 /* vertex positions, texcoords */
21112111 {
2112 const GLfloat x1 = x + width * ctx->Pixel.ZoomX;
2113 const GLfloat y1 = y + height * ctx->Pixel.ZoomY;
2112 const GLfloat x1 = x + width;
2113 const GLfloat y1 = y + height;
21142114
21152115 verts[0].x = x;
21162116 verts[0].y = y;