From: Henri Verbeet Subject: Re: [PATCH 3/3] d3d9/tests: Test using a "NULL" texture with a smaller D/S texture. Message-Id: Date: Tue, 3 Nov 2020 18:29:56 +0330 In-Reply-To: <20201102180311.579200-3-mbruni@codeweavers.com> References: <20201102180311.579200-1-mbruni@codeweavers.com> <20201102180311.579200-3-mbruni@codeweavers.com> On Mon, 2 Nov 2020 at 21:33, Matteo Bruni wrote: > > Signed-off-by: Matteo Bruni > --- > dlls/d3d9/tests/visual.c | 63 ++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 63 insertions(+) > It doesn't work here (Intel SKL): visual.c:25166: Test failed: Expected color 0x00ff0000 at (100, 100), got 0x00000000. visual.c:25166: Test failed: Expected color 0x00ff0000 at (200, 100), got 0x00000000. visual.c:25166: Test failed: Expected color 0x00ff0000 at (300, 100), got 0x00000000. visual.c:25166: Test failed: Expected color 0x00ff0000 at (300, 150), got 0x00000000. visual.c:25166: Test failed: Expected color 0x00ff0000 at (300, 200), got 0x00000000.