Module: wine Branch: master Commit: 3f3ee6393d08805a429c8d70e2027f8191cd2adf URL: http://source.winehq.org/git/wine.git/?a=commit;h=3f3ee6393d08805a429c8d70e2...
Author: Ken Thomases ken@codeweavers.com Date: Wed Mar 6 04:59:07 2013 -0600
winemac: Implement OpenGL support.
---
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(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3f3ee6393d08805a429c8d...