Opentk/Source/OpenTK/Platform/X11
the_fiddler d3a56a15ef * Graphics/ES10/Helper.cs:
* Graphics/ES11/Helper.cs:
* Graphics/ES20/Helper.cs:
* Graphics/BindingsBase.cs:
* Platform/X11/GlxHelper.cs:
* Graphics/OpenGL/GLHelper.cs:
* Platform/X11/X11GLContext.cs: Modified BindingsBase to define
  abstract GetAddress method (reason: removes OpenTK.Graphics-specific
  code from BindingsBase and allows it to be used in different
  bindings).
Implemented GraphicsBindingsBase and modified the OpenGL and OpenGL|ES
  bindings to use this.
Modified the GLX bindings to inherit from BindingsBase (reason:
  reduces code duplication for extension loading).
2009-10-07 10:44:45 +00:00
..
Bindings * Platform/X11/Bindings/Glx.cs: Added glXIsDirect method and made all enums private. Added ErrorCodes enum. 2009-03-20 23:13:24 +00:00
API.cs Made GraphicsMode.Index public, as it is necessary when extending OpenTK. 2009-09-04 21:11:25 +00:00
Functions.cs Merged gw-next2 branch to trunk. 2009-06-02 15:49:39 +00:00
GlxHelper.cs * Graphics/ES10/Helper.cs: 2009-10-07 10:44:45 +00:00
Structs.cs Removed unnecessary CLSCompliant attributes. 2009-09-04 23:22:44 +00:00
X11Factory.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
X11GLContext.cs * Graphics/ES10/Helper.cs: 2009-10-07 10:44:45 +00:00
X11GLNative.cs Removed obsolete OnCreate and OnDestroy methods/events. 2009-09-04 23:23:46 +00:00
X11GraphicsMode.cs * X11GraphicsMode.cs: Protect the mode queries with XLockDisplay()/XUnlockDisplay(). 2009-09-25 08:28:51 +00:00
X11Input.cs Replaced XAutoRepeatOff by XkbSetDetectableAutoRepeat, because the former must be reset before the program exits (and this is not always possible). 2009-05-30 21:41:45 +00:00
X11Joystick.cs Fixed line endings and set svn:eol-style to native and svn:mime-type to text/plain for .cs files. 2009-09-03 19:01:11 +00:00
X11KeyMap.cs * X11KeyMap.cs: Removed dependency on System.Windows.Forms. 2009-09-13 16:34:03 +00:00
X11WindowInfo.cs Made GraphicsMode.Index public, as it is necessary when extending OpenTK. 2009-09-04 21:11:25 +00:00
X11XrandrDisplayDevice.cs Merged fix for issue [#1074]: " X11XrandrDisplayDevice on Xming ---> Argument is out of range." from 0.9.8 branch. 2009-08-10 11:36:26 +00:00