Re: ddraw: Reset the viewport data before each test

2008-06-15 Thread James Hawkins
On Sun, Jun 15, 2008 at 7:08 AM, Paul Vriens <[EMAIL PROTECTED]> wrote: > James Hawkins wrote: >> >> Hi, >> >> Fixes bug 13643 and the ddraw:d3d tests. >> >> Changelog: >> * Reset the viewport data before each test. >> >> dlls/ddraw/tests/d3d.c | 31 + >> 1 files

Re: ddraw: Reset the viewport data before each test

2008-06-15 Thread Alexander Dorofeyev
I have seen this too, on a real XP machine with nvidia card. But it doesn't happen on some others, like a win98 machine I tried it on. If I remember it correctly from the time I tried to debug it, one of the calls to TransformVertices there seemed to overflow the buffer on the stack it writes t

Re: ddraw: Reset the viewport data before each test

2008-06-15 Thread Paul Vriens
James Hawkins wrote: > Hi, > > Fixes bug 13643 and the ddraw:d3d tests. > > Changelog: > * Reset the viewport data before each test. > > dlls/ddraw/tests/d3d.c | 31 + > 1 files changed, 20 insertions(+), 11 deletions(-) > > > > -