Opentk/Source
Stefanos A. a005fab243 Prefer overrides with exact name matches over generic name matches.
For instance, if we override both ClearBufferfi and ClearBuffer, then
ClearBuffer{i f ui}v will be overriden be ClearBuffer and
ClearBufferfi will be overriden by ClearBufferfi. This allows us to
specialize overrides when necessary.
2013-10-23 11:42:24 +02:00
..
Bind Prefer overrides with exact name matches over generic name matches. 2013-10-23 11:42:24 +02:00
Build.UpdateVersion Normalized line endings 2013-10-11 01:58:54 +02:00
Compatibility Normalized line endings 2013-10-11 01:58:54 +02:00
Converter Merge branch 'master' into gl4 2013-10-22 17:03:39 +02:00
Examples Normalized line endings 2013-10-11 01:58:54 +02:00
GLControl Normalized line endings 2013-10-11 01:58:54 +02:00
OpenTK Implemented per-fragment operations according to the OpenGL 4.4 2013-10-23 10:49:29 +02:00
QuickStart * QuickStart.sln: 2010-10-21 12:55:45 +00:00