Opentk/Source/OpenTK/Platform/X11
Stefanos A 2725b3cd08 Fix support for 3.2+ contexts (issue 3111)
glXGetProcAddress may return a non-null value even if a function is not
supported by the server. We need to check the extension string using
any GLX extensions. Fixes issue http://www.opentk.com/node/3111 "GLX
extension support is not checked correctly".

Furthermore, mode selection is now performed explicitly by the
X11GLContext constructor.
2013-11-09 11:16:14 +01:00
..
Bindings Fix support for 3.2+ contexts (issue 3111) 2013-11-09 11:16:14 +01:00
API.cs Refactored and simplified DisplayDevice detection (devices are now stored in the platform-specific drivers instead of the frontend). 2010-11-21 20:16:18 +00:00
Functions.cs Use OpenTK.Minimal to stub out missing System.Drawing functionality 2013-10-12 05:06:54 +02:00
GlxHelper.cs Added SyncRoot object to BindingsBase that can be used to protect shared state in the various bindings. 2009-11-03 23:26:57 +00:00
Structs.cs Added conditional compilation and the necessary classes to compile OpenTK without referencing System.Drawing.dll. To build without System.Drawing, add "MINIMAL" to the conditional compilation symbols. Note that this is an experimental feature that will result in a source- and binary-incompatible dll. 2011-12-08 00:03:14 +00:00
X11DisplayDevice.cs Added conditional compilation and the necessary classes to compile OpenTK without referencing System.Drawing.dll. To build without System.Drawing, add "MINIMAL" to the conditional compilation symbols. Note that this is an experimental feature that will result in a source- and binary-incompatible dll. 2011-12-08 00:03:14 +00:00
X11Factory.cs Fix support for 3.2+ contexts (issue 3111) 2013-11-09 11:16:14 +01:00
X11GLContext.cs Fix support for 3.2+ contexts (issue 3111) 2013-11-09 11:16:14 +01:00
X11GLNative.cs Implemented Sdl2GLControl 2013-09-30 20:47:29 +02:00
X11GraphicsMode.cs Synced trunk with 1.0 branch. 2010-10-02 18:52:34 +00:00
X11Input.cs Committing artfunkel patch for scan codes 2013-01-24 15:48:01 -06:00
X11Joystick.cs Fixed the issues caused by merging in our changes as patches from the old repo. 2013-01-16 18:08:03 -08:00
X11Keyboard.cs Fixed line endings 2013-10-10 00:18:59 +02:00
X11KeyMap.cs * X11KeyMap.cs: Added AltGr keycode. 2010-11-04 17:57:09 +00:00
X11Mouse.cs Fixed line endings 2013-10-10 00:18:59 +02:00
X11WindowInfo.cs Implemented Sdl2GLControl 2013-09-30 20:47:29 +02:00
XI2Mouse.cs Fixed line endings 2013-10-10 00:18:59 +02:00