ChangeSet ID: 6452 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/11/30 13:06:53
Modified files: dlls/ddraw/d3ddevice: mesa.c dlls/ddraw : helper.c ddraw_private.h d3dviewport.c
Log message: Lionel Ulmer lionel.ulmer@free.fr - start of support for device locking / unlocking via glReadPixels / glDrawPixels interface (slow but should be enough for a start) - implement one vertex case for the D3D3/7 DrawPrimitive functions - fix a missing \n in a TRACE call
Patch: http://cvs.winehq.com/patch.py?id=6452
Old revision New revision Changes Path 1.26 1.27 +287 -46 wine/dlls/ddraw/d3ddevice/mesa.c 1.21 1.22 +4 -25 wine/dlls/ddraw/helper.c 1.30 1.31 +24 -0 wine/dlls/ddraw/ddraw_private.h 1.10 1.11 +1 -1 wine/dlls/ddraw/d3dviewport.c