[SOLVED] Re: wined3d/CopyRects bug fix

2006-10-05 Thread Christopher GAUTIER
On Fri, Sep 22, 2006, Stefan Dösinger wrote: > So the idea is to find out what the application does and fix the opengl > blitting code :-) After a debugging session, I found out that the cause of the graphical glitch is that the extension GL_REGISTER_COMBINERS_NV was enabled, and it breaks IWineD

Re: wined3d/CopyRects bug fix

2006-09-22 Thread Christopher GAUTIER
On Tue, Sep 19, 2006, Stefan Dösinger wrote: > Am Montag 18 September 2006 10:12 schrieb Christopher GAUTIER: > > I've identified a bug in IWineD3DDeviceImpl_CopyRects. When CopyRects() > > is called to copy the source entirely into the destination surface, and > > that the sizes matches, a plain m

Re: wined3d/CopyRects bug fix

2006-09-19 Thread Stefan Dösinger
Am Montag 18 September 2006 10:12 schrieb Christopher GAUTIER: > Hello there, > > I've identified a bug in IWineD3DDeviceImpl_CopyRects. When CopyRects() > is called to copy the source entirely into the destination surface, and > that the sizes matches, a plain memcpy() is done. However, this assum