Re: wined3d updates

2005-01-23 Thread Jesse Allen
On Thu, 20 Jan 2005 01:40:00 + (GMT), Oliver Stieber <[EMAIL PROTECTED]> wrote: > --- Oliver Stieber <[EMAIL PROTECTED]> > opps, it helps if I actually attach them > wrote: > > Hi, > > The attached patches: > > > > Bring d3d9.h upto date with MSDN. > > Implement DepthStencils in wined3d. > >

Re: wined3d updates

2005-01-20 Thread Ann and Jason Edmeades
Hi Oliver, D3DRESOURCETYPE WINAPI IWineD3DCubeTextureImpl_GetType(IWineD3DCubeTexture *iface) { -return IWineD3DResourceImpl_GetType((IWineD3DResource *)iface); +return IWineD3DResource_GetType((IWineD3DResource *)iface); } This is wrong (and others) - you'll end up in an infinite loop.

Re: wined3d updates

2005-01-19 Thread Oliver Stieber
> > You forgot the patch... > > Tom > I resent the email with the patches about 10 minutes ago so it should get through soon. ___ ALL-NEW Yahoo! Messenger - all new features - even more fun! http:

Re: wined3d updates

2005-01-19 Thread Ivan Leo Puoti
Oliver Stieber wrote: Hi, The attached patches: You didn't attach any patches. Ivan.