Opentk/Source
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
..
Bind [ES][GL] Synced with June 2014 specifications 2014-06-19 16:24:40 +02:00
Build.UpdateVersion [Build] Updated copyright information 2014-03-18 14:29:41 +01:00
Compatibility [Compatibility] Don't generate xml documentation 2014-03-30 11:01:30 +02:00
Converter Revert "[Convert] Workaround for broken names with spaces" 2014-06-20 09:27:22 +02:00
Examples [Examples] Only use WinForms when supported. 2014-07-18 09:44:47 +02:00
Generator.Rewrite [Rewrite] Refactored string prologue/epilogues 2014-07-07 13:16:17 +02:00
GLControl [X11] Fixed GLControl on nvidia binary drivers 2014-07-20 11:28:43 +02:00
OpenTK [X11] Fix for issue #143 2014-07-19 20:39:17 +02:00
Tests/Test.API.Desktop [Test] Added API compatibility test 2014-06-01 00:10:21 +02:00