summaryrefslogtreecommitdiff
path: root/src/glut
AgeCommit message (Expand)AuthorFilesLines
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz1-338/+338
2003-09-18Copy the DLL files to the lib directory instead of libexec.Karl Schultz1-2/+2
2003-09-08fix timer bug (801485)Brian Paul1-1/+1
2003-09-02added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)Brian Paul1-1/+1
2003-09-02update from Daniel BorcaBrian Paul1-20/+48
2003-08-30Generate browse info for Debug version.Karl Schultz1-1/+1
2003-08-28Updates from Daniel BorcaBrian Paul3-4/+10
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul13-0/+1831
2003-08-22updates from Daniel BorcaBrian Paul1-0/+71
2003-08-19DOS and glide driver updates from Daniel BorcaBrian Paul9-69/+125
2003-07-24Project file to build GLUT32.DLLKarl Schultz1-0/+338
2003-07-02 Committing in .Jouk Jansen1-0/+47
2003-06-17 Committing in .Jouk Jansen1-61/+61
2003-06-17 Committing in .Jouk Jansen1-21/+20
2003-06-16DOS updates for new tree (Daniel Borca)Brian Paul17-3023/+3025
2003-06-13GLUT for OS/2 (Evgeny Kotsuba)Brian Paul44-0/+24696
2003-06-10updated old-style makefiles for new treeBrian Paul1-8/+8
2003-03-29DOS updates from Daniel BorcaBrian Paul3-13/+14
2003-03-08DOS update (Daniel Borca)Brian Paul15-88/+135
2003-02-20latest DOS updates (Daniel Borca)Brian Paul4-16/+34
2003-02-12replace APIENTRY with GLUTAPIENTRY to be consistant with glut.hBrian Paul35-133/+133
2003-02-04DOS updates (Daniel Borca)Brian Paul16-203/+722
2003-02-04unneeded (Daniel Borca)Brian Paul5-1009/+0
2003-01-09added font-related symbolsBrian Paul1-0/+5
2002-12-18DOS updates from Daniel Borca.Brian Paul8-143/+105
2002-11-30remove GLUTAPIENTRY from __glutCloseDownGameModeBrian Paul2-2/+2
2002-11-05Updates for DOS driver from Daniel Borca.Brian Paul4-52/+60
2002-11-04support for GLX_ARB_multisampleBrian Paul1-2/+7
2002-10-15allow querying of glut functions via glutGetProcAddress()Brian Paul1-0/+133
2002-09-19obsoleteBrian Paul1-52/+0
2002-09-03updates from Daniel BorcaBrian Paul6-54/+174
2002-08-17bump lib version to 3.7.1, more make clean commandsBrian Paul1-12/+6
2002-08-17added glutGetProcAddress() and GLUT_FPS env var optionBrian Paul4-0/+50
2002-06-10GGI driver updates (Filip Spacek)Brian Paul1-9/+11
2002-04-01DOS driver updateBrian Paul17-36/+47
2002-03-23DOS/Mesa driver updates (Daniel Borca)Brian Paul4-52/+75
2002-03-11obsoleteBrian Paul1-18/+0
2002-02-23DOS updates from Daniel BorcaBrian Paul7-41/+136
2002-02-12Daniel Borca's GLUT for DOS/DGJPP.Brian Paul20-0/+3298
2001-12-14s/glxGetProcAddress/glXGetProcAddressARB/Brian Paul1-3/+3
2001-11-27use glXGetProcAddressARB to avoid extension linkage problemsBrian Paul6-19/+250
2001-10-26Change name of glut lib from glut32 to MesaGlut.Karl Schultz1-2/+2
2001-09-25Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz1-1/+1
2001-09-18clean up makefiles some more for WindowsKarl Schultz1-2/+1
2001-09-18remove carriage return charsKarl Schultz3-431/+431
2001-09-14Win32 updates (Karl Schultz)Brian Paul3-370/+508
2001-09-14replaced gets() with fgets()Brian Paul1-1/+1
2001-05-25changed #if OLD_VMS to #ifdef OLD_VMSBrian Paul1-1/+1
2001-03-22 Modified Files:Jouk Jansen1-2/+2
2001-02-09 Committing in .Jouk Jansen4-20/+57