ChangeSet ID: 21217 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/11 04:52:15
Modified files: dlls/x11drv : opengl.c dlls/opengl32 : wgl_ext.c wgl.c opengl_norm.c opengl_ext.h make_opengl
Log message: Raphael Junqueira fenix@club-internet.fr Add GLXFBConfig on Wine_GLContext (we should remove XVisualInfo references on code). Hook glGetIntegerv on GL_ALPHA_BITS to query on GLXFBConfig instead of glGetInteger (as it returns bad value).
Patch: http://cvs.winehq.org/patch.py?id=21217
Old revision New revision Changes Path 1.16 1.17 +27 -3 wine/dlls/x11drv/opengl.c 1.11 1.12 +7 -4 wine/dlls/opengl32/wgl_ext.c 1.66 1.67 +36 -2 wine/dlls/opengl32/wgl.c 1.13 1.14 +1 -1 wine/dlls/opengl32/opengl_norm.c 1.9 1.10 +1 -0 wine/dlls/opengl32/opengl_ext.h 1.28 1.29 +3 -0 wine/dlls/opengl32/make_opengl