[PATCH 1/7] winemac: Implement OpenGL support.

Ken Thomases ken at codeweavers.com
Wed Mar 6 04:59:07 CST 2013


---
dlls/winemac.drv/Makefile.in    |    4 +-
dlls/winemac.drv/cocoa_opengl.h |   32 +
dlls/winemac.drv/cocoa_opengl.m |  154 ++++
dlls/winemac.drv/cocoa_window.m |  187 ++++
dlls/winemac.drv/gdi.c          |    2 +-
dlls/winemac.drv/macdrv.h       |   10 +
dlls/winemac.drv/macdrv_cocoa.h |   15 +
dlls/winemac.drv/opengl.c       | 1912 +++++++++++++++++++++++++++++++++++++++
dlls/winemac.drv/window.c       |   11 +-
9 files changed, 2322 insertions(+), 5 deletions(-)
create mode 100644 dlls/winemac.drv/cocoa_opengl.h
create mode 100644 dlls/winemac.drv/cocoa_opengl.m
create mode 100644 dlls/winemac.drv/opengl.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-winemac-Implement-OpenGL-support.patch
Type: text/x-patch
Size: 91797 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130306/f832e9c4/attachment-0001.bin>


More information about the wine-patches mailing list