ChangeSet ID: 8402 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/06/04 17:55:19
Modified files: dlls/d3d8 : swapchain.c surface.c directx.c device.c d3d8_private.h
Log message: Raphael Junqueira fenix@club-internet.fr - some cleanup and warning fixes - split of CreateDevice gl/gxl detection code into FillGLCaps - implementation of resolution change (using ChangeDisplaySettings) but desactived as ChangeDisplaySettings don't seem to work well - begin of swap chain support (now need to split/clean gxlpbuffer/glxpixmap code for swap chain use)
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8402
Old revision New revision Changes Path 1.5 1.6 +14 -4 wine/dlls/d3d8/swapchain.c 1.13 1.14 +0 -13 wine/dlls/d3d8/surface.c 1.39 1.40 +184 -168 wine/dlls/d3d8/directx.c 1.66 1.67 +60 -1 wine/dlls/d3d8/device.c 1.31 1.32 +7 -7 wine/dlls/d3d8/d3d8_private.h