ChangeSet ID: 18843 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/11 15:38:27
Modified files: include/wine : wined3d_types.h wined3d_interface.h dlls/wined3d : wined3d_private.h texture.c surface.c device.c cubetexture.c dlls/d3d9 : texture.c surface.c cubetexture.c
Log message: Oliver Stieber oliver_stieber@yahoo.co.uk Move parameters relating to opengl on the surface structure on to a glDesciption member. Removed Level and Target from LoadTexture, and reduced the dependency on surface->device. Fixed a couple of compiler warnings in d3d9.
Patch: http://cvs.winehq.org/patch.py?id=18843
Old revision New revision Changes Path 1.4 1.5 +11 -3 wine/include/wine/wined3d_types.h 1.37 1.38 +9 -3 wine/include/wine/wined3d_interface.h 1.36 1.37 +2 -1 wine/dlls/wined3d/wined3d_private.h 1.6 1.7 +15 -6 wine/dlls/wined3d/texture.c 1.13 1.14 +100 -56 wine/dlls/wined3d/surface.c 1.42 1.43 +12 -4 wine/dlls/wined3d/device.c 1.5 1.6 +17 -4 wine/dlls/wined3d/cubetexture.c 1.16 1.17 +1 -1 wine/dlls/d3d9/texture.c 1.16 1.17 +1 -1 wine/dlls/d3d9/surface.c 1.14 1.15 +1 -1 wine/dlls/d3d9/cubetexture.c