summaryrefslogtreecommitdiff
path: root/src/glut
AgeCommit message (Collapse)Author
2004-08-16Add glutGetProcAddress(). Not all GLUT version 5 APIs are supported yet, ↵Philippe Houdoin
thought. -> #define GLUT_API_VERSION 4.5 ? ;-)
2004-08-14Replaced the .cpp-ized (for build issue) common GLUT source files by theirPhilippe Houdoin
standard .c version. Remove unused libglut.def.
2004-08-14Replaced the .cpp-ized (for build issue) common GLUT source files by theirPhilippe Houdoin
standard .c version. Remove outdated Makefile.orig.
2004-08-14Update to Jake Hamby's BeOS GLUT 3.7 port.Philippe Houdoin
2004-08-14Move to $(TOP)/configs/default-based makefile.Philippe Houdoin
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick
the definitions of CC and CXX on Linux. This fixed build issues with sunos5-gcc and build issues on GCC 2.x Linux when CC and CXX are set to a GCC 3.x compiler.
2004-06-01Missed in last commit:Eric Anholt
Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
2004-05-12obsolete in favor of regular MakefilesBrian Paul
2004-04-22obsoleteBrian Paul
2004-04-07use new MKDEP, MKDEP_OPTIONS variablesBrian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-25re-order arguments to mklibBrian Paul
2004-02-23fix typo (Matt Case)Brian Paul
2004-02-20fixed some typosDaniel Borca
2004-02-02added glutGetProcAddress in DMesaGLUTDaniel Borca
2004-01-26glutTimerFunc cleanupDaniel Borca
2004-01-15implemented glutTimerFuncDaniel Borca
2003-12-15Assorted mklib tweaks.Brian Paul
Added Intel icc support to mklib.
2003-12-13Updates from Philippe Houdoin.Brian Paul
2003-12-12new makefilesBrian Paul
2003-11-18doc updates; GLUT timer additions; fixed compilation warningsDaniel Borca
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