summaryrefslogtreecommitdiff
path: root/src/glut
AgeCommit message (Collapse)Author
2003-11-07s/GGIMesaContext/ggi_mesa_context_t/Brian Paul
2003-10-13GameModeDaniel Borca
2003-10-03fix error message (bug 816876)Brian Paul
2003-10-03improved 'clean' targets (Otto Solares)Brian Paul
2003-10-02updates from Daniel BorcaBrian Paul
2003-09-19Make binary - even though this is a text file, common practice is to store ↵Karl Schultz
MS studio files as binary
2003-09-18Copy the DLL files to the lib directory instead of libexec.Karl Schultz
2003-09-08fix timer bug (801485)Brian Paul
2003-09-02added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)Brian Paul
2003-09-02update from Daniel BorcaBrian Paul
2003-08-30Generate browse info for Debug version.Karl Schultz
2003-08-28Updates from Daniel BorcaBrian Paul
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul
2003-08-22updates from Daniel BorcaBrian Paul
2003-08-19DOS and glide driver updates from Daniel BorcaBrian Paul
2003-07-24Project file to build GLUT32.DLLKarl Schultz
2003-07-02 Committing in .Jouk Jansen
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 ----------------------------------------------------------------------
2003-06-17 Committing in .Jouk Jansen
OpenVMS compile support for new directory tree One file was missing in the previous commit. Modified Files: Mesa-newtree/src/glut/glx/mms_depend ----------------------------------------------------------------------
2003-06-17 Committing in .Jouk Jansen
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 ----------------------------------------------------------------------
2003-06-16DOS updates for new tree (Daniel Borca)Brian Paul
2003-06-13GLUT for OS/2 (Evgeny Kotsuba)Brian Paul
2003-06-10updated old-style makefiles for new treeBrian Paul
2003-03-29DOS updates from Daniel BorcaBrian Paul
2003-03-08DOS update (Daniel Borca)Brian Paul
2003-02-20latest DOS updates (Daniel Borca)Brian Paul
2003-02-12replace APIENTRY with GLUTAPIENTRY to be consistant with glut.hBrian Paul
2003-02-04DOS updates (Daniel Borca)Brian Paul
2003-02-04unneeded (Daniel Borca)Brian Paul
2003-01-09added font-related symbolsBrian Paul
2002-12-18DOS updates from Daniel Borca.Brian Paul
2002-11-30remove GLUTAPIENTRY from __glutCloseDownGameModeBrian Paul
2002-11-05Updates for DOS driver from Daniel Borca.Brian Paul
2002-11-04support for GLX_ARB_multisampleBrian Paul
2002-10-15allow querying of glut functions via glutGetProcAddress()Brian Paul
2002-09-19obsoleteBrian Paul
2002-09-03updates from Daniel BorcaBrian Paul
2002-08-17bump lib version to 3.7.1, more make clean commandsBrian Paul
2002-08-17added glutGetProcAddress() and GLUT_FPS env var optionBrian Paul
2002-06-10GGI driver updates (Filip Spacek)Brian Paul
2002-04-01DOS driver updateBrian Paul
2002-03-23DOS/Mesa driver updates (Daniel Borca)Brian Paul
2002-03-11obsoleteBrian Paul
2002-02-23DOS updates from Daniel BorcaBrian Paul
2002-02-12Daniel Borca's GLUT for DOS/DGJPP.Brian Paul
2001-12-14s/glxGetProcAddress/glXGetProcAddressARB/Brian Paul
2001-11-27use glXGetProcAddressARB to avoid extension linkage problemsBrian Paul
2001-10-26Change name of glut lib from glut32 to MesaGlut.Karl Schultz
This helps avoid confusion with other gluts on the system that may be lined with OpenGl32.dll and Glu32.dll.
2001-09-25Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz
in the libraries. Make with NODEBUG=1 builds optimized without debug info (doc'ed in top level Makefile.win).
2001-09-18clean up makefiles some more for WindowsKarl Schultz
2001-09-18remove carriage return charsKarl Schultz