Re: [1/2] gdiplus: Add some tests for scaling an image with various pixel offset modes. Take 3.

2012-09-17 Thread Vincent Povirk
> Can I please get a feedback on this gdiplus series along with another one > "gdiplus: Add some tests for GIF properties." ? Yeah, I don't know why those patches would still be New. I didn't look carefully, but it all seemed fine to me. As far as what you're doing with pixel offsets, I haven't v

Re: [1/2] gdiplus: Add some tests for scaling an image with various pixel offset modes. Take 3.

2012-09-16 Thread Dmitry Timoshkov
Hi, Can I please get a feedback on this gdiplus series along with another one "gdiplus: Add some tests for GIF properties." ? -- Dmitry.

Re: [1/2] gdiplus: Add some tests for scaling an image with various pixel offset modes. Take 2.

2012-09-06 Thread Dmitry Timoshkov
I hope that I've addressed Vincent's concern about todo_wine blanket coverage, is there anything else that prevents these 2 patches from being accepted? -- Dmitry.

Re: [1/2] gdiplus: Add some tests for scaling an image with various pixel offset modes.

2012-09-04 Thread Vincent Povirk
> match = memcmp(dst_8x1, td[i].image, sizeof(dst_8x1)) == 0; > +if (!match) > +todo_wine ok(match, "%d: data should match\n", i); > +else > ok(match, "%d: data should match\n", i); This sort of thing makes me nervous. Couldn't you do this in such a way th