root/trunk/DerelictGLU


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @303 [303] 06/06/08 06:19:35 aldacron [DerelictAL] * removed some commented out code [DerelictGL] * typos and …
(edit) @300 [300] 06/05/08 08:58:04 aldacron [DerelictFT] * incorporated Cyborg16's updates for FreeType? 2.3.5 (Ticket …
(edit) @290 [290] 04/06/08 08:00:30 aldacron [DerelictGLU] * removed extraneous comma added in last commit
(edit) @289 [289] 04/06/08 04:37:32 aldacron [DerelictGLU] * now loads the OpenGL framework itself. There's no need to …
(edit) @287 [287] 04/01/08 22:05:03 aldacron * fixed copy-pasted typo in Mac framework path for DerelictGL and …
(edit) @277 [277] 10/29/07 14:11:39 aldacron * added a name statement to all of the dsss.conf files.
(edit) @275 [275] 10/21/07 00:15:44 JJR Update to integrate better dsss functionality
(edit) @266 [266] 07/08/07 03:59:56 aldacron Fixed DerelictGL/GLU/IL/ILU/ILUT so that they all work with DMD 1.018
(edit) @264 [264] 07/01/07 23:56:33 aldacron A bug fix in DMD 1.018 broke compilation for several modules. Now, thanks …
(edit) @261 [261] 05/08/07 13:35:55 aldacron * updated the license header copyright in all source modules
(edit) @248 [248] 03/29/07 12:38:25 aldacron [DerelictGL & DerelictGLU] * added patches from Paolo Invernizzi to gl.d …
(edit) @238 [238] 03/07/07 12:54:27 aldacron * corrected several errors pointed out by lindquist in the forums: missing …
(edit) @237 [237] 03/06/07 02:46:55 aldacron [General] * finished converting constant integers to enums in each …
(edit) @235 [235] 03/04/07 08:38:38 aldacron [DerelictGL] * will now attempt to load libGL.so.1 on Linux if libGL.so …
(edit) @227 [227] 02/14/07 05:41:48 aldacron [DerelictUtil?] * added a few more declarations to wintypes.d in order to …
(edit) @224 [224] 02/13/07 23:22:55 aldacron [General] * buildme.d has been overhauled yet again. Support for building …
(edit) @205 [205] 12/28/06 02:05:54 aldacron * changed every instance I could find of C-style forward declarations of …
(edit) @177 [177] 09/27/06 08:50:05 aldacron [DerelictAL] * corrected typo in alstatic.d [DerelictFT] * added …
(edit) @170 [170] 08/16/06 18:36:58 h3r3tic added missing glu quadric consts
(edit) @161 [161] 06/29/06 17:50:59 h3r3tic GenericLoader? static lib fixes, linux ALC fix, fixes for SDL and …
(edit) @149 [149] 06/06/06 12:07:45 aldacron * integrated h3r3tic's new loader interface * added DerelictOGG and …
(edit) @139 [139] 05/04/06 03:35:37 aldacron * added the cleanlib option to buildme.d * removed all shell scripts and …
(edit) @136 [136] 05/02/06 08:04:28 h3r3tic small fixes
(edit) @134 [134] 05/02/06 03:30:50 aldacron * added new, cross-platform build system using D scripts * renamed the …
(edit) @132 [132] 04/20/06 14:39:50 aldacron * removed all existing license references, including source headers and …
(edit) @128 [128] 11/26/05 00:10:11 aldacron * added updated Linux build scripts from Lucas Goss * updated all docs …
(edit) @126 [126] 11/09/05 00:56:15 aldacron * added Linux build scripts from Lucas Goss * updated all relevant html …
(edit) @116 [116] 06/08/05 06:26:37 aldacron * build_release.brf was missing, so added it * all of the buildme.bat …
(edit) @115 [115] 06/08/05 03:14:14 aldacron * all modules no use !is in place of !== (deprecated in DMD 1.26) …
(edit) @113 [113] 05/30/05 09:04:57 aldacron * added samples to all packages exception DerelictUtil? * corrected a bug …
(edit) @109 [109] 05/28/05 09:23:02 aldacron * changed the windows build script environment variable BUILD_PATH to …
(edit) @108 [108] 05/28/05 00:27:56 aldacron * added html docs for DerelictGLFW, DerelictGLU, and DerelictSDL * …
(edit) @105 [105] 05/24/05 12:03:37 aldacron * removed all Windows Makefiles - windows builds now depend upon Build …
(edit) @104 [104] 05/04/05 01:39:36 aldacron * added batch scripts to aid in building with Derek Parnell's Build on …
(edit) @103 [103] 04/17/05 11:48:06 aldacron * added missing Linux build instructions to DerelictAL/GL/GLU READMEs * …
(edit) @100 [100] 03/16/05 07:56:00 aldacron * changed the compiler flags in all make files from -v to -w -release * …
(edit) @96 [96] 02/28/05 21:47:58 jjr * added more linux makefiles * fixed current linux makefiles * tested …
(edit) @92 [92] 02/26/05 12:28:44 aldacron [DerelictGLU] * coverted to using derelict.util.loader instead of …
(edit) @90 [90] 02/20/05 01:08:56 aldacron * Added Derelict*_Unload functions to each package so that libraries can …
(edit) @84 [84] 02/16/05 19:14:41 jjr Correct glu.d: libGLU.so -> libGLU.so Correct gl.d: libGL.so -> …
(edit) @80 [80] 02/14/05 01:10:03 aldacron * each package now has a new load function that accepts the name of a …
(edit) @74 [74] 02/12/05 05:42:18 aldacron * initial commit of DerelictGLFW (thanks to Johm Reimer) * tweaked the …
(edit) @49 [49] 10/24/04 22:45:29 aldacron [DerelictGLU] * changed the package structure from derelict.glu to …
(edit) @46 [46] 08/28/04 22:39:34 aldacron * added DerelictAL *[DerelictGL/GLU] in the getProc functions of gl.d and …
(edit) @33 [33] 07/22/04 13:50:54 aldacron * initial checkin of DerelictPY * fixed a bug in DerelictGL - I had …
(edit) @31 [31] 07/21/04 10:52:09 aldacron * changed the names of the load functions for each package to …
(edit) @23 [23] 06/14/04 09:00:03 aldacron * added GLee.lib * corrected some errors in the GLU/SDL READMEs
(edit) @20 [20] 06/11/04 05:41:40 aldacron * reworked the loading of proc addresses so that exeptions are thrown …
(edit) @17 [17] 06/09/04 13:38:30 aldacron * initial checkin of DerelictSDL - currently causing an AssertFailure? when …
(edit) @16 [16] 06/07/04 01:08:30 aldacron * added my own version of glConstants.d, and fixed glee.d so that there …
(add) @15 [15] 05/25/04 22:35:57 aldacron * Initial checkin of DerelictGLU * Cosmetic changes to DerelictGL
Note: See TracRevisionLog for help on using the revision log.