[PATCH 1/3] d3d10core/tests: Add a test for dual source blending.

Henri Verbeet hverbeet at gmail.com
Tue Mar 17 09:40:35 CDT 2020


On Tue, 17 Mar 2020 at 01:47, Zebediah Figura <z.figura12 at gmail.com> wrote:
> +    color = get_texture_color(test_context.backbuffer, 320, 240);
> +    ok(compare_color(color, 0x80804000, 1), "Got unexpected color 0x%08x.\n", color);
> +
Perhaps predictably, this test fails here on Wine:

    d3d10core.c:18349: Test failed: Got unexpected color 0x80008080.



More information about the wine-devel mailing list