Re: D3DXMatrixstack: where to go....

2008-11-01 Thread paulo lesgaz
lt;[EMAIL PROTECTED]> Objet: Re: D3DXMatrixstack: where to go À: "Henri Verbeet" <[EMAIL PROTECTED]> Cc: "wine-devel" Date: Samedi 1 Novembre 2008, 0h17 Henri Verbeet a écrit : > 2008/10/31 Jérôme Gardou <[EMAIL PROTECTED]>: > >> OK, patches wil

Re: D3DXMatrixstack: where to go....

2008-11-01 Thread Jérôme Gardou
Jérôme Gardou a écrit : > Henri Verbeet a écrit : >> 2008/10/31 Jérôme Gardou <[EMAIL PROTECTED]>: >> >>> OK, patches will be sent soon. By the way, what if I call multiply >>> on a new >>> stack, the push, then pop ? Will the top matrix be identity, or the >>> one with >>> which I multiplied t

Re: D3DXMatrixstack: where to go....

2008-11-01 Thread Jérôme Gardou
Henri Verbeet a écrit : 2008/10/31 Jérôme Gardou <[EMAIL PROTECTED]>: OK, patches will be sent soon. By the way, what if I call multiply on a new stack, the push, then pop ? Will the top matrix be identity, or the one with which I multiplied the first time ? I guess this calls a testcase ...

Re: D3DXMatrixstack: where to go....

2008-11-01 Thread Jérôme Gardou
Henri Verbeet a écrit : > 2008/10/31 Jérôme Gardou <[EMAIL PROTECTED]>: > >> Henri Verbeet a écrit : >> >>> Actually, I just cleaned up your patches, and will probably submit the >>> first few later today. >>> >> Are you going to finish it or can I send the few missing functions ? >>

Re: D3DXMatrixstack: where to go....

2008-11-01 Thread Jérôme Gardou
Henri Verbeet a écrit : > Actually, I just cleaned up your patches, and will probably submit the > first few later today. Are you going to finish it or can I send the few missing functions ?

Re: D3DXMatrixstack: where to go....

2008-10-31 Thread Henri Verbeet
2008/10/31 Jérôme Gardou <[EMAIL PROTECTED]>: > OK, patches will be sent soon. By the way, what if I call multiply on a new > stack, the push, then pop ? Will the top matrix be identity, or the one with > which I multiplied the first time ? > > I guess this calls a testcase ... > I think it should

Re: D3DXMatrixstack: where to go....

2008-10-31 Thread Henri Verbeet
2008/10/31 Jérôme Gardou <[EMAIL PROTECTED]>: > Henri Verbeet a écrit : >> >> Actually, I just cleaned up your patches, and will probably submit the >> first few later today. > > Are you going to finish it or can I send the few missing functions ? > Sure, go ahead. I sent all the patches I wrote fo

Re: D3DXMatrixstack: where to go....

2008-10-29 Thread Henri Verbeet
Actually, I just cleaned up your patches, and will probably submit the first few later today.

D3DXMatrixstack: where to go....

2008-10-29 Thread paulo lesgaz
I did several patches about D3DXMAtrixStack. All were uncorrect. The idea of Henri to implement it is this one: it is very time -comsumming to allocate or to free memory. So one needs to do that as less as possible. So, we start with a stack with predefined size. When the stack is full, one mul