Stefan Dösinger stefan@codeweavers.com writes:
From 44f176ad4fcbc92ea66d8526670a1ec573ffa9f0 Mon Sep 17 00:00:00 2001 From: Stefan Doesinger stefan@codeweavers.com Date: Mon, 19 Nov 2007 10:53:26 +0100 Subject: [PATCH] d3d9: add a test for vertex shader input matching
This fails with the usual rounding errors:
../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so visual.c && touch visual.ok visual.c:4716: Test failed: Input test: Quad 1(2crd) returned color 0x00ffff7f, expected 0x00FFFF80 visual.c:4721: Test failed: Input test: Quad 3(2crd-wrongidx) returned color 0x00ff007f, expected 0x00FF0080 visual.c:4704: Test failed: Input test: Quad 1(2crd) returned color 0x00ffff7f, expected 0x00FFFF80 visual.c:4710: Test failed: Input test: Quad 3(2crd-wrongidx) returned color 0x00ff007f, expected 0x00FF0080 visual.c:4704: Test failed: Input test: Quad 1(2crd) returned color 0x00ffff7f, expected 0x00FFFF80 visual.c:4710: Test failed: Input test: Quad 3(2crd-wrongidx) returned color 0x00ff007f, expected 0x00FF0080 visual.c:4849: Test failed: Input test: Quad 2(color-ubyte) returned color 0x00407ffe, expected 0x014080ff visual.c:4849: Test failed: Input test: Quad 2(color-ubyte) returned color 0x00407ffe, expected 0x014080ff visual.c:4849: Test failed: Input test: Quad 2(color-ubyte) returned color 0x00407ffe, expected 0x014080ff make[2]: *** [visual.ok] Error 9