http://bugs.winehq.org/show_bug.cgi?id=12241
Alexander Dorofeyev alexd4@inbox.lv changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexd4@inbox.lv
--- Comment #5 from Alexander Dorofeyev alexd4@inbox.lv 2008-04-23 11:04:06 --- A few tests seems to be precision related:
GOURAUD shading has color0 000fc927, expected 0x000dca28
there were already this kind of issues in the test (shademode_test), the checks there may need to be relaxed a bit more. You can probably tweak it yourself to pass on your card, e.g. r >= 0x0c && r <= 0x0f instead of r >= 0x0c && r <= 0x0e for the above values.
There are tons of other failures in your log though about which I've no idea.