ChangeSet ID: 7036 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/14 17:05:39
Modified files: dlls/d3d8 : volumetexture.c texture.c surface.c resource.c directx.c device.c d3d8_private.h cubetexture.c basetexture.c
Log message: Raphael Junqueira fenix@club-internet.fr Beginning of more COM compliant behavior: - AddRef/Release where needed - use IUnknown* instead void* - fix many GetDevice using AddRef - fix IDirect3DSurface8Impl_GetContainer using QueryInterface
Patch: http://cvs.winehq.com/patch.py?id=7036
Old revision New revision Changes Path 1.3 1.4 +5 -0 wine/dlls/d3d8/volumetexture.c 1.3 1.4 +6 -1 wine/dlls/d3d8/texture.c 1.4 1.5 +22 -12 wine/dlls/d3d8/surface.c 1.1 1.2 +1 -1 wine/dlls/d3d8/resource.c 1.12 1.13 +2 -0 wine/dlls/d3d8/directx.c 1.26 1.27 +17 -10 wine/dlls/d3d8/device.c 1.11 1.12 +1 -1 wine/dlls/d3d8/d3d8_private.h 1.2 1.3 +5 -0 wine/dlls/d3d8/cubetexture.c 1.2 1.3 +5 -0 wine/dlls/d3d8/basetexture.c