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
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
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