https://bugs.winehq.org/show_bug.cgi?id=32823
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #27 from Austin English austinenglish@gmail.com --- (In reply to Austin English from comment #26)
With: wine-1.5.24-96-gde85287 mesa: 54d9c8a04a3d79da9a73f4b30d1c30874e05dc58 / snb-magic-14673-g54d9c8a
I only get failures from this line: visual.c:11445: Test failed: Expected color 0x0000ff00 at 400,60, got 0x000000ff.
with mesa-10.0.4-1.20140312.fc20 and wine-1.7.16-158-g2c880e5, the failures are: visual.c:12665: Test failed: Expected color 0x0000ff00 at 400,60, got 0x000000ff. visual.c:12665: Test failed: Expected color 0x00ff0000 at 560,60, got 0x000000ff. visual.c:12665: Test failed: Expected color 0x0000ff00 at 400,180, got 0x000000ff. visual.c:12665: Test failed: Expected color 0x00ff0000 at 560,180, got 0x000000ff. visual.c:12665: Test failed: Expected color 0x0000ff00 at 80,300, got 0x000000ff. visual.c:12665: Test failed: Expected color 0x0000ff00 at 240,300, got 0x000000ff. visual.c:12665: Test failed: Expected color 0x0000ff00 at 400,300, got 0x000000ff. visual.c:12665: Test failed: Expected color 0x00ff0000 at 560,300, got 0x000000ff. visual.c:12665: Test failed: Expected color 0x00ff0000 at 80,420, got 0x000000ff. visual.c:12665: Test failed: Expected color 0x00ff0000 at 240,420, got 0x000000ff. visual.c:12665: Test failed: Expected color 0x00ff0000 at 400,420, got 0x000000ff. visual.c:12665: Test failed: Expected color 0x00ff0000 at 560,420, got 0x000000ff.
which is bug 35862 / mesa bug https://bugs.freedesktop.org/show_bug.cgi?id=77312
on the same hardware, I tried wine-1.5.24-96-gde85287. This to just fails color tests: visual.c:11445: Test failed: Expected color 0x0000ff00 at 400,60, got 0x000000ff. visual.c:11445: Test failed: Expected color 0x00ff0000 at 560,60, got 0x000000ff. visual.c:11445: Test failed: Expected color 0x0000ff00 at 400,180, got 0x000000ff. visual.c:11445: Test failed: Expected color 0x00ff0000 at 560,180, got 0x000000ff. visual.c:11445: Test failed: Expected color 0x0000ff00 at 80,300, got 0x000000ff. visual.c:11445: Test failed: Expected color 0x0000ff00 at 240,300, got 0x000000ff. visual.c:11445: Test failed: Expected color 0x0000ff00 at 400,300, got 0x000000ff. visual.c:11445: Test failed: Expected color 0x00ff0000 at 560,300, got 0x000000ff. visual.c:11445: Test failed: Expected color 0x00ff0000 at 80,420, got 0x000000ff. visual.c:11445: Test failed: Expected color 0x00ff0000 at 240,420, got 0x000000ff. visual.c:11445: Test failed: Expected color 0x00ff0000 at 400,420, got 0x000000ff. visual.c:11445: Test failed: Expected color 0x00ff0000 at 560,420, got 0x000000ff.
so the triangle tests were fixed, in Mesa (UPSTREAM).