ChangeSet ID: 15751 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/28 08:03:32
Modified files: dlls/d3d9 : vertexdeclaration.c texture.c query.c directx.c device.c d3d9_private.h
Log message: Raphael Junqueira fenix@club-internet.fr - add vertex Declaration support (using wined3d) - minimal impl for SetRenderTarget and CreateQuery (needed to get some samples working) - remove no longer needed #undef GL_VERSION_1_4
Patch: http://cvs.winehq.org/patch.py?id=15751
Old revision New revision Changes Path 1.7 1.8 +58 -12 wine/dlls/d3d9/vertexdeclaration.c 1.11 1.12 +1 -1 wine/dlls/d3d9/texture.c 1.7 1.8 +32 -3 wine/dlls/d3d9/query.c 1.17 1.18 +8 -1 wine/dlls/d3d9/directx.c 1.19 1.20 +31 -9 wine/dlls/d3d9/device.c 1.11 1.12 +1 -9 wine/dlls/d3d9/d3d9_private.h