Commit graph

6776 commits

Author SHA1 Message Date
the_fiddler de3cc54284 Moved remotely 2007-05-01 13:56:33 +00:00
the_fiddler 7db29a034f Moved remotely 2007-05-01 13:56:33 +00:00
the_fiddler e87ca0e8af Created folder remotely 2007-05-01 13:55:00 +00:00
the_fiddler 73ad21f2e7 Created folder remotely 2007-05-01 13:54:08 +00:00
the_fiddler 9275b68e19 Created folder remotely 2007-05-01 13:54:08 +00:00
the_fiddler 35cda11953 Updated naming. 2007-04-24 12:17:48 +00:00
the_fiddler 17015e978f Started work on splitting WinForms related things out of this class. 2007-04-24 12:17:15 +00:00
the_fiddler f240e20934 Updated OpenTK.OpenGL version number to 0.3.6.2 2007-04-24 12:16:45 +00:00
the_fiddler b001d1af6d Minor cleanup. 2007-04-24 12:16:20 +00:00
the_fiddler 0a918f60c1 Added Control class todos. 2007-04-24 12:16:00 +00:00
the_fiddler 2dc06f2d66 Minor cleanups (regions, tabs). Started getting the WinForms related things out of this class. 2007-04-24 12:15:09 +00:00
the_fiddler 4a290c7182 Updated GL.ReloadFunction, GL.ReloadFunctions etc to use OpenTK.OpenGL namespace. Updated documentation. 2007-04-24 12:13:34 +00:00
the_fiddler ca51c930bc Added Instructions.txt Prebuild.xml 2007-04-21 15:36:48 +00:00
the_fiddler e89a613332 Updated Prebuild.xml according to new folder structure 2007-04-21 15:35:34 +00:00
the_fiddler 5422dc407e OpenTK.Examples.OpenGL.Basic.Lesson01 renamed to OpenTK.Examples.OpenGL.Basic.001-Cube 2007-04-21 15:34:41 +00:00
the_fiddler a24f8934b1 Folder strucure and project naming updates. Added "System" reference for OpenTK.OpenGL.Bind 2007-04-21 15:33:02 +00:00
the_fiddler 4a39396482 Updated Release.txt and added build instructions (Instructions.txt) 2007-04-20 21:14:56 +00:00
the_fiddler cc05190a4d Deleted ReadSpecs.cs (no longer used) 2007-04-20 20:54:17 +00:00
the_fiddler 7ca359b66d License, changelog.txt and todo.txt updates for OpenTK.OpenGL.Bind 2007-04-20 20:53:15 +00:00
the_fiddler 922b389ad8 2007-04-20 20:46:29 +00:00
the_fiddler 9e7887cbed Added PrepareRelease.bat batch to delete the .svn folders in preparation of a release. Should do the same for Linux. 2007-04-20 20:38:09 +00:00
the_fiddler 3314992859 Updated Changelog.txt and Todo.txt 2007-04-20 19:07:47 +00:00
the_fiddler 99f7f2aad3 Updated using directives for examples (added "using Enums = OpenTK.OpenGL.Enums"). Added some documentation and regions. 2007-04-20 19:06:17 +00:00
the_fiddler d0a6d86bb9 New bindings. Now support all extensions. Renamed ./GL.cs to ./GLHelper.cs and added many useful functions. 2007-04-20 19:05:11 +00:00
the_fiddler 3ff2b848e2 Synced with latest Tao.GlBindGen source. OpenTK.OpenGL.Bind now uses CodeDOM internally for code generation. Many bugfixes. Supports newest specs. 2007-04-20 19:03:11 +00:00
the_fiddler 52cbe0c5a8 Update to the latest OpenGL specs from the new registry (these include shader model 4). 2007-04-20 19:01:15 +00:00
the_fiddler 2874ee83a5 Upgraded Prebuild.exe to version 2.0.1 2007-04-20 18:57:30 +00:00
the_fiddler d003640387 End of filename casing updates. 2006-11-05 13:13:30 +00:00
the_fiddler 9046cfa9e0 Build system updates (filename casing) 2006-11-05 13:11:41 +00:00
the_fiddler 593d7460dd Build system updates. 2006-11-05 13:08:15 +00:00
the_fiddler 22f6a0533c 2006-11-05 12:01:11 +00:00
the_fiddler 24c3a6b290 2006-11-05 11:50:08 +00:00
the_fiddler 5d71876f8e 2006-11-03 00:14:22 +00:00
the_fiddler 554370fc2b 2006-11-03 00:13:29 +00:00
the_fiddler 9e72968f01 Updated the OpenTK.OpenGL.dll.config file. Tested under Mono (Windows and Linux). Updated docs. 2006-11-03 00:07:58 +00:00
the_fiddler 6f169a9088 Build system. 2006-11-02 22:06:26 +00:00
the_fiddler 8f0ce4b1d5 2006-11-02 21:49:00 +00:00
the_fiddler cd32a6db54 2006-11-02 21:40:36 +00:00
the_fiddler fdd693a4f1 Framework:
Updates to mode switching under windows plus a little refactoring.
2006-10-17 19:34:49 +00:00
the_fiddler 5728bf0aa5 Resolution changing now works ok under windows. 2006-10-16 00:04:42 +00:00
the_fiddler f0f03d58db Updates to fullscreen toggling for windows.
Added the ColorDepth, ZDepth and StencilDepth properties to the Framework.

Merged Context creation for windows into a single file.
2006-10-15 23:31:37 +00:00
the_fiddler 977a41059c 2006-10-15 22:12:27 +00:00
the_fiddler a664bfa4c6 Deleted GLContextLoad related files. 2006-10-15 20:33:10 +00:00
the_fiddler 17b411e2ec Directory structure updates (more to come)
Updated OpenTK.OpenGL.Bind (0.7.7)

Split GL enums, core and extensions to different files. Extension support is missing for the time being.

Updated the framework implementation and namespace.
2006-10-15 20:28:57 +00:00
the_fiddler 261df17632 Updated the Context class hierarchy. Now WindowsVistaContext and WindowsContext inherit from WindowsBaseContext, avoiding code duplication.
Some minor updates to the XApi, Framework and GLContext files.
Updated todo.txt and changelog.txt
2006-10-11 22:48:39 +00:00
the_fiddler f34436f131 Placed the Framework into a new project (with corresponding project folder). 2006-10-11 22:10:29 +00:00
the_fiddler 2bfe5811c4 2006-10-11 22:01:15 +00:00
the_fiddler 8cd76686d0 Preparatory work for linux support (added basic X and GLX bindings)
Major update to OpenTK.OpenGL.Bind.
Updated OpenGL specs to 2.1 (were 2.0)
2006-10-11 21:42:22 +00:00
the_fiddler 83da572596 Updated to the latest opengl specifications (version 2.1).
Added the new 64 bit types to the typemaps (gl.tm and csharp.tm).
2006-10-11 13:56:38 +00:00
the_fiddler 7096709104 2006-10-10 23:40:36 +00:00