Opentk/Source
the_fiddler b1915d8ef3 Removed Destroy event and RegisterForDisposal method from IGraphicsContext.
Added GraphicsContextBase, which acts as the foundation of all IGraphicsContext implementations.
Added DesktopGraphicsContext, which acts as the foundation of all desktop (i.e. not ES) IGraphicsContext implementations.
Modified all IGraphicsContext implementations to inherit from GraphicsContextBase and/or DesktopGraphicsContext.
2009-08-17 10:23:16 +00:00
..
Bind Now use "Core" as default Settings.ImportsClass. 2009-08-17 10:15:22 +00:00
Build Updated changelog, release notes and bumped version numbers in preparation for release. 2009-05-31 15:17:12 +00:00
Compatibility Marked OpenTK.Compatibility math functions as obsolete. 2009-08-14 12:58:35 +00:00
Converter Note that parameter names for Nvidia fence extension were added by hand. 2009-08-15 19:08:03 +00:00
Examples Manually check for OpenGL version. Removed TextPrinter references. 2009-08-17 09:57:43 +00:00
OpenTK Removed Destroy event and RegisterForDisposal method from IGraphicsContext. 2009-08-17 10:23:16 +00:00
Utilities 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