Opentk/Source/Bind
the_fiddler 97e07a6e24 * GL2/Generator.cs: Refactored WriteWrappers() into smaller methods. Added "using System.Text;" to all generated files that may contain StringBuilder parameters.
* Main.cs: Removed unused comments. Improved parameter handling. Added -o:keep_untyped_parameters option.
* Settings.cs: Added KeepUntypedEnums compatibility setting.
* Structures/Delegate.cs: Removed stale comments. Refactored CreateWrappers() method to support untyped enum overload generation and simplified method implementation. Replaced CurrentType translations with QualifiedType.
* Structures/Function.cs: Removed stale code. Fixed copy constructors to copy all necessary fields. Use QualifiedType instead of CurrentType in WrapReturnType and CreateBody methods. Made Body statement lists static to improve performance. Added hack to modify callstring casts in keep_untyped_enums wrappers. Generate call string from the Function CreateBody was called on, rather than the current Function (solves issues with invalid casts in specific cases).
* Structures/Parameter.cs: Use fully qualified type instead of current type in several caeses.
* Structures/Type.cs: Added explicit support for fully qualified types.
2009-10-27 22:37:05 +00:00
..
CL * Main.cs: 2009-10-09 05:25:53 +00:00
Documentation Merged gw-next2 branch to trunk. 2009-06-02 15:49:39 +00:00
ES Added correct enum types for GetString and ShaderBinary. 2009-10-23 07:19:09 +00:00
GL2 * GL2/Generator.cs: Refactored WriteWrappers() into smaller methods. Added "using System.Text;" to all generated files that may contain StringBuilder parameters. 2009-10-27 22:37:05 +00:00
Glu Applied Barlog's "arrange this qualifier" patch. 2009-08-25 15:59:57 +00:00
Glx Applied Barlog's "arrange this qualifier" patch. 2009-08-25 15:59:57 +00:00
Properties Updated in preparation of 0.9.9-2 release. 2009-09-05 18:37:42 +00:00
Specifications GetUniformLocation: name should have in-flow. 2009-10-23 20:20:04 +00:00
Structures * GL2/Generator.cs: Refactored WriteWrappers() into smaller methods. Added "using System.Text;" to all generated files that may contain StringBuilder parameters. 2009-10-27 22:37:05 +00:00
Wgl Applied Barlog's "arrange this qualifier" patch. 2009-08-25 15:59:57 +00:00
BindStreamWriter.cs Applied Barlog's 02_Bind_2172_ShortenQualifierReferences patch. 2009-08-21 20:28:14 +00:00
DocProcessor.cs Applied Barlog's 02_Bind_2172_ShortenQualifierReferences patch. 2009-08-21 20:28:14 +00:00
IBind.cs Applied Barlog's refactoring patch for using directives. 2009-08-17 12:28:22 +00:00
ISpecReader.cs Applied Barlog's 02_Bind_2172_ShortenQualifierReferences patch. 2009-08-21 20:28:14 +00:00
ISpecWriter.cs Applied Barlog's refactoring patch for using directives. 2009-08-17 12:28:22 +00:00
Main.cs * GL2/Generator.cs: Refactored WriteWrappers() into smaller methods. Added "using System.Text;" to all generated files that may contain StringBuilder parameters. 2009-10-27 22:37:05 +00:00
Settings.cs * GL2/Generator.cs: Refactored WriteWrappers() into smaller methods. Added "using System.Text;" to all generated files that may contain StringBuilder parameters. 2009-10-27 22:37:05 +00:00
Utilities.cs Applied Barlog's 02_Bind_2172_ShortenQualifierReferences patch. 2009-08-21 20:28:14 +00:00