summaryrefslogtreecommitdiffstats
path: root/include/GL/glut.h
Commit message (Expand)AuthorAgeFilesLines
* Remove support for GCC older than 3.3.0Ian Romanick2010-03-031-1/+1
* glut: Silent the glut*_ATEXIT_HACK defined but not used warnings.José Fonseca2010-01-011-6/+3
* glut: Fix broken font symbols when gcc visibility attributes used.José Fonseca2009-02-121-1/+1
* glut: Don't try to guess system headers.José Fonseca2009-02-121-17/+3
* glut: Automatic library linkage only on MSVC.José Fonseca2009-01-241-1/+1
* glut: Use a new define GLUT_STATIC to distinguish static builds.José Fonseca2009-01-241-2/+2
* glut: Ensure windows.h is included on windows.José Fonseca2009-01-241-87/+4
* glut: Do not rely on GLAPIENTRY symbol.José Fonseca2009-01-231-3/+10
* glut: Don't include mesa_wgl.h on MinGW builds.José Fonseca2009-01-221-1/+4
* glut: MinGW portability fixes.José Fonseca2008-11-211-1/+1
* more Mingw32 fixesZhang2007-07-271-1/+1
* Fix a number of MINGW32 issuesZhang2007-07-211-2/+7
* a variety of fixes for MingWzhang2007-06-281-3/+5
* fix non-Win32 definition of GLUTAPIENTRY, remove some cruftBrian Paul2005-02-161-26/+2
* Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden.Adam Jackson2005-02-081-1/+1
* typedef GLUTproc, return it from glutGetProcAddress()Brian Paul2004-11-271-1/+2
* Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul2004-11-081-2/+2
* minor fix to glutSetColor prototype (Evgeny Kotsuba)Brian Paul2003-10-271-1/+1
* DOS and glide driver updates from Daniel BorcaBrian Paul2003-08-191-1/+1
* added glutGetProcAddress()Brian Paul2002-08-171-1/+6
* removed non-windows exit() prototypeBrian Paul2000-06-151-1/+1
* patched for Cygwin (Sven Panne)Brian Paul2000-03-201-1/+1
* fixed some glitches (Eero Pajarre)Brian Paul1999-11-171-3/+2
* Minor patches to cleanup some compiler warnings in MSVCTed Jump1999-10-201-20/+36
* Initial revisionjtg1999-08-191-0/+751