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

Zebediah Figura z.figura12 at gmail.com
Tue Mar 17 09:46:49 CDT 2020


On 3/17/20 9:40 AM, Henri Verbeet wrote:
> 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.
> 

It doesn't fail for me, either with radeonsi or nvidia blob. I guess I 
could reorder the patches and resend.



More information about the wine-devel mailing list