aboutsummaryrefslogtreecommitdiffstats
path: root/src/glut
Commit message (Collapse)AuthorAgeFilesLines
* obsoleteBrian Paul2002-09-191-52/+0
|
* updates from Daniel BorcaBrian Paul2002-09-036-54/+174
|
* bump lib version to 3.7.1, more make clean commandsBrian Paul2002-08-171-12/+6
|
* added glutGetProcAddress() and GLUT_FPS env var optionBrian Paul2002-08-174-0/+50
|
* GGI driver updates (Filip Spacek)Brian Paul2002-06-101-9/+11
|
* DOS driver updateBrian Paul2002-04-0117-36/+47
|
* DOS/Mesa driver updates (Daniel Borca)Brian Paul2002-03-234-52/+75
|
* obsoleteBrian Paul2002-03-111-18/+0
|
* DOS updates from Daniel BorcaBrian Paul2002-02-237-41/+136
|
* Daniel Borca's GLUT for DOS/DGJPP.Brian Paul2002-02-1220-0/+3298
|
* s/glxGetProcAddress/glXGetProcAddressARB/Brian Paul2001-12-141-3/+3
|
* use glXGetProcAddressARB to avoid extension linkage problemsBrian Paul2001-11-276-19/+250
|
* Change name of glut lib from glut32 to MesaGlut.Karl Schultz2001-10-261-2/+2
| | | | | This helps avoid confusion with other gluts on the system that may be lined with OpenGl32.dll and Glu32.dll.
* Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz2001-09-251-1/+1
| | | | | in the libraries. Make with NODEBUG=1 builds optimized without debug info (doc'ed in top level Makefile.win).
* clean up makefiles some more for WindowsKarl Schultz2001-09-181-2/+1
|
* remove carriage return charsKarl Schultz2001-09-183-431/+431
|
* Win32 updates (Karl Schultz)Brian Paul2001-09-143-370/+508
|
* replaced gets() with fgets()Brian Paul2001-09-141-1/+1
|
* changed #if OLD_VMS to #ifdef OLD_VMSBrian Paul2001-05-251-1/+1
|
* Modified Files:Jouk Jansen2001-03-221-2/+2
| | | | | | | | | | | | | | Mesa/descrip.mms Mesa/mms-config Mesa/demos/descrip.mms Mesa/si-glu/include/gluos.h Mesa/si-glu/libnurbs/internals/bufpool.h Mesa/si-glu/libnurbs/internals/mysetjmp.h Mesa/src-glut/descrip.mms Added Files: Mesa/si-glu/descrip.mms Mesa/si-glu/mesaglu.opt changes needed to compile SI-GLU on VMS. ----------------------------------------------------------------------
* Committing in .Jouk Jansen2001-02-094-20/+57
| | | | | | | | | | Modified Files: Mesa/src-glut/glut_event.c Mesa/src-glut/glut_get.c Mesa/src-glut/glut_init.c Mesa/src-glut/glutint.h Patch for compilation on very old VMS (version 6.2 and earlier) ----------------------------------------------------------------------
* minor changes to fix compile problems/warningsBrian Paul2000-12-114-7/+9
|
* Added GGI-style debugging harness to GGIGLUT.Jon Taylor2000-11-192-208/+576
|
* patched to silence compiler warnings (Martin Lindhe)Brian Paul2000-11-105-9/+9
|
* Committing in .Jouk Jansen2000-08-2215-1/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | Modified Files: Mesa/include/GL/glx.h Mesa/include/GL/xmesa.h Mesa/src/descrip.mms Mesa/src/X/glxheader.h Mesa/src/X/xfonts.c Mesa/src/X/xfonts.h Mesa/src-glu/descrip.mms Mesa/src-glut/capturexfont.c Mesa/src-glut/descrip.mms Mesa/src-glut/glut_cmap.c Mesa/src-glut/glut_event.c Mesa/src-glut/glut_fullscrn.c Mesa/src-glut/glut_gamemode.c Mesa/src-glut/glut_init.c Mesa/src-glut/glut_input.c Mesa/src-glut/glut_menu.c Mesa/src-glut/glut_menu2.c Mesa/src-glut/glut_overlay.c Mesa/src-glut/glut_win.c Mesa/src-glut/glut_winmisc.c Mesa/src-glut/glutint.h Mesa/src-glut/layerutil.h Mesa/vms/analyze_map.com Added Files: Mesa/include/GL/vms_x_fix.h Patches effective on VMS only. This allows for compiling with /name=(as_is,short). This breaks the binary compatibility with previous versions for VMS, but is the only way to combine Mesa with GTK for VMS. Jouk ----------------------------------------------------------------------
* another patch for win32 joysticksBrian Paul2000-06-271-0/+4
|
* applied joystick patch from Michael ChampignyBrian Paul2000-06-231-13/+12
|
* defined APIENTRY if undefinedBrian Paul2000-05-221-0/+2
|
* fixed Cygwin patch typosBrian Paul2000-03-222-2/+2
|
* patched for Cygwin (Sven Panne)Brian Paul2000-03-206-10/+56
|
* minor reformattingBrian Paul2000-03-011-10/+9
|
* Committing in .Jouk Jansen2000-01-071-1/+10
| | | | | | | | Work around for bug in VMS7.2 Modified Files: Mesa/src-glut/glut_event.c ----------------------------------------------------------------------
* removed Mesa-ismsBrian Paul1999-11-271-3/+1
|
* added some braces to silence gcc warningsBrian Paul1999-11-121-3/+6
|
* mesa_wgl.h should only be included when _WIN32 is definedJouk Jansen1999-09-171-2/+2
|
* Modified to build better with Mesa wgl functionsTed Jump1999-09-171-23/+16
|
* Win32 build req't updatesTed Jump1999-09-173-13/+13
|
* updated for GL instead of MesaGLBrian Paul1999-09-171-1/+2
|
* initial check-inBrian Paul1999-09-1640-0/+25985
|
* added third, tiny version number to mklib scriptsBrian Paul1999-09-152-5/+10
|
* Win32 fix by Eero Pajarre.Gareth Hughes1999-09-141-1/+2
|
* Update after disk crashJouk Jansen1999-08-241-9/+44
|
* *** empty log message ***Jon Taylor1999-08-241-0/+2
|
* *** empty log message ***Jon Taylor1999-08-221-16/+23
|
* *** empty log message ***Jon Taylor1999-08-212-0/+842
|
* initial check-in (post crash)Brian Paul1999-08-1968-0/+33991