[PATCH v2 6/7] d3d11: Turn MultisampleEnable into a stub.

Henri Verbeet hverbeet at gmail.com
Mon May 3 11:01:29 CDT 2021


On Fri, 30 Apr 2021 at 18:09, Zebediah Figura <z.figura12 at gmail.com> wrote:
> ---
>  dlls/d3d10core/tests/d3d10core.c | 10 ++++------
>  dlls/d3d11/device.c              | 17 +++--------------
>  dlls/d3d11/state.c               |  7 +++++++
>  dlls/d3d11/tests/d3d11.c         | 10 ++++------
>  4 files changed, 18 insertions(+), 26 deletions(-)
>
This introduces failures here on Wine (Intel SKL):

OpenGL:
    d3d11.c:32744: Test failed: Got unexpected color 0xff808080 at (335, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff808080 at (335, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff808080 at (335, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff808080 at (335, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff808080 at (335, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff808080 at (335, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff808080 at (335, 407).

Vulkan:
    d3d11.c:32744: Test failed: Got unexpected color 0xff404040 at (333, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff808080 at (335, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xffffffff at (339, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xffbfbfbf at (341, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff404040 at (333, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff808080 at (335, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xffffffff at (339, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff404040 at (333, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff808080 at (335, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xffbfbfbf at (341, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xffffffff at (339, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xffbfbfbf at (341, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff404040 at (333, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff808080 at (335, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff404040 at (333, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xffffffff at (339, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xffbfbfbf at (341, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff808080 at (335, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xffffffff at (339, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xffbfbfbf at (341, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff404040 at (333, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff808080 at (335, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff404040 at (333, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xff808080 at (335, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xffffffff at (339, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xffbfbfbf at (341, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xffffffff at (339, 407).
    d3d11.c:32744: Test failed: Got unexpected color 0xffbfbfbf at (341, 407).

And similar failures for the d3d10core test.



More information about the wine-devel mailing list