summaryrefslogtreecommitdiffstats
path: root/src/glut
Commit message (Collapse)AuthorAgeFilesLines
* updated from patch 1026109Brian Paul2004-09-101-3/+2
|
* new file (bug 1026109)Brian Paul2004-09-101-0/+52
|
* removed (bug 1026109)Brian Paul2004-09-101-2/+0
|
* Add glutGetProcAddress(). Not all GLUT version 5 APIs are supported yet, ↵Philippe Houdoin2004-08-163-40/+204
| | | | | | thought. -> #define GLUT_API_VERSION 4.5 ? ;-)
* Replaced the .cpp-ized (for build issue) common GLUT source files by theirPhilippe Houdoin2004-08-142-1874/+0
| | | | | standard .c version. Remove unused libglut.def.
* Replaced the .cpp-ized (for build issue) common GLUT source files by theirPhilippe Houdoin2004-08-1418-233/+2135
| | | | | standard .c version. Remove outdated Makefile.orig.
* Update to Jake Hamby's BeOS GLUT 3.7 port.Philippe Houdoin2004-08-1419-169/+1103
|
* Move to $(TOP)/configs/default-based makefile.Philippe Houdoin2004-08-141-113/+84
|
* Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick2004-06-252-2/+2
| | | | | | 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.
* Missed in last commit:Eric Anholt2004-06-011-1/+1
| | | | | | | 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".
* obsolete in favor of regular MakefilesBrian Paul2004-05-121-78/+0
|
* obsoleteBrian Paul2004-04-221-119/+0
|
* use new MKDEP, MKDEP_OPTIONS variablesBrian Paul2004-04-071-1/+1
|
* New Makefile systemBrian Paul2004-03-262-0/+191
|
* re-order arguments to mklibBrian Paul2004-03-251-2/+2
|
* fix typo (Matt Case)Brian Paul2004-02-231-1/+1
|
* fixed some typosDaniel Borca2004-02-201-1/+1
|
* added glutGetProcAddress in DMesaGLUTDaniel Borca2004-02-021-2/+11
|
* glutTimerFunc cleanupDaniel Borca2004-01-264-121/+132
|
* implemented glutTimerFuncDaniel Borca2004-01-152-2/+66
|
* Assorted mklib tweaks.Brian Paul2003-12-151-1/+1
| | | | Added Intel icc support to mklib.
* Updates from Philippe Houdoin.Brian Paul2003-12-131-7/+30
|
* new makefilesBrian Paul2003-12-121-2/+2
|
* doc updates; GLUT timer additions; fixed compilation warningsDaniel Borca2003-11-182-42/+211
|
* s/GGIMesaContext/ggi_mesa_context_t/Brian Paul2003-11-071-1/+1
|
* GameModeDaniel Borca2003-10-131-0/+77
|
* fix error message (bug 816876)Brian Paul2003-10-031-1/+1
|
* improved 'clean' targets (Otto Solares)Brian Paul2003-10-031-3/+3
|
* updates from Daniel BorcaBrian Paul2003-10-021-2/+2
|
* Make binary - even though this is a text file, common practice is to store ↵Karl Schultz2003-09-191-338/+338
| | | | MS studio files as binary
* Copy the DLL files to the lib directory instead of libexec.Karl Schultz2003-09-181-2/+2
|
* fix timer bug (801485)Brian Paul2003-09-081-1/+1
|
* added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)Brian Paul2003-09-021-1/+1
|
* update from Daniel BorcaBrian Paul2003-09-021-20/+48
|
* Generate browse info for Debug version.Karl Schultz2003-08-301-1/+1
|
* Updates from Daniel BorcaBrian Paul2003-08-283-4/+10
|
* 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
|