Opentk/Source/OpenTK/Platform
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
..
Dummy Removed Destroy event and RegisterForDisposal method from IGraphicsContext. 2009-08-17 10:23:16 +00:00
Egl Removed Destroy event and RegisterForDisposal method from IGraphicsContext. 2009-08-17 10:23:16 +00:00
MacOS Removed Destroy event and RegisterForDisposal method from IGraphicsContext. 2009-08-17 10:23:16 +00:00
Windows Removed Destroy event and RegisterForDisposal method from IGraphicsContext. 2009-08-17 10:23:16 +00:00
X11 Removed Destroy event and RegisterForDisposal method from IGraphicsContext. 2009-08-17 10:23:16 +00:00
DesktopGraphicsContext.cs Removed Destroy event and RegisterForDisposal method from IGraphicsContext. 2009-08-17 10:23:16 +00:00
Factory.cs Ensure UnsupportedPlatform is used for Factory.Embedded if OpenGL|ES is not supported. 2009-08-14 14:10:56 +00:00
GdiPlus.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
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
IGdiPlusInternals.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
IGLControl.cs Added new GLControl constructors that allow you specify the desired GraphicsContext (OpenGL) version and flags. 2009-03-07 11:03:41 +00:00
INativeGLWindow.cs Marked platform-specific APIs as internal. 2009-06-04 11:21:33 +00:00
IPlatformFactory.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
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 Modified CreateX11WindowInfo to check GraphicsMode.Index.HasValue prior to using it. 2009-08-15 16:46:33 +00:00