Opentk/Source/OpenTK/Platform
the_fiddler 2f5a0bfe3b * Source/OpenTK/Platform/Egl/EglContext.cs:
* Source/OpenTK/Graphics/GraphicsContext.cs:
* Source/OpenTK/Graphics/IGraphicsContext.cs:
* Source/OpenTK/Platform/MacOS/AglContext.cs:
* Source/OpenTK/Platform/X11/X11GLContext.cs:
* Source/OpenTK/Graphics/GraphicsContextBase.cs:
* Source/OpenTK/Platform/Windows/WinGLContext.cs:
* Source/OpenTK/Platform/Dummy/DummyGLContext.cs: Added IsDisposed
  property to IGraphicsContext and implemented in all context classes.
  Removed 'bool disposed' fields from these classes in favor of the
  new property.
2009-09-03 12:23:11 +00:00
..
Dummy * Source/OpenTK/Platform/Egl/EglContext.cs: 2009-09-03 12:23:11 +00:00
Egl * Source/OpenTK/Platform/Egl/EglContext.cs: 2009-09-03 12:23:11 +00:00
MacOS * Source/OpenTK/Platform/Egl/EglContext.cs: 2009-09-03 12:23:11 +00:00
Windows * Source/OpenTK/Platform/Egl/EglContext.cs: 2009-09-03 12:23:11 +00:00
X11 * Source/OpenTK/Platform/Egl/EglContext.cs: 2009-09-03 12:23:11 +00:00
DesktopGraphicsContext.cs * DesktopGraphicsContext.cs: Removed unecessary using directives. 2009-08-25 10:36:46 +00:00
EmbeddedGraphicsContext.cs Added EmbeddedGraphicsContext as the foundation of all ES context implementations and modified EglContext to inherit from this. 2009-08-25 10:36:14 +00:00
Factory.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
IDisplayDeviceDriver.cs Moved OpenTK.Graphics.GL class to the OpenTK.Graphics.OpenGL namespace (reason: necessary for OpenGL|ES support; necessary for support of different OpenGL profiles). OpenTK.Graphics.GL has been moved to the OpenTK.Compatibility library. 2009-08-14 13:13:28 +00:00
INativeGLWindow.cs Marked platform-specific APIs as internal. 2009-06-04 11:21:33 +00:00
IPlatformFactory.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
IWindowInfo.cs Removed unused code. 2009-08-11 20:51:02 +00:00
PlatformException.cs Normalize line endings and set the mime-type=text/plain and eol-style=native properties on all files. 2009-02-22 10:43:35 +00:00
Utilities.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00