Opentk/Source/OpenTK/Platform/Egl
the_fiddler 0e02f67749 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.
Removed OpenTK.Graphics.Glu class (reason: deprecated upstream; most functionality provided by OpenTK math; not compatible with OpenGL 3.0+.) OpenTK.Graphics.Glu can be accessed through OpenTK.Compatibility.
Added OpenGL|ES-specific ErrorHelper classes.
Moved OpenTK.Graphics.DisplayDevice and OpenTK.Graphics.DisplayResolution to the root OpenTK namespace (reason: their functionality is not specific and does not depend on OpenTK.Graphics).
Split Graphics*Exception classes into different files.
Made GraphicsErrorException public (reason: necessary for OpenTK.Compatibility).
2009-08-14 13:13:28 +00:00
..
Egl.cs Added IsSupported property, which checks for the existence of EGL libraries. 2009-08-13 11:40:16 +00:00
EglContext.cs Initial implementation. 2009-07-24 21:13:46 +00:00
EglGraphicsMode.cs Normalized line endings. 2009-08-13 11:41:14 +00:00
EglMacPlatformFactory.cs Normalized line endings. 2009-08-13 11:41:14 +00:00
EglWindowInfo.cs Normalized line endings. 2009-08-13 11:41:14 +00:00
EglWinPlatformFactory.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
EglX11PlatformFactory.cs Normalized line endings. 2009-08-13 11:41:14 +00:00