Alexandre Julliard : opengl32: Add the concept of a WGL driver.

Alexandre Julliard julliard at winehq.org
Thu Jun 28 13:55:16 CDT 2012


Module: wine
Branch: master
Commit: 7a031d9b92320f1cb2d30d112d0e7a7afcf10c73
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7a031d9b92320f1cb2d30d112d0e7a7afcf10c73

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 28 14:13:24 2012 +0200

opengl32: Add the concept of a WGL driver.

---

 dlls/gdi32/dibdrv/dc.c     |    4 +--
 dlls/gdi32/driver.c        |   18 ++--------
 dlls/gdi32/enhmfdrv/init.c |    4 +--
 dlls/gdi32/freetype.c      |    4 +--
 dlls/gdi32/gdi32.spec      |    3 ++
 dlls/gdi32/mfdrv/init.c    |    4 +--
 dlls/gdi32/opengl.c        |   17 +++++++++
 dlls/gdi32/path.c          |    4 +--
 dlls/opengl32/wgl.c        |   28 ++++++--------
 dlls/wineps.drv/init.c     |    4 +--
 dlls/winex11.drv/init.c    |   13 +------
 dlls/winex11.drv/opengl.c  |   83 ++++++++++++++++++++++++-------------------
 dlls/winex11.drv/xrender.c |    4 +--
 include/wine/gdi_driver.h  |   19 ++++++++--
 14 files changed, 104 insertions(+), 105 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=7a031d9b92320f1cb2d30d112d0e7a7afcf10c73



More information about the wine-cvs mailing list