Opentk/Source/Bind
thefiddler 774ebd1df7 [Bind] Do not generate slots for OpenGL <= v1.1
We can use DllImports for OpenGL functions <= v1.1 on all platforms,
including Windows. This allows us to reduce the number of required
GetProcAddress calls by 474, reducing startup time and memory
consumption.

This setting can be turned off through Settings.Legacy.UseDllImports
and UseWindowsCompatibleGL.
2014-04-25 12:14:28 +02:00
..
CL Do not override user defined output files 2013-11-03 01:27:10 +01:00
Documentation Merged gw-next2 branch to trunk. 2009-06-02 15:49:39 +00:00
ES [Bind] Process documentation from subdirectories 2014-03-28 20:08:38 +01:00
GL2 [Bind] Do not generate slots for OpenGL <= v1.1 2014-04-25 12:14:28 +02:00
Properties Normalized line endings 2013-10-11 01:58:54 +02:00
Specifications [GL] Added missing GetPName.MaxPatchVertices 2014-04-25 11:11:42 +02:00
Structures [Bind] Move documentation generation to DocProcessor class 2014-03-31 17:09:30 +02:00
BindStreamWriter.cs [Bind] Add NoIndent option to BindStreamWriter 2014-03-31 09:50:51 +02:00
CppSpecWriter.cs [Bind] Move documentation generation to DocProcessor class 2014-03-31 17:09:30 +02:00
CSharpSpecWriter.cs [Bind] Do not generate slots for OpenGL <= v1.1 2014-04-25 12:14:28 +02:00
DocProcessor.cs [Bind] Corrected CSharpSpecWriter output and warning messages 2014-03-31 17:40:15 +02:00
EnumProcessor.cs Enum tokens are now sorted 2013-11-03 12:15:08 +01:00
FuncProcessor.cs [Bind] Do not generate slots for OpenGL <= v1.1 2014-04-25 12:14:28 +02:00
Generator.Bind.csproj [Bind] Concatenate multiline documentation 2014-03-30 10:29:11 +02:00
IBind.cs Settings, GLTypes and CSTypes are now in IBind 2013-11-01 09:06:49 +01:00
ISpecReader.cs Added apiversion support 2013-11-03 01:25:47 +01:00
ISpecWriter.cs Added documentation comments to generated enums. 2011-07-20 10:10:33 +00:00
JavaSpecWriter.cs [Bind] Move documentation generation to DocProcessor class 2014-03-31 17:09:30 +02:00
Main.cs [Bind] Process documentation from subdirectories 2014-03-28 20:08:38 +01:00
Settings.cs [Bind] Do not generate slots for OpenGL <= v1.1 2014-04-25 12:14:28 +02:00
Utilities.cs [Bind] Do not generate slots for OpenGL <= v1.1 2014-04-25 12:14:28 +02:00
XmlSpecReader.cs Store count attribue in ComputeSize. 2014-03-10 22:13:26 +00:00