Opentk/Source/GLControl
Stefanos A 6fa70263cb [X11] Fixed GLControl on nvidia binary drivers
Nvidia drivers fail in Glx.MakeCurrent() when using a 32bpp
visual on a window created with a 24bpp visual. Since we do
not know the actual visual until after the context is constructed,
the solution is to implicitly use 24bpp when 32bpp is requested.

The loss of the alpha channel does not have a user-visible effect,
since WinForms do not support translucent windows on X11.
2014-07-20 11:28:43 +02:00
..
Properties
Agl.cs [Mac] Migrated AglContext to OpenTK.GLControl 2014-04-24 13:48:26 +02:00
AglContext.cs [Mac] Migrated AglContext to OpenTK.GLControl 2014-04-24 13:48:26 +02:00
AglGraphicsMode.cs [Mac] Migrated AglContext to OpenTK.GLControl 2014-04-24 13:48:26 +02:00
Carbon.cs [Mac] Migrated AglContext to OpenTK.GLControl 2014-04-24 13:48:26 +02:00
CarbonGLControl.cs [Mac] Migrated AglContext to OpenTK.GLControl 2014-04-24 13:48:26 +02:00
DummyGLControl.cs [GLControl] Use dummy context in design mode 2014-01-18 18:33:25 +01:00
GLControl.cs Update spacing and formatting to match existing style 2014-02-25 18:46:07 -06:00
GLControl.Designer.cs
GLControl.resx Normalized line endings 2013-10-11 01:58:54 +02:00
GLControlFactory.cs
IGLControl.cs
NS.cs [Mac] Migrated AglContext to OpenTK.GLControl 2014-04-24 13:48:26 +02:00
OpenTK.GLControl.csproj [Mac] Migrated AglContext to OpenTK.GLControl 2014-04-24 13:48:26 +02:00
Sdl2GLControl.cs
WinGLControl.cs
X11GLControl.cs [X11] Fixed GLControl on nvidia binary drivers 2014-07-20 11:28:43 +02:00