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
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
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 ...
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 ?
>>
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 ?
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
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
Actually, I just cleaned up your patches, and will probably submit the
first few later today.
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