Module: wine Branch: master Commit: 35eef16ba7c167657c85f865746631dfc969919c URL: http://source.winehq.org/git/wine.git/?a=commit;h=35eef16ba7c167657c85f86574...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 26 20:47:31 2012 +0200
gdi32: Support OpenGL in bitmaps through libOSMesa.
---
configure | 72 +++++++++- configure.ac | 11 ++- dlls/gdi32/Makefile.in | 3 +- dlls/gdi32/dibdrv/dc.c | 6 +- dlls/gdi32/dibdrv/dibdrv.h | 3 + dlls/gdi32/dibdrv/opengl.c | 368 ++++++++++++++++++++++++++++++++++++++++++++ dlls/gdi32/gdi_private.h | 1 + include/config.h.in | 6 + 8 files changed, 464 insertions(+), 6 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=35eef16ba7c167657c85f8...