the_fiddler
1f9d04cd9d
Moved and renamed OpenTK.GLContext to OpenTK.Graphics.GraphicsContext.
2008-01-31 14:22:37 +00:00
the_fiddler
1932e25689
Renamed IGLContext to IGraphicsContext.
2008-01-31 13:17:42 +00:00
the_fiddler
5c6a261030
Added setter to GLContext.CurrentContext and all implementations, so that the user can clear the context of any thread.
...
Updated GameWindow and its implementations to use GraphicsFormat instead of the obsolete DisplayMode.
Updated license.
Updated some docs.
Fixed CLSCopmliant warnings in XRamExtension.cs
2008-01-31 13:15:17 +00:00
the_fiddler
6d2ab65db0
Removed some unused code.
2008-01-23 12:42:47 +00:00
the_fiddler
b6d69104b4
Removed unused FieldInfo[] array.
2008-01-23 00:20:02 +00:00
the_fiddler
800b6483e7
Added API for OpenGL context resource sharing (GLContext.ShareContexts)
2008-01-22 14:53:44 +00:00
the_fiddler
5a66d44f19
Documentation updates. Getting rid of warnings.
2008-01-20 19:00:03 +00:00
the_fiddler
4ec718623a
Moved ContextHandle to its own class.
2008-01-18 14:15:23 +00:00
the_fiddler
9aee0eb8d1
Moved context creation to GLContext constructor.
2008-01-15 12:25:22 +00:00
the_fiddler
b82bf0a073
Fixed GLContext creation on Windows.
2008-01-14 22:38:09 +00:00
the_fiddler
5b999d7ecf
Resolved crash on second context creation. Explicitly implemented internal interfaces.
2008-01-11 20:31:59 +00:00
the_fiddler
938b2b8519
Hooks for garbage-collectable OpenGL resources.
...
the [...]GLNative classes now use GLContext instead of the platform-specific [...]GLContext implementations.
Updated the IGLContext interface with functions to query the current context.
2007-12-09 18:15:51 +00:00
the_fiddler
34d3a715a5
Added VSync property to IGLContext.
2007-09-29 15:24:55 +00:00
the_fiddler
55a84c70c7
Added licensing information. Added Close() call on failed initialization of W01_First_Window. Moved GLContext to OpenTK namespace.
2007-09-09 16:07:39 +00:00