Re: [6/15] WineD3D: Replace the position fixup mul-add-add with a MAD
9 Nov
9 Nov
9:53 a.m.
New subject: [6/15] WineD3D: Replace the position fixup mul-add-add with a MAD
Am Freitag, 9. November 2007 16:50:54 schrieb Mirek Slugeň:
Hi, this patch caused regression in Nvidia SDK demo BloodShader.exe and some other games, the main problem is in geometry of some objects, so it colud be related to vertex shaders. Can you describe the issues a bit more detailed? (e.g. screenshots?)
1:09 p.m.
New subject: [6/15] WineD3D: Replace the position fixup mul-add-add with a MAD
I think the problem is that the replacement has incorrect order of operations. Originally, it was adding the half-pixel fixup then multiplying to invert the Y, while the MAD replacement does the Y invert first then the half-pixel fix. Also Mirek, can you please stop sending your messages as HTML? My client makes your messages nearly unreadable. Thanks.
6698
Age (days ago)
6698
Last active (days ago)
3 comments
3 participants
participants (3)
-
Chris Robinson -
Mirek Slugeň -
Stefan Dösinger