From 7ca359b66db352dfc3433590c01604e8d33369eb Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Fri, 20 Apr 2007 20:53:15 +0000 Subject: [PATCH] License, changelog.txt and todo.txt updates for OpenTK.OpenGL.Bind --- Source/OpenGL/Bind/Documentation/changelog.txt | 11 ++++++++++- Source/OpenGL/Bind/Documentation/todo.txt | 11 ++++++++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/Source/OpenGL/Bind/Documentation/changelog.txt b/Source/OpenGL/Bind/Documentation/changelog.txt index 6520801d..9d80336e 100644 --- a/Source/OpenGL/Bind/Documentation/changelog.txt +++ b/Source/OpenGL/Bind/Documentation/changelog.txt @@ -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 diff --git a/Source/OpenGL/Bind/Documentation/todo.txt b/Source/OpenGL/Bind/Documentation/todo.txt index d97d371b..2ea24472 100644 --- a/Source/OpenGL/Bind/Documentation/todo.txt +++ b/Source/OpenGL/Bind/Documentation/todo.txt @@ -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. \ No newline at end of file ++ Comment the code.