ChangeSet ID: 18828 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/11 09:25:54
Modified files: dlls/wined3d : wined3d_private.h surface.c drawprim.c device.c
Log message: Oliver Stieber oliver_stieber@yahoo.co.uk Implemented basic non-power 2 texture in wined3d. Also fixed a typo in drawprim that was causing vertex declarations to crash.
Patch: http://cvs.winehq.org/patch.py?id=18828
Old revision New revision Changes Path 1.35 1.36 +12 -1 wine/dlls/wined3d/wined3d_private.h 1.12 1.13 +96 -24 wine/dlls/wined3d/surface.c 1.12 1.13 +19 -2 wine/dlls/wined3d/drawprim.c 1.41 1.42 +22 -6 wine/dlls/wined3d/device.c