[X11] Fix for issue #143
authorStefanos A. <stapostol@gmail.com>
Sat, 19 Jul 2014 18:39:17 +0000 (20:39 +0200)
committerStefanos A. <stapostol@gmail.com>
Sat, 19 Jul 2014 18:39:17 +0000 (20:39 +0200)
commitd75a2ce43909d62a258c7a8af08a589a2225e334
tree0257a44d236b04dd6a094b36198ee82696d30b9c
parenta13a2f8e666d583872d3d814f404578e6ef4aa74
[X11] Fix for issue #143

OpenTK will now use the same GLXFBConfig to create the INativeWindow
and IGraphicsContext on Linux/X11. This resolves an issue where OpenGL
3.x contexts could not be created on some graphics drivers (e.g.
nvidia binary.)
Source/OpenTK/Platform/Utilities.cs
Source/OpenTK/Platform/X11/X11GLContext.cs
Source/OpenTK/Platform/X11/X11GLNative.cs
Source/OpenTK/Platform/X11/X11GraphicsMode.cs
Source/OpenTK/Platform/X11/X11WindowInfo.cs