Re: d3dx8: Implementation of D3DXGetFVFVertexSize with tests try 2

2008-08-25 Thread David Adam
Hello, could you keep the style of the file, please? For instance for (.) { } instead of for (.) { } The same for the if condition and the switch condition? David

Re: d3dx8: Implementation of D3DXGetFVFVertexSize

2008-04-06 Thread Luis Busquets
Sorry, actually, the title of d3dx9 was d3dx8. Both patches patch the same file. H. Verbeet escribiĆ³: > On 06/04/2008, Luis Busquets <[EMAIL PROTECTED]> wrote: > >> Implementation of D3DXGetFVFVertexSize. It does so by calculating all the >> different publicly available posible vertex configura

Re: d3dx8: Implementation of D3DXGetFVFVertexSize

2008-04-06 Thread H. Verbeet
On 06/04/2008, Luis Busquets <[EMAIL PROTECTED]> wrote: > Implementation of D3DXGetFVFVertexSize. It does so by calculating all the > different publicly available posible vertex configuration types. > Same comments as for the d3dx9 version apply. (Why isn't the d3dx9 version a forward to d3dx8?)

d3dx8: Implementation of D3DXGetFVFVertexSize

2008-03-13 Thread Luis C. Busquets PĆ©rez
Is ther eany problem with this patch? --- dlls/d3dx8/d3dx8_main.c | 59 +- 1 files changed, 57 insertions(+), 2 deletions(-) diff --git a/dlls/d3dx8/d3dx8_main.c b/dlls/d3dx8/d3dx8_main.c index ee897a8..a1d37b8 100644 --- a/dlls/d3dx8/d3dx8_main.c