Re: d3dx9: Fix D3DXPlaneNormalize on 64 bits.

2010-10-11 Thread Marcus Meissner
On Mon, Oct 11, 2010 at 03:53:21PM +0200, Matteo Bruni wrote: > 2010/10/11 Henri Verbeet : > > On 8 October 2010 16:32, Matteo Bruni wrote: > >> This patch changes D3DXPlaneNormalize to behave as native on 64 bits, > >> returning infinity in the fourth plane component when the norm is 0. > >> If t

Re: d3dx9: Fix D3DXPlaneNormalize on 64 bits.

2010-10-11 Thread Matteo Bruni
2010/10/11 Henri Verbeet : > On 8 October 2010 16:32, Matteo Bruni wrote: >> This patch changes D3DXPlaneNormalize to behave as native on 64 bits, >> returning infinity in the fourth plane component when the norm is 0. >> If this is not appropriate, I can resend without the implementation >> chang

Re: d3dx9: Fix D3DXPlaneNormalize on 64 bits.

2010-10-11 Thread Henri Verbeet
On 8 October 2010 16:32, Matteo Bruni wrote: > This patch changes D3DXPlaneNormalize to behave as native on 64 bits, > returning infinity in the fourth plane component when the norm is 0. > If this is not appropriate, I can resend without the implementation > changes, just fixing the tests. > I ca