|
|
|
@308
|
[308]
|
08/29/08 11:21:20 |
aldacron |
[DerelictGL]
* corrected a silly mistake from the last commit |
|
|
|
@307
|
[307]
|
08/29/08 01:07:22 |
aldacron |
[DerelictGL]
* ticket #21 - typo in arb/texture_env_dot3.d
* ticket #23 … |
|
|
|
@306
|
[306]
|
08/17/08 13:25:31 |
h3r3tic |
typo fix; thanks, DarkUranium? |
|
|
|
@304
|
[304]
|
06/06/08 22:45:55 |
aldacron |
[DerelictGL]
* removed some OpenGL 1.4 constants from gltypes.d |
|
|
|
@303
|
[303]
|
06/06/08 06:19:35 |
aldacron |
[DerelictAL]
* removed some commented out code
[DerelictGL]
* typos and … |
|
|
|
@301
|
[301]
|
06/06/08 04:07:44 |
aldacron |
[DerelictGL]
* Added support for GL_EXT_bindable_uniform |
|
|
|
@300
|
[300]
|
06/05/08 08:58:04 |
aldacron |
[DerelictFT]
* incorporated Cyborg16's updates for FreeType? 2.3.5 (Ticket … |
|
|
|
@294
|
[294]
|
04/13/08 21:57:08 |
aldacron |
[DerelictILU]
* fixed ticket #13 (ILU enum constants have an extra … |
|
|
|
@293
|
[293]
|
04/13/08 21:33:35 |
aldacron |
[DerelictGL]
* corrected the signature for glColor3bv, as reported by … |
|
|
|
@288
|
[288]
|
04/04/08 13:35:14 |
hugues |
DerelictGL: Corrected DerelictGLContext support on Mac OS X … |
|
|
|
@287
|
[287]
|
04/01/08 22:05:03 |
aldacron |
* fixed copy-pasted typo in Mac framework path for DerelictGL and … |
|
|
|
@285
|
[285]
|
03/30/08 11:01:20 |
aldacron |
* added or modified Mac shared lib paths in several modules to cover the … |
|
|
|
@284
|
[284]
|
02/26/08 23:47:20 |
aldacron |
[DerelictGL]
* all HDC and HGLRC parms and returns in the wgl* functions … |
|
|
|
@283
|
[283]
|
02/22/08 06:41:46 |
aldacron |
[DerelictGL]
* glXChooseVisual had the wrong signature |
|
|
|
@279
|
[279]
|
12/04/07 23:02:52 |
aldacron |
[DerelictGL]
* reverted the "fix" for Tango from the last commit. It … |
|
|
|
@278
|
[278]
|
11/26/07 21:22:09 |
aldacron |
[DerelictFT]
* now attempts to load libfreetype.so.6 first on Linux … |
|
|
|
@273
|
[273]
|
10/11/07 22:35:07 |
aldacron |
[DerelictGL]
* fixed a typo that caused the wrong function to be loaded … |
|
|
|
@269
|
[269]
|
07/24/07 12:25:18 |
aldacron |
* added the ability for load methods to accept arrays of library names |
|
|
|
@267
|
[267]
|
07/24/07 11:55:22 |
aldacron |
[DerelictFT]
* removed the DerelictFT_Static versioning that should have … |
|
|
|
@266
|
[266]
|
07/08/07 03:59:56 |
aldacron |
Fixed DerelictGL/GLU/IL/ILU/ILUT so that they all work with DMD 1.018 |
|
|
|
@265
|
[265]
|
07/06/07 12:23:53 |
aldacron |
[General]
* incorporated larsivi's patch to buildme.d so that it now … |
|
|
|
@264
|
[264]
|
07/01/07 23:56:33 |
aldacron |
A bug fix in DMD 1.018 broke compilation for several modules. Now, thanks … |
|
|
|
@262
|
[262]
|
05/17/07 06:31:49 |
aldacron |
[DerelictGL]
* added an alias DerelictGLContext for platform-specific … |
|
|
|
@261
|
[261]
|
05/08/07 13:35:55 |
aldacron |
* updated the license header copyright in all source modules |
|
|
|
@249
|
[249]
|
03/30/07 14:49:12 |
aldacron |
[DerelictGL]
* went through all extension modules to remove extraneous … |
|
|
|
@248
|
[248]
|
03/29/07 12:38:25 |
aldacron |
[DerelictGL & DerelictGLU]
* added patches from Paolo Invernizzi to gl.d … |
|
|
|
@246
|
[246]
|
03/13/07 01:07:41 |
aldacron |
[DerelictGL]
* added support for the following GL_EXT extensions: … |
|
|
|
@245
|
[245]
|
03/12/07 07:29:25 |
aldacron |
[DerelictGL]
* removed the check for GL_EXT_texturre_compression_dxt1 … |
|
|
|
@242
|
[242]
|
03/11/07 14:47:15 |
aldacron |
[DerelictGL]
* reorganized glext.d so that it's easier to determine which … |
|
|
|
@239
|
[239]
|
03/09/07 08:22:38 |
aldacron |
[DerelictGL]
* added the ':' that was missing from enum delcarations in … |
|
|
|
@238
|
[238]
|
03/07/07 12:54:27 |
aldacron |
* corrected several errors pointed out by lindquist in the forums: missing … |
|
|
|
@237
|
[237]
|
03/06/07 02:46:55 |
aldacron |
[General]
* finished converting constant integers to enums in each … |
|
|
|
@236
|
[236]
|
03/05/07 07:40:16 |
aldacron |
[DerelictGL]
* converted all integer constants to anonymous enums. |
|
|
|
@235
|
[235]
|
03/04/07 08:38:38 |
aldacron |
[DerelictGL]
* will now attempt to load libGL.so.1 on Linux if libGL.so … |
|
|
|
@224
|
[224]
|
02/13/07 23:22:55 |
aldacron |
[General]
* buildme.d has been overhauled yet again. Support for building … |
|
|
|
@215
|
[215]
|
01/13/07 21:59:22 |
aldacron |
[DerelictGL]
* import statements for nv/fragment_program and … |
|
|
|
@214
|
[214]
|
01/10/07 15:42:26 |
aldacron |
[DerelictGL]
* added missing constants to … |
|
|
|
@213
|
[213]
|
01/08/07 05:50:23 |
aldacron |
[DerelictGL]
* added support for the following GL_NV extensions: … |
|
|
|
@212
|
[212]
|
01/07/07 10:44:41 |
aldacron |
[DerelictGL]
* renamed ext/texture_compression_dxt1.d to … |
|
|
|
@210
|
[210]
|
01/06/07 13:08:07 |
aldacron |
[General]
* added the -w switch back to build_common.txt
[DerelictGL]
* … |
|
|
|
@209
|
[209]
|
01/05/07 06:41:26 |
aldacron |
[General]
* added -v1 switch to build_common.txt
[DerelictGL]
* added … |
|
|
|
@207
|
[207]
|
01/02/07 01:57:12 |
aldacron |
[DerelictGL]
* added support for the following GL_EXT extensions: … |
|
|
|
@206
|
[206]
|
12/28/06 06:12:05 |
aldacron |
[DerelictGL]
* added support for the following extensions: … |
|
|
|
@205
|
[205]
|
12/28/06 02:05:54 |
aldacron |
* changed every instance I could find of C-style forward declarations of … |
|
|
|
@204
|
[204]
|
12/25/06 00:41:39 |
aldacron |
[DerelictAL]
* al.d was still importing the recently removed almanual and … |
|
|
|
@203
|
[203]
|
12/24/06 05:59:58 |
aldacron |
[DerelictAL]
* removed the DerelictALStatic option and alstatic.d
* … |
|
|
|
@202
|
[202]
|
12/21/06 04:28:19 |
aldacron |
* added patch from Bradley Smith ato fix implicit char[] to char* … |
|
|
|
@201
|
[201]
|
11/01/06 19:30:42 |
aldacron |
[DerelictGL]
* function pointer declarations in … |
|
|
|
@199
|
[199]
|
10/29/06 17:29:12 |
aldacron |
[DerelictGL]
* added support for OpenGL 2.1
* removed extraneous … |
|
|
|
@198
|
[198]
|
10/25/06 07:43:44 |
aldacron |
[DerelictGL]
* fixed (hopefully) another version detection bug |
|
|
|
@196
|
[196]
|
10/16/06 15:43:18 |
aldacron |
[DerelictGL]
* added imports to glext.d for the two extension modules … |
|
|
|
@195
|
[195]
|
10/16/06 15:35:09 |
aldacron |
[General]
* removed the commented workaround for the old DerelictFT … |
|
|
|
@194
|
[194]
|
10/08/06 07:08:51 |
h3r3tic |
fixed the GL_CLAMP_TO_EDGE bug |
|
|
|
@192
|
[192]
|
10/06/06 21:49:28 |
aldacron |
[DerelictGL]
* fixed a bug in draw_buffers.d |
|
|
|
@191
|
[191]
|
10/04/06 07:22:15 |
aldacron |
[DerelictGL]
* added support for the following extensions: … |
|
|
|
@190
|
[190]
|
10/03/06 19:08:58 |
aldacron |
[DerelictGL]
* fixed another bug in the version checking code |
|
|
|
@189
|
[189]
|
10/03/06 09:38:41 |
aldacron |
[DerelictGL]
* restructured the package hierarchy for extensions again -- … |
|
|
|
@188
|
[188]
|
10/03/06 09:17:32 |
aldacron |
[DerelictGL]
* added support for the following … |
|
|
|
@187
|
[187]
|
10/02/06 01:24:13 |
aldacron |
* continuing from the last update - TortoiseSVN acted up on me |
|
|
|
@186
|
[186]
|
10/02/06 01:23:14 |
aldacron |
[DerelictGL]
* restructured extension package heirarchy
* modified the … |
|
|
|
@185
|
[185]
|
10/02/06 00:54:35 |
aldacron |
[DerelictGL]
* corrected a typo in gl.d from the last update |
|
|
|
@184
|
[184]
|
10/01/06 21:05:44 |
aldacron |
[DerelictGL]
* patch from silvestre to fix bugs introduced in the version … |
|
|
|
@183
|
[183]
|
10/01/06 13:58:02 |
h3r3tic |
made derelictgl remember the lib on windows, otherwise extension loading … |
|
|
|
@182
|
[182]
|
10/01/06 12:34:14 |
aldacron |
[DerelictGL]
* converted tabs to spaces in vertex_program.d
* fixed GL … |
|
|
|
@181
|
[181]
|
09/29/06 06:07:03 |
aldacron |
* added the new files that I forgot to add in the last update |
|
|
|
@180
|
[180]
|
09/29/06 06:05:34 |
aldacron |
[DerelictGL]
* added support for the following … |
|
|
|
@179
|
[179]
|
09/28/06 08:16:28 |
aldacron |
[DerelictGL]
* fixed an error in shader_objects.d where one of the … |
|
|
|
@176
|
[176]
|
09/22/06 04:39:10 |
aldacron |
[DerelictGL]
* went though each module and took care of formatting … |
|
|
|
@175
|
[175]
|
09/17/06 13:17:18 |
aldacron |
* fixed a potentially nasty bug which caused DerelictGL.hasValidContext to … |
|
|
|
@174
|
[174]
|
09/17/06 00:59:48 |
aldacron |
* the names of the load functions in gl15.d and gl20.d were swapped. … |
|
|
|
@171
|
[171]
|
08/24/06 08:05:54 |
aldacron |
* added a lib pragma to gl.d so that gdi32 is automatically linked in on … |
|
|
|
@169
|
[169]
|
08/04/06 03:56:41 |
aldacron |
* fixed another Linux extension loading bug |
|
|
|
@168
|
[168]
|
08/03/06 23:18:48 |
aldacron |
* fixed a bug from the new Windows changes that prevented compiling on … |
|
|
|
@167
|
[167]
|
08/03/06 02:58:19 |
aldacron |
* attempted to make version & extension loading on Windows more optimized … |
|
|
|
@166
|
[166]
|
08/01/06 11:08:07 |
aldacron |
* added preliminary support for OpenGL extension loading |
|
|
|
@165
|
[165]
|
07/30/06 12:24:45 |
aldacron |
* updated derelictify.html to reflect Tom's OPTLINK comaptability changes … |
|
|
|
@164
|
[164]
|
07/19/06 08:53:26 |
aldacron |
* added support for loading OpenGL versions 1.2 - 2.0 to DerelictGL |
|
|
|
@163
|
[163]
|
07/19/06 00:46:22 |
aldacron |
* all public imports are now explicitly labeled public to work with the … |
|
|
|
@161
|
[161]
|
06/29/06 17:50:59 |
h3r3tic |
GenericLoader? static lib fixes, linux ALC fix, fixes for SDL and … |
|
|
|
@156
|
[156]
|
06/17/06 17:50:09 |
h3r3tic |
added W versions of the wglUseFont* funcs |
|
|
|
@155
|
[155]
|
06/17/06 17:12:27 |
h3r3tic |
wglUseFont* fix |
|
|
|
@149
|
[149]
|
06/06/06 12:07:45 |
aldacron |
* integrated h3r3tic's new loader interface
* added DerelictOGG and … |
|
|
|
@132
|
[132]
|
04/20/06 14:39:50 |
aldacron |
* removed all existing license references, including source headers and … |
|
|
|
@125
|
[125]
|
10/29/05 18:18:18 |
aldacron |
[DerelictGL]
* corrected another function loading typo |
|
|
|
@120
|
[120]
|
09/25/05 04:55:45 |
aldacron |
[DerelictGL]
* Fixed some errors where a few functions were being loaded … |
|
|
|
@115
|
[115]
|
06/08/05 03:14:14 |
aldacron |
* all modules no use !is in place of !== (deprecated in DMD 1.26) … |
|
|
|
@110
|
[110]
|
05/28/05 10:27:28 |
JJR |
* Cleanup glx.d -- removed unnecessary structures
* Docs/credit.html -- … |
|
|
|
@107
|
[107]
|
05/25/05 21:11:23 |
aldacron |
[DerelictGL]
* removed glx and wgl imports from gl.d |
|
|
|
@106
|
[106]
|
05/24/05 13:03:01 |
aldacron |
[DerelictGL]
* added wingdi.d, which I left out of the last commit (oops) |
|
|
|
@105
|
[105]
|
05/24/05 12:03:37 |
aldacron |
* removed all Windows Makefiles - windows builds now depend upon Build … |
|
|
|
@95
|
[95]
|
02/28/05 13:32:02 |
jjr |
- util.loader.d: moved HMODULE declaration to version(linux) block; … |
|
|
|
@91
|
[91]
|
02/26/05 11:49:30 |
aldacron |
* added the DerelictUtil? package
* converted all existing packages to use … |
|
|
|
@90
|
[90]
|
02/20/05 01:08:56 |
aldacron |
* Added Derelict*_Unload functions to each package so that libraries can … |
|
|
|
@84
|
[84]
|
02/16/05 19:14:41 |
jjr |
Correct glu.d: libGLU.so -> libGLU.so
Correct gl.d: libGL.so -> … |
|
|
|
@83
|
[83]
|
02/15/05 02:54:12 |
aldacron |
[DerelictGL]
* added internal.d, which I forgot to add in the last … |
|
|
|
@82
|
[82]
|
02/14/05 21:58:48 |
aldacron |
[DerelictGL]
* added a file called internal.d and moved the shared lib … |
|
|
|
@81
|
[81]
|
02/14/05 03:12:21 |
jjr |
Fix gl.d -- mispelled import.
Fix glx.d -- commented out superfluous … |
|
|
|
@80
|
[80]
|
02/14/05 01:10:03 |
aldacron |
* each package now has a new load function that accepts the name of a … |
|
|
|
@79
|
[79]
|
02/13/05 05:18:51 |
aldacron |
[DerelictGL]
* changed a couple of ulong declarations to uint in glx.d |
|
|
|
@78
|
[78]
|
02/13/05 02:05:10 |
aldacron |
[DerelictGL]
* removed the glxint import from gl.d, since there is no … |