ChangeSet ID: 15633 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/24 06:44:01
Modified files: dlls/d3d9 : volumetexture.c volume.c vertexshader.c vertexdeclaration.c vertexbuffer.c texture.c swapchain.c surface.c stateblock.c resource.c query.c pixelshader.c indexbuffer.c directx.c device.c cubetexture.c basetexture.c
Log message: Paul Vriens Paul.Vriens@xs4all.nl - use Interlocked* functions in AddRef and Release. - store the result of the Interlocked functions and use only this.
Patch: http://cvs.winehq.org/patch.py?id=15633
Old revision New revision Changes Path 1.9 1.10 +7 -3 wine/dlls/d3d9/volumetexture.c 1.9 1.10 +8 -3 wine/dlls/d3d9/volume.c 1.7 1.8 +8 -4 wine/dlls/d3d9/vertexshader.c 1.6 1.7 +9 -4 wine/dlls/d3d9/vertexdeclaration.c 1.9 1.10 +8 -3 wine/dlls/d3d9/vertexbuffer.c 1.10 1.11 +7 -3 wine/dlls/d3d9/texture.c 1.6 1.7 +9 -4 wine/dlls/d3d9/swapchain.c 1.10 1.11 +8 -3 wine/dlls/d3d9/surface.c 1.6 1.7 +9 -4 wine/dlls/d3d9/stateblock.c 1.8 1.9 +8 -3 wine/dlls/d3d9/resource.c 1.6 1.7 +9 -4 wine/dlls/d3d9/query.c 1.7 1.8 +8 -4 wine/dlls/d3d9/pixelshader.c 1.8 1.9 +8 -3 wine/dlls/d3d9/indexbuffer.c 1.16 1.17 +9 -4 wine/dlls/d3d9/directx.c 1.18 1.19 +9 -4 wine/dlls/d3d9/device.c 1.10 1.11 +7 -3 wine/dlls/d3d9/cubetexture.c 1.8 1.9 +8 -3 wine/dlls/d3d9/basetexture.c