root/branches/Derelict2/DerelictGL/derelict


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @629 [629] 02/15/12 01:20:34 aldacron [Derelict2 - DerelictGL] * Added support for the following ARB extensions: …
(edit) @627 [627] 02/10/12 11:53:34 aldacron [Derelict2 - DerelictGL] * once again trying to fix this damned …
(edit) @626 [626] 02/09/12 05:32:07 aldacron [Derelict2 - DerelictGL] * really, really fixed the regression I thought I …
(edit) @625 [625] 02/09/12 00:23:07 aldacron [Derelict2 - DerelictGL] * fixed a bad regression introduced in my update …
(edit) @624 [624] 02/03/12 13:37:44 aldacron [Derelict2 - DerelictGL] * glVertexAttribI3ui had the wrong signature
(edit) @623 [623] 02/02/12 07:52:59 aldacron [Derelict2 - DerelictGL] * parsing of the extension string was handled …
(edit) @622 [622] 01/19/12 23:42:38 aldacron [Derelict2 - DerelictGL] * added support for ARB_sampler_objects
(edit) @601 [601] 12/21/11 01:19:03 aldacron [Derelict2 - DerelictGL] * a few OpenGL 3.0 functions were missing.
(edit) @600 [600] 12/21/11 00:42:38 aldacron [Derelict2 - DerelictGL] * types for GL_ARB_uniform_buffer_object were …
(edit) @596 [596] 12/15/11 08:34:14 aldacron [Derelict2 - DerelictGL] * damn. Thought I fixed this last night. But …
(edit) @595 [595] 12/15/11 08:29:06 aldacron [Derelict2 - DerelcitGL] * more typedefs, this time in cgl.d
(edit) @591 [591] 11/06/11 03:36:56 aldacron It is now possible to disable automatic unloading of shared libraries.
(edit) @590 [590] 09/20/11 05:56:38 aldacron [Derelict2 - DerelictGL] * GL.loadExtensions no longer throws exceptions …
(edit) @589 [589] 09/13/11 06:52:08 aldacron Formatting fixes.
(edit) @588 [588] 09/13/11 06:51:17 aldacron [Derelict2 - DerelictGL] * DerelictGL.loadModernVersions will now throw …
(edit) @587 [587] 09/13/11 06:06:02 aldacron [Derelict2 - DerelictGL] * added support for GL_ARB_depth_clamp
(edit) @586 [586] 09/04/11 04:29:48 aldacron [Derelict2 - DerelictGL] * wglChoosePixelFormatARB had the wrong …
(edit) @583 [583] 08/14/11 23:41:38 aldacron [Derelict2 - DerelictGL] * fixed a mistake introduced in the last …
(edit) @582 [582] 08/03/11 09:22:35 aldacron [Derelict2 - DerelictGL] * --export-dynamic fix in glx.d * similar fix …
(edit) @581 [581] 08/03/11 09:16:46 aldacron [Derelict2 - DerelictGL] * --export-dynamic fix
(edit) @553 [553] 06/11/11 08:31:09 aldacron [Derelict2 - DerelictGL] * DerelictGL.loadModernVersions can now be …
(edit) @531 [531] 04/17/11 06:07:46 aldacron [Derelict2 - DerelictGL] * eliminated more duplicate constants …
(edit) @530 [530] 04/17/11 05:49:49 aldacron [Derelict2 - DerelictGL] * removed some constant declarations from …
(edit) @524 [524] 12/08/10 09:48:10 aldacron [Derelict2 - DerelictGL] * tab/space fixes * added support for the …
(edit) @523 [523] 12/08/10 08:41:04 aldacron [Derelict2 - DerelictGL] * added support for OpenGL 3.2, 3.3 and 4.0
(edit) @522 [522] 12/08/10 00:44:24 aldacron [Derelict2 - DerelictGL] * added support for OpenGL 3.1
(edit) @521 [521] 12/07/10 08:16:57 aldacron [Derelict2 - DerelictGL] * added support for OpenGL 3.0 * added methods …
(edit) @520 [520] 12/06/10 23:23:23 aldacron [Derelict2 - DerelictGL] * the loader for WGL_EXT_extensions_string never …
(edit) @518 [518] 11/28/10 06:35:18 aldacron [Derelict2 - DerelictGL] * all OpenGL extensions are once again compiled …
(edit) @517 [517] 11/18/10 06:48:31 aldacron [DerelictGL] * fixed a silly bug in the WGL extension loader that broke …
(edit) @513 [513] 08/23/10 23:22:57 aldacron [Derelict2 - DerelictGL] * wgl extensions are now properly organized in …
(edit) @512 [512] 08/22/10 06:23:38 aldacron [Derelict2 - DerelictGL] * previously had added support for …
(edit) @511 [511] 08/20/10 08:56:24 aldacron [Derelict2 - DerelictGL] * added support for the following …
(edit) @494 [494] 08/01/10 12:15:01 doob Created a specific implementation of derelict.opengl.extloader.bindExtFunc …
(edit) @489 [489] 07/03/10 07:42:43 aldacron [Derelict2 - DerelictGL] * fixed a bug where a runtime version was not …
(edit) @487 [487] 07/01/10 22:17:13 aldacron * DerelictGL will now assert at compile time if hasValidContext is not …
(edit) @486 [486] 06/27/10 05:04:02 doob [Derelict 2 - SDL] Fixed not compiling on Mac
(edit) @477 [477] 04/09/10 12:28:48 aldacron [Derelict2 - DerelictGL] * added support for version=DerelictGL_AMD * …
(edit) @476 [476] 04/07/10 09:56:38 aldacron [Derelict2] * added some missing files to the sources lists in the …
(edit) @475 [475] 03/31/10 22:33:59 aldacron [Derelict2 - DerelictGL] * added support for the following extensions: …
(edit) @474 [474] 03/31/10 10:46:15 aldacron [Derelict2 - DerelictGL] * DerelictGL version flags are now configured in …
(edit) @470 [470] 03/31/10 05:32:03 aldacron [Derelict2] * did a formatting pass -- detabbing and removing trailing …
(edit) @469 [469] 03/31/10 02:42:24 aldacron [Derelict2] * more fixes in Linux compilation, related to the last couple …
(edit) @457 [457] 03/28/10 04:54:22 aldacron [Derelict2 - DerelictGL] * corrected a few minor errors in the extension …
(edit) @456 [456] 03/27/10 22:47:40 aldacron [Derelict2 - DerelictGL] * the loader for GL_ARB_texture_rg had a typo * …
(edit) @455 [455] 03/27/10 22:40:22 aldacron [Derelict2 - DerelictGL] * added support for version=DerelictGL_3DFX * …
(edit) @454 [454] 03/27/10 13:31:14 aldacron [Derelict2] * more fixes in Linux compilation, related to the last couple …
(edit) @453 [453] 03/27/10 13:07:15 aldacron [Derelict2] * corrected several silly errors and oversights from the last …
(edit) @452 [452] 03/27/10 12:53:07 aldacron [Derelict2 - DerelictGL] * DerelictGL.loadExtendedVersions *should* now …
(edit) @446 [446] 03/26/10 07:58:38 aldacron [Derelict2 - DerelictGL] * added support for version=DerelictGL_MESA * …
(edit) @445 [445] 03/26/10 02:42:31 aldacron [Derelict2 - DerelictGL] * added support for version = DerlictGL_APPLE, …
(edit) @444 [444] 03/25/10 04:49:45 aldacron [Derelict2 - DerelictGL] * added support for version=DerelictGL_REND * …
(edit) @442 [442] 03/23/10 11:30:46 aldacron [Derelict2 - DerelictGL] * added the getExtensionState method to the …
(edit) @441 [441] 03/10/10 07:15:40 aldacron [Derelict2] * accidently broke the make system in the last commit. Fixed …
(edit) @440 [440] 03/07/10 21:33:21 aldacron [Derelict2 - DerelictGL] * updated dsss.conf to reflect the versioned …
(edit) @439 [439] 03/07/10 21:06:11 aldacron [Derelict2 - DerelictGL] * added versioned extension loading
(edit) @438 [438] 03/06/10 19:57:48 aldacron [Derelict2 - DerelictGL] * added support for the following extensions: …
(edit) @436 [436] 03/04/10 08:56:30 aldacron [Derelict2 - DerelictGL] * added support for the following extensions: …
(edit) @434 [434] 02/18/10 13:30:47 doob [Derelict2] Missing parentheses in version statement
(edit) @432 [432] 02/08/10 08:56:35 aldacron * in several of the Mac-specific files, added a check for version OSX …
(edit) @429 [429] 02/06/10 21:32:41 aldacron [Derelict2] * tab->space conversion on a couple of files * replaced a …
(edit) @427 [427] 02/02/10 00:01:02 aldacron [Derelict2] * applied doob's patch. Closes #46.
(edit) @425 [425] 02/01/10 07:49:34 aldacron [Derelict2] * needlessly changed the syntax on a single D2 enum double …
(edit) @419 [419] 01/31/10 08:13:50 aldacron [Derelict2] * fixed an error in the top-level makefiles * in DerelictGL, …
(edit) @418 [418] 01/31/10 07:48:04 aldacron [Derelict2] * converted some typedefs to aliases and some const global …
(edit) @417 [417] 01/31/10 06:30:59 aldacron [Derelict2] * second attempt at making gshared function pointers work …
(edit) @415 [415] 01/14/10 09:14:33 aldacron [Derelict2] * all function pointers are now declared as gshared
(edit) @402 [402] 11/29/09 05:19:54 aldacron [Derelict2 - DerelictGL] * added support for the following extensions: …
(edit) @398 [398] 11/15/09 23:01:38 aldacron [Derelict2 - DerelictGL] * added support for the following extensions: …
(edit) @395 [395] 11/15/09 04:44:03 aldacron [Derelict2] * removed copyright notice from each source file * replaced …
(edit) @388 [388] 10/30/09 22:15:32 aldacron [Derelict2 - DerelictGL] * added support for the following extensions: …
(edit) @385 [385] 10/30/09 02:46:00 aldacron [Derelict2 - DerelictGL] * added support for the following …
(edit) @361 [361] 04/02/09 03:49:08 aldacron [Derelict2 - DerelictGL] * added all WGL_ARB extensions * dsss.conf was …
(edit) @360 [360] 03/31/09 23:22:19 aldacron [Derelict2 - DerelictGL] * fixed a typo in one of the extension names
(edit) @358 [358] 03/31/09 22:30:23 aldacron [Derelict2] * removed extraneous line from all dsss.conf files * added …
(edit) @355 [355] 03/25/09 06:14:20 aldacron [Derelict2] * added win32 makefile for DerelictGL * added /q option to …
(edit) @354 [354] 03/25/09 02:45:28 aldacron [Derelict2 - DerelictGL] * forgot to add glext.d in the last update
(edit) @353 [353] 03/25/09 02:23:41 aldacron [Derelict2 - DerelictGL] * added the new extension loading framework * …
(edit) @351 [351] 03/24/09 08:19:06 aldacron [Derelict2 - DerelictGL] * grrr - fixed a typo
(edit) @350 [350] 03/24/09 08:15:49 aldacron [Derelict2 - DerelictGL] * fixed a copy-paste bug that caused …
(edit) @349 [349] 03/24/09 07:46:51 aldacron [DerelictGL] * removed some extraneous imports from gl.d
(edit) @346 [346] 03/14/09 21:40:08 aldacron [trunk - DerelictUtil?] * ported the system error reporting from Derelict2 …
(add) @345 [345] 03/14/09 13:59:11 aldacron [Derelict2] * initial import of DerelictGL. Currently supports loading …
Note: See TracRevisionLog for help on using the revision log.