License, changelog.txt and todo.txt updates for OpenTK.OpenGL.Bind

This commit is contained in:
the_fiddler 2007-04-20 20:53:15 +00:00
parent 922b389ad8
commit 7ca359b66d
2 changed files with 18 additions and 4 deletions

View file

@ -1,4 +1,13 @@
OpenTK.OpenGL.Bind 0.7.7
OpenTK.OpenGL.Bind 0.9.3
0.7.7 -> 0.9.3
+ Synced code with Tao.GlBindGen
+ Re-enabled extensions
+ Updated specs
+ Now uses CodeDOM for code generation
+ Imports and delegates are decorated with the SupressUnmanagedCodeSecurity attribute for call overhead reduction
+ Several bugs have been fixed
0.7.6 -> 0.7.7
+ Several bugfixes regarding bugs from the latest (0.7.6) code synchronisation between Tao.GlBindGen and OpenTK.OpenGL.Bind

View file

@ -1,6 +1,11 @@
OpenTK.OpenGL.Bind 0.7.7 todos:
OpenTK.OpenGL.Bind 0.9.4 todos:
+ Add the binding generation for extensions.
Major:
+ Change the output of extensions from GL.BlahARB to GL.ARB.Blah
+ Use generics instead of object overloads.
+ Add ref overloads for arrays
Minor:
+ Clean up the reader.
+ Add more settings to Settings.cs (the name of the files to read).
+ Comment the code.