Hi all.
I have here a directx 8 game - first splinter cell - and i get this fixme: fixme:d3d_surface:IDirect3DSurface8Impl_UnlockRect Unsupported Format 22 in locking func
So i looked at wine source and found out that format 22 (WINED3DFMT_X8R8G8B8) is supported in wined3d. Will directx8 converted to use wined3d or is it a good idea to write a patch for it?
Thanks, Chiristian
Hi,
I'm working on moving d3d8 over to wined3d. During that transition the bug will be fixed I hope. What game is it?
Regards, Roderick
On Thursday 09 February 2006 11:56, Christian Gmeiner wrote:
Hi all.
I have here a directx 8 game - first splinter cell - and i get this fixme: fixme:d3d_surface:IDirect3DSurface8Impl_UnlockRect Unsupported Format 22 in locking func
So i looked at wine source and found out that format 22 (WINED3DFMT_X8R8G8B8) is supported in wined3d. Will directx8 converted to use wined3d or is it a good idea to write a patch for it?
Thanks, Chiristian
Hi,
the game is called "Tom Claney's Splinter Cell". When do you think, are you ready with your patches?
Greets, Christian
Hi,
I'm working on moving d3d8 over to wined3d. During that transition the bug will be fixed I hope. What game is it?
Regards, Roderick
On Thursday 09 February 2006 11:56, Christian Gmeiner wrote:
Hi all.
I have here a directx 8 game - first splinter cell - and i get this fixme: fixme:d3d_surface:IDirect3DSurface8Impl_UnlockRect Unsupported Format 22 in locking func
So i looked at wine source and found out that format 22 (WINED3DFMT_X8R8G8B8) is supported in wined3d. Will directx8 converted to use wined3d or is it a good idea to write a patch for it?
Thanks, Chiristian
On Thursday 09 February 2006 14:20, Christian Gmeiner wrote:
Hi,
the game is called "Tom Claney's Splinter Cell". When do you think, are you ready with your patches?
Greets, Christian
The past few days I have been busy porting over the surface code (in small pieces) and I would like to submit it but I'm having some small issues. I have a solution for it but I'm not sure if it will be accepted.
Roderick