search for: iwined3dvolumeimpl_unlockbox

Displaying 2 results from an estimated 2 matches for "iwined3dvolumeimpl_unlockbox".

2009 Aug 23
1
Help from a more experienced WINE developer
Hiya, So in an attempt to get Champions Online working under WINE, I have been debugging it and I have found that the function IWineD3DVolumeImpl_UnlockBox (it can be found in WINE_SRC/dlls/wined3d/volume.c) is being called twice on the same object thus in the second attempt it is trying to unlock an already unlocked object, which seems to be generating the error. I have searched the WINE code base for explicit calls to this function and have found n...
2009 Dec 18
0
Wine release 1.1.35
...swapchain" parameter to surface_get_gl_buffer(). wined3d: Mark the draw buffer as dirty in context_create(). ddraw/tests: Add tests for ddraw window proc handling. wined3d: Change an ERR to a TRACE in IWineD3DEventQueryImpl_GetData(). wined3d: Change an ERR to a WARN in IWineD3DVolumeImpl_UnlockBox(). wined3d: Cleanup IWineD3DDeviceImpl_GetBackBuffer(). msi: Remove an unused field from the string table. ddraw: Don't depend on IWineD3DDevice_CreateSurface() not touching the surface parameter on failure. wined3d: Don't touch "ppSurface" on failure in IW...