Re: d3dx9: Implement D3DXDeclaratorFromFVF. (try 2)

2010-08-25 Thread Henri Verbeet
On 25 August 2010 04:04, misha680 misha...@gmail.com wrote: What do you think about this one on top of those? I will wait to send to wine-patches until your patches have been committed. http://wine.1045685.n5.nabble.com/file/n2652101/0004-d3dx9-Implement-D3DXDeclaratorFromFVF.txt Still not

Re: d3dx9: Implement D3DXDeclaratorFromFVF. (try 2)

2010-08-25 Thread Misha Koshelev
On Wed, 2010-08-25 at 12:28 +0200, Henri Verbeet wrote: On 25 August 2010 04:04, misha680 misha...@gmail.com wrote: What do you think about this one on top of those? I will wait to send to wine-patches until your patches have been committed.

Re: d3dx9: Implement D3DXDeclaratorFromFVF. (try 2)

2010-08-25 Thread Henri Verbeet
On 25 August 2010 14:31, Misha Koshelev misha...@gmail.com wrote: for some reason were from Paulo Lesgaz. For what it's worth, Paulo Lesgaz is an (obvious) pseudonym, as is Jérémie Lapurée. See e.g. http://fr.wikipedia.org/wiki/Joe_Bar_Team for reference.

Re: d3dx9: Implement D3DXDeclaratorFromFVF. (try 2)

2010-08-24 Thread Henri Verbeet
On 24 August 2010 05:05, Misha Koshelev misha...@gmail.com wrote: +elements[idx].Stream = 0xFF; +elements[idx].Offset = D3DXGetDeclVertexSize(elements, 0); +elements[idx].Stream = 0; That's ugly. +memcpy(Declaration, elements, size * sizeof(D3DVERTEXELEMENT9));

Re: d3dx9: Implement D3DXDeclaratorFromFVF. (try 2)

2010-08-24 Thread misha680
-D3DXDeclaratorFromFVF-try-2-tp2650969p2652101.html Sent from the Wine - Devel mailing list archive at Nabble.com.