http://bugs.winehq.org/show_bug.cgi?id=12241 Alexander Dorofeyev <alexd4(a)inbox.lv> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexd4(a)inbox.lv --- Comment #5 from Alexander Dorofeyev <alexd4(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.