Commit graph

  • ab58d41353 GLControl requires native backend Stefanos A. 2013-11-12 20:37:23 +0100
  • b9fcf7c3c3 Cleaner startup sequence Stefanos A. 2013-11-12 20:34:53 +0100
  • 663864f083 Refactored environment config detection Stefanos A. 2013-11-12 20:32:31 +0100
  • 7503a87b3f Added ToolkitOptions class Stefanos A. 2013-11-12 20:22:08 +0100
  • 289103168f Updated README file thefiddler 2013-11-12 11:24:25 +0100
  • 2215841f0f Added OpenAL/GL/GL ES documentation thefiddler 2013-11-12 10:58:20 +0100
  • 5e502ce02d Merge branch 'master' of https://github.com/thefiddler/opentk thefiddler 2013-11-12 02:03:46 +0100
  • 7af4912632 Updated readme file thefiddler 2013-11-12 02:03:24 +0100
  • 25f3305f3e Merge branch 'modes' Stefanos A 2013-11-11 11:45:15 +0100
  • 873f8fb6eb Cleaned up test code committed by mistake. Stefanos A. 2013-11-11 11:44:21 +0100
  • 12005e0792 Try to create Embedded context first Stefanos A. 2013-11-11 11:43:15 +0100
  • 0d0f578788 Enabled SAMPLE_BUFFERS EGL attribute Stefanos A. 2013-11-11 11:42:30 +0100
  • 8360b7a2ba Generate overloads without strong enums for 1.0 compat thefiddler 2013-11-11 10:03:24 +0100
  • 4d717dcdda Allow '+' and '-' cmdline options for compatibility settings thefiddler 2013-11-11 10:02:08 +0100
  • 8e9a9355b0 Allow overriding of Settings.Compatibility thefiddler 2013-11-11 10:01:30 +0100
  • 0fcf3a2f40 Minor code cleanup thefiddler 2013-11-11 10:01:15 +0100
  • af16be42d5 Corrected Parameter.IsEnum property thefiddler 2013-11-11 10:00:54 +0100
  • dde7c645c4 Removed unused code thefiddler 2013-11-11 10:00:32 +0100
  • 2c9d574b08 Merge branch 'modes' of https://github.com/thefiddler/opentk thefiddler 2013-11-10 19:11:05 +0100
  • c66b22a1f3 Updated convenience overloads Stefanos A. 2013-11-10 19:04:18 +0100
  • d0e025b86d Restrict convenience overloads Stefanos A. 2013-11-10 19:03:49 +0100
  • 293c020151 Added WrapperTypes.ConvenienceArrayType Stefanos A. 2013-11-10 18:29:53 +0100
  • 8003d06315 Move convenience overloads to generator Stefanos A. 2013-11-10 15:36:53 +0100
  • af7fdea449 Return types must be cls-compliant Stefanos A. 2013-11-10 15:35:47 +0100
  • 6098fa05ce Plural name to singular in convenience overloads Stefanos A. 2013-11-10 10:16:47 +0100
  • 11c1071625 Corrected declarations in convenience overloads Stefanos A. 2013-11-10 10:08:04 +0100
  • 089c108ea0 Corrected indentation Stefanos A. 2013-11-10 09:20:54 +0100
  • 5aad11f6ee Generate bindings for testing (WIP2) Stefanos A. 2013-11-10 09:18:15 +0100
  • 06ad3bf1dc Generate bindings for testing (WIP) Stefanos A. 2013-11-10 09:14:30 +0100
  • c1cb70d215 Improve indentation for doc comments Stefanos A. 2013-11-10 09:12:42 +0100
  • d126d25215 Add helper overload generation thefiddler 2013-11-10 08:28:58 +0100
  • 0d73706c88 Added new WrapperTypes; removed unused code thefiddler 2013-11-09 19:24:43 +0100
  • 417aa67139 Implemented Add and AddRange methods thefiddler 2013-11-09 19:22:31 +0100
  • dc093f8fa9 Added mapping for libXi Stefanos A 2013-11-09 18:55:35 +0100
  • b08e59e861 Allow non-realized GraphicsMode Stefanos A 2013-11-09 18:55:17 +0100
  • 62d6791736 Use glXGetProcAddressARB parallels 2013-11-09 18:50:53 +0100
  • 0bf8565c0f Merge branch 'master' of https://github.com/thefiddler/opentk into modes parallels 2013-11-09 17:17:22 +0100
  • dff5e1c3a3 Maintain support for VS2010 and MD2.x parallels 2013-11-09 17:16:00 +0100
  • 7f921dae47 Merge branch 'master' of https://github.com/thefiddler/opentk into modes parallels 2013-11-09 17:15:05 +0100
  • da684d233e Swallow DllNotFoundException in Sdl2 constructor parallels 2013-11-09 17:13:24 +0100
  • b66912a8e1 Potential fix for issue 3430 Stefanos A. 2013-11-09 15:13:50 +0100
  • 95316829ec Updated WGL init sequence Stefanos A 2013-11-08 10:46:27 +0100
  • 0f01a6d128 Stronger check for ES support Stefanos A 2013-11-08 10:42:48 +0100
  • ec2c64ee15 Remove static init of GetCurrentContext Stefanos A 2013-11-08 10:41:58 +0100
  • 440e3fe248 Load ES30 and OpenGL4 entry points Stefanos A 2013-11-08 10:39:08 +0100
  • 2725b3cd08 Fix support for 3.2+ contexts (issue 3111) Stefanos A 2013-11-09 11:16:14 +0100
  • 3c71634667 Temp context not necessary for GLX Stefanos A 2013-11-09 11:07:37 +0100
  • 6edaf8c3cf Deduplicate MacOSGraphicsMode and AglContext Stefanos A 2013-11-08 18:44:02 +0100
  • f77a6b11c3 SDL_GL_GetAttribute requires a valid context Stefanos A 2013-11-08 17:31:54 +0100
  • 5b5a395bbd Merge branch 'master' of https://github.com/thefiddler/opentk into modes Stefanos A 2013-11-08 16:41:20 +0100
  • 49df5ff453 Do not generate delegates for overloads Stefanos A 2013-11-08 16:40:43 +0100
  • 5a2fc1e411 Added missing doc comment Stefanos A 2013-10-15 00:20:00 +0200
  • e0ffd9b42d More sane Sdl2Factory.CreateGetCurrentContext() implementation Stefanos A 2013-10-15 00:18:41 +0200
  • 29fe1052de Added SDL_GL_GetCurrentContext method and TouchMouseID constant. Stefanos A 2013-10-15 00:17:59 +0200
  • eba7e59253 Fixed ES rendering. Stefanos A 2013-10-14 01:00:18 +0200
  • 28fa768257 Fixed platform detection for Android Stefanos A 2013-10-13 22:35:20 +0200
  • a51540e8d9 Updated WGL init sequence Stefanos A. 2013-11-08 10:46:27 +0100
  • c9b905d235 Stronger check for ES support Stefanos A. 2013-11-08 10:42:48 +0100
  • 2cd91bd0a0 Remove static init of GetCurrentContext Stefanos A. 2013-11-08 10:41:58 +0100
  • a12b394607 Load ES30 and OpenGL4 entry points Stefanos A. 2013-11-08 10:39:08 +0100
  • 03c04fd308 Workaround for issues #4 and #6 Stefanos A. 2013-11-07 18:42:17 +0100
  • 29d8fc603b Added readme for Dependencies folder Stefanos A. 2013-11-07 18:13:39 +0100
  • 000b631200 Added ANGLE Project binaries Stefanos A. 2013-11-07 18:13:26 +0100
  • 655355b086 Do not ignore Dependencies/x64 directory Stefanos A. 2013-11-07 18:12:34 +0100
  • 7d74c37d2a Added usage example for new xml specs Stefanos A. 2013-11-07 17:18:12 +0100
  • b6610001ea Merged ES 2.0 extension tokens to ES 3.0 Stefanos A 2013-11-07 16:54:39 +0100
  • 7ab5e3ab6c Use paths without apiversion attribute Stefanos A 2013-11-07 16:48:11 +0100
  • 1f6d445021 Removed non-existent token from OpenGL Stefanos A 2013-11-07 16:46:38 +0100
  • be8f7c6311 Corrected ES 2.0 enums Stefanos A 2013-11-07 16:25:19 +0100
  • 735d05e496 Merged ES2.0 and ES3.0 replacements Stefanos A 2013-11-07 11:37:51 +0100
  • 7c54a19708 ES 3.0 fixed enums for GetIntegeri_v and GetInteger64i_v Stefanos A 2013-11-07 10:58:02 +0100
  • e59c95f2f9 ES 3.0 fixed enums for GetInteger64* Stefanos A 2013-11-07 10:39:20 +0100
  • 8de24c97fb ES 3.0 strong enums for DrawBuffersEXT and NV Stefanos A 2013-11-07 10:33:02 +0100
  • 2d1df46d98 ES 3.0 strong enums for DrawArrays*() and Draw*Elements*() Stefanos A 2013-11-07 10:17:33 +0100
  • 0002b2e23e Fixed typo in ES3Generator.cs Stefanos A 2013-11-07 10:09:17 +0100
  • 0f98f0e00b Fixed misspelled and missing enums Stefanos A 2013-11-07 09:47:27 +0100
  • 93b8d4b86e Fixed enums for (Get)ObjectLabel Stefanos A 2013-11-07 09:34:48 +0100
  • 0598e02140 Fixed enums for GetDebugMessageLog Stefanos A 2013-11-07 08:39:57 +0100
  • de38df8820 Fixed strong-enums for GetDebugMessageLog Stefanos A 2013-11-07 08:36:23 +0100
  • a2f2ab29ea Fixes for ES 3.0 strongly-typed enums Stefanos A 2013-11-07 08:33:17 +0100
  • 2f3d79d464 Merge branch 'master' of https://github.com/thefiddler/opentk Stefanos A 2013-11-07 08:15:18 +0100
  • 2b4d10ffd7 Strongly-typed enums for ES 3.0 (complete) Stefanos A 2013-11-07 08:14:49 +0100
  • 62c9793a6e Fixed number of buffers Stefanos A. 2013-11-06 01:04:59 +0100
  • 21a1ca8895 Switch to EnumDisplayModesEx Stefanos A 2013-11-05 23:41:42 +0100
  • a4f125f16e Added workaround for issue #6 Stefanos A 2013-11-05 23:21:49 +0100
  • 1a02457ddc Strongly-typed enums for ES 3.0 (WIP8) Stefanos A 2013-11-05 10:23:25 +0100
  • 167c97dd84 Strongly-typed enums for ES 3.0 (WIP7) Stefanos A 2013-11-05 09:53:34 +0100
  • ad1755f58e Moved overload to overrides.xml Stefanos A 2013-11-05 09:44:20 +0100
  • 2511cb1086 Implemented support for <overload> element Stefanos A 2013-11-05 08:55:52 +0100
  • 25b9939263 Strongly-typed enums for ES 3.0 (WIP6) Stefanos A 2013-11-04 23:25:02 +0100
  • 372dac9c48 Strongly-typed enums for ES 3.0 (WIP5) Stefanos A 2013-11-04 23:01:25 +0100
  • dcd2d03e59 Strongly-typed enums for ES 3.0 (WIP4) Stefanos A 2013-11-04 22:27:06 +0100
  • 6921509680 Added "reuse" directive for enums Stefanos A 2013-11-04 22:26:06 +0100
  • 20e70062f8 Strongly-typed enums for ES 3.0 (WIP3) Stefanos A 2013-11-04 19:49:25 +0100
  • b29a4aacb3 Respect apiversion in overrides Stefanos A 2013-11-04 19:32:52 +0100
  • 9b5be9300b Strongly-typed enums for ES 3.0 (WIP2) Stefanos A 2013-11-04 00:04:09 +0100
  • af78a01643 Strongly-typed enums for ES 3.0 (WIP) Stefanos A 2013-11-03 21:30:25 +0100
  • f95925302b No extension attribute now matches all extensions Stefanos A 2013-11-03 21:28:24 +0100
  • 7978627ad4 Merge Delegate.Version Stefanos A 2013-11-03 20:41:29 +0100
  • 7322828304 Regenerated the bindings using the latest specs Stefanos A 2013-11-03 20:36:22 +0100