[PATCH v2] ddraw/tests: Recognize mipmap brokenness on Windows 8 and 10

Alex Henrie alexhenrie24 at gmail.com
Sat Jul 14 18:07:02 CDT 2018


On Wed, Feb 21, 2018 at 5:36 AM Henri Verbeet <hverbeet at gmail.com> wrote:
>
> On 20 February 2018 at 11:06, Alex Henrie <alexhenrie24 at gmail.com> wrote:
> > Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
> > ---
> > v2: Reset diff_count3 to 0 after use
> >
> >  dlls/ddraw/tests/d3d.c | 77 ++++++++++++++++++++++++++++++++++++--------------
> >  1 file changed, 56 insertions(+), 21 deletions(-)
> >
> Unfortunately the only way to fix these is by porting them to ddraw[1247].c.

I looked at this again today and realized that only IDirect3DDevice7
has a Load function. So, I don't immediately see a way to rewrite the
device load tests for DDraw 1-4. It seems like we could just move the
existing tests to ddraw7.c.

-Alex



More information about the wine-devel mailing list