summaryrefslogtreecommitdiff
path: root/src/glut/glx
Commit message (Expand)AuthorAgeFilesLines
...
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2011-07-111-1/+1
* don't need glut_fbc.cBrian Paul2011-07-111-1/+0
* clean up 'depend' commandsBrian Paul2011-07-111-2/+4
* typedef GLUTproc, return it from glutGetProcAddress()Brian Paul2011-07-111-120/+120
* Make sure mklib sees the definition of CC and CXX. Make mklib respect the def...Ian Romanick2011-07-111-1/+1
* obsoleteBrian Paul2011-07-111-119/+0
* use new MKDEP, MKDEP_OPTIONS variablesBrian Paul2011-07-111-1/+1
* New Makefile systemBrian Paul2011-07-111-0/+111
* re-order arguments to mklibBrian Paul2011-07-111-2/+2
* fix typo (Matt Case)Brian Paul2011-07-111-1/+1
* Assorted mklib tweaks. Added Intel icc support to mklib.Brian Paul2011-07-111-1/+1
* fix error message (bug 816876)Brian Paul2011-07-111-1/+1
* Copy the DLL files to the lib directory instead of libexec.Karl Schultz2011-07-111-2/+2
* fix timer bug (801485)Brian Paul2011-07-111-1/+1
* added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)Brian Paul2011-07-111-1/+1
* Generate browse info for Debug version.Karl Schultz2011-07-111-1/+1
* DOS and glide driver updates from Daniel BorcaBrian Paul2011-07-114-6/+6
* Project file to build GLUT32.DLLKarl Schultz2011-07-111-0/+338
* Committing in .Jouk Jansen2011-07-111-0/+47
* Committing in .Jouk Jansen2011-07-111-61/+61
* Committing in .Jouk Jansen2011-07-111-21/+20
* updated old-style makefiles for new treeBrian Paul2011-07-111-8/+8
* replace APIENTRY with GLUTAPIENTRY to be consistant with glut.hBrian Paul2011-07-1135-133/+133
* added font-related symbolsBrian Paul2011-07-111-0/+5
* remove GLUTAPIENTRY from __glutCloseDownGameModeBrian Paul2011-07-112-2/+2
* support for GLX_ARB_multisampleBrian Paul2011-07-111-2/+7
* allow querying of glut functions via glutGetProcAddress()Brian Paul2011-07-111-0/+133
* bump lib version to 3.7.1, more make clean commandsBrian Paul2011-07-111-12/+6
* added glutGetProcAddress() and GLUT_FPS env var optionBrian Paul2011-07-114-0/+50
* s/glxGetProcAddress/glXGetProcAddressARB/Brian Paul2011-07-111-3/+3
* use glXGetProcAddressARB to avoid extension linkage problemsBrian Paul2011-07-116-19/+250
* Change name of glut lib from glut32 to MesaGlut. This helps avoid confusion w...Karl Schultz2011-07-111-2/+2
* Fix up Windows makefiles so that the debug build leaves debugger info in the ...Karl Schultz2011-07-111-1/+1
* clean up makefiles some more for WindowsKarl Schultz2011-07-111-2/+1
* Win32 updates (Karl Schultz)Brian Paul2011-07-113-51/+189
* replaced gets() with fgets()Brian Paul2011-07-111-1/+1
* changed #if OLD_VMS to #ifdef OLD_VMSBrian Paul2011-07-111-1/+1
* Modified Files: Mesa/descrip.mms Mesa/mms-config Mesa/demos/descrip.mms Mesa/...Jouk Jansen2011-07-111-2/+2
* Committing in .Jouk Jansen2011-07-114-20/+57
* minor changes to fix compile problems/warningsBrian Paul2011-07-114-7/+9
* patched to silence compiler warnings (Martin Lindhe)Brian Paul2011-07-115-9/+9
* Committing in .Jouk Jansen2011-07-1115-1/+57
* another patch for win32 joysticksBrian Paul2011-07-111-0/+4
* applied joystick patch from Michael ChampignyBrian Paul2011-07-111-13/+12
* defined APIENTRY if undefinedBrian Paul2011-07-111-0/+2
* fixed Cygwin patch typosBrian Paul2011-07-112-2/+2
* patched for Cygwin (Sven Panne)Brian Paul2011-07-116-10/+56
* minor reformattingBrian Paul2011-07-111-10/+9
* Committing in .Jouk Jansen2011-07-111-1/+10
* added some braces to silence gcc warningsBrian Paul2011-07-111-3/+6