Add GLXFBConfig on Wine_GLContext (we should remove XVisualInfo
commit7ed830b8e1cf88d197822651cda7344e7ba44fb3
authorRaphael Junqueira <fenix@club-internet.fr>
Fri, 11 Nov 2005 10:52:14 +0000 (11 10:52 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 11 Nov 2005 10:52:14 +0000 (11 10:52 +0000)
tree851f929ad0a81a9f8e1ca6808f292eae56511493
parent0edbaf7e80ac078578b788336d31f82627b77ce6
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).
dlls/opengl32/make_opengl
dlls/opengl32/opengl_ext.h
dlls/opengl32/opengl_norm.c
dlls/opengl32/wgl.c
dlls/opengl32/wgl_ext.c
dlls/x11drv/opengl.c