summaryrefslogtreecommitdiffstats
path: root/src/glut
Commit message (Collapse)AuthorAgeFilesLines
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-2213-0/+1831
|
* updates from Daniel BorcaBrian Paul2003-08-221-0/+71
|
* DOS and glide driver updates from Daniel BorcaBrian Paul2003-08-199-69/+125
|
* Project file to build GLUT32.DLLKarl Schultz2003-07-241-0/+338
|
* Committing in .Jouk Jansen2003-07-021-0/+47
| | | | | | | | | | | | | | | | | | | | Enable installation on OpenVMS ODS5 disks. Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms ----------------------------------------------------------------------
* Committing in .Jouk Jansen2003-06-171-61/+61
| | | | | | | | | | OpenVMS compile support for new directory tree One file was missing in the previous commit. Modified Files: Mesa-newtree/src/glut/glx/mms_depend ----------------------------------------------------------------------
* Committing in .Jouk Jansen2003-06-171-21/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | OpenVMS support for new directory tree Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glu/sgi/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Added Files: Mesa-newtree/descrip.mms Mesa-newtree/mms-config. Mesa-newtree/src/descrip.mms Mesa-newtree/src/glu/descrip.mms Mesa-newtree/src/mesa/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms Mesa-newtree/vms/analyze_map.com Mesa-newtree/vms/xlib.opt Mesa-newtree/vms/xlib_share.opt ----------------------------------------------------------------------
* DOS updates for new tree (Daniel Borca)Brian Paul2003-06-1617-3023/+3025
|
* GLUT for OS/2 (Evgeny Kotsuba)Brian Paul2003-06-1344-0/+24696
|
* updated old-style makefiles for new treeBrian Paul2003-06-101-8/+8
|
* DOS updates from Daniel BorcaBrian Paul2003-03-293-13/+14
|
* DOS update (Daniel Borca)Brian Paul2003-03-0815-88/+135
|
* latest DOS updates (Daniel Borca)Brian Paul2003-02-204-16/+34
|
* replace APIENTRY with GLUTAPIENTRY to be consistant with glut.hBrian Paul2003-02-1235-133/+133
|
* DOS updates (Daniel Borca)Brian Paul2003-02-0416-203/+722
|
* unneeded (Daniel Borca)Brian Paul2003-02-045-1009/+0
|
* added font-related symbolsBrian Paul2003-01-091-0/+5
|
* DOS updates from Daniel Borca.Brian Paul2002-12-188-143/+105
|
* remove GLUTAPIENTRY from __glutCloseDownGameModeBrian Paul2002-11-302-2/+2
|
* Updates for DOS driver from Daniel Borca.Brian Paul2002-11-054-52/+60
|
* support for GLX_ARB_multisampleBrian Paul2002-11-041-2/+7
|
* allow querying of glut functions via glutGetProcAddress()Brian Paul2002-10-151-0/+133
|
* 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
|