17 Mar
2020
17 Mar
'20
2:46 p.m.
On 3/17/20 9:40 AM, Henri Verbeet wrote:
On Tue, 17 Mar 2020 at 01:47, Zebediah Figura <z.figura12(a)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.