ChangeSet ID: 8507 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/06/16 14:41:34
Modified files: dlls/ddraw/dsurface: main.c dlls/ddraw/d3ddevice: mesa.c dlls/ddraw : mesa.c gl_private.h gl_api.h
Log message: Lionel Ulmer lionel.ulmer@free.fr - fix some regressions - GetDC does not lock in ReadOnly mode as it leads to problems with some D3D optimizations - added a fast Back => Front / Front => Back Blt fast path
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8507
Old revision New revision Changes Path 1.50 1.51 +1 -1 wine/dlls/ddraw/dsurface/main.c 1.123 1.124 +77 -0 wine/dlls/ddraw/d3ddevice/mesa.c 1.50 1.51 +15 -9 wine/dlls/ddraw/mesa.c 1.2 1.3 +2 -1 wine/dlls/ddraw/gl_private.h 1.2 1.3 +2 -1 wine/dlls/ddraw/gl_api.h