ChangeSet ID: 21242 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/14 05:21:46
Modified files: dlls/d3d9 : volumetexture.c vertexshader.c vertexdeclaration.c vertexbuffer.c texture.c swapchain.c stateblock.c query.c pixelshader.c indexbuffer.c device.c cubetexture.c
Log message: Oliver Stieber oliver_stieber@yahoo.co.uk Remove the setting of the result pointer to NULL in creates, tests show that windows doesn't set the result to NULL on error.
Patch: http://cvs.winehq.org/patch.py?id=21242
Old revision New revision Changes Path 1.15 1.16 +4 -4 wine/dlls/d3d9/volumetexture.c 1.13 1.14 +3 -3 wine/dlls/d3d9/vertexshader.c 1.12 1.13 +10 -9 wine/dlls/d3d9/vertexdeclaration.c 1.13 1.14 +4 -4 wine/dlls/d3d9/vertexbuffer.c 1.18 1.19 +5 -5 wine/dlls/d3d9/texture.c 1.10 1.11 +2 -3 wine/dlls/d3d9/swapchain.c 1.12 1.13 +2 -3 wine/dlls/d3d9/stateblock.c 1.12 1.13 +3 -3 wine/dlls/d3d9/query.c 1.12 1.13 +15 -14 wine/dlls/d3d9/pixelshader.c 1.12 1.13 +4 -4 wine/dlls/d3d9/indexbuffer.c 1.33 1.34 +3 -3 wine/dlls/d3d9/device.c 1.16 1.17 +2 -2 wine/dlls/d3d9/cubetexture.c