ChangeSet ID: 17269 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/28 13:31:16
Modified files: dlls/opengl32 : wgl_ext.h wgl_ext.c wgl.h wgl.c opengl_norm.c opengl_ext.h make_opengl Makefile.in
Log message: Raphael Junqueira fenix@club-internet.fr - implement wglGetCurrentReadDCARB, wglMakeContextCurrentARB on openGL32 (wgl_ext) - add code to disable some openGL extensions support using wine registry key HKLM\Software\Wine\OpenGL\DisabledExtensions (list separated by spaces) - valid/robust implementation of wglChoosePixelFormatARB and wglGetPixelFormatAttribivARB (wgl_ext)
Patch: http://cvs.winehq.org/patch.py?id=17269
Old revision New revision Changes Path 1.2 1.3 +2 -1 wine/dlls/opengl32/wgl_ext.h 1.4 1.5 +371 -36 wine/dlls/opengl32/wgl_ext.c 1.6 1.7 +4 -0 wine/dlls/opengl32/wgl.h 1.55 1.56 +125 -1 wine/dlls/opengl32/wgl.c 1.11 1.12 +1 -1 wine/dlls/opengl32/opengl_norm.c 1.5 1.6 +2 -0 wine/dlls/opengl32/opengl_ext.h 1.24 1.25 +6 -1 wine/dlls/opengl32/make_opengl 1.16 1.17 +1 -1 wine/dlls/opengl32/Makefile.in