summaryrefslogtreecommitdiff
path: root/include/GL/glut.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Squashed commit of the following:José Fonseca1-665/+0
2010-03-03Remove support for GCC older than 3.3.0Ian Romanick1-1/+1
2010-01-01glut: Silent the glut*_ATEXIT_HACK defined but not used warnings.José Fonseca1-6/+3
2009-02-12glut: Fix broken font symbols when gcc visibility attributes used.José Fonseca1-1/+1
2009-02-12glut: Don't try to guess system headers.José Fonseca1-17/+3
2009-01-24glut: Automatic library linkage only on MSVC.José Fonseca1-1/+1
2009-01-24glut: Use a new define GLUT_STATIC to distinguish static builds.José Fonseca1-2/+2
2009-01-24glut: Ensure windows.h is included on windows.José Fonseca1-87/+4
2009-01-23glut: Do not rely on GLAPIENTRY symbol.José Fonseca1-3/+10
2009-01-22glut: Don't include mesa_wgl.h on MinGW builds.José Fonseca1-1/+4
2008-11-21glut: MinGW portability fixes.José Fonseca1-1/+1
2007-07-27more Mingw32 fixesZhang1-1/+1
2007-07-21Fix a number of MINGW32 issuesZhang1-2/+7
2007-06-28a variety of fixes for MingWzhang1-3/+5
2005-02-16fix non-Win32 definition of GLUTAPIENTRY, remove some cruftBrian Paul1-26/+2
2005-02-08Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden.Adam Jackson1-1/+1
2004-11-27typedef GLUTproc, return it from glutGetProcAddress()Brian Paul1-1/+2
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul1-2/+2
2003-10-27minor fix to glutSetColor prototype (Evgeny Kotsuba)Brian Paul1-1/+1
2003-08-19DOS and glide driver updates from Daniel BorcaBrian Paul1-1/+1
2002-08-17added glutGetProcAddress()Brian Paul1-1/+6
2000-06-15removed non-windows exit() prototypeBrian Paul1-1/+1
2000-03-20patched for Cygwin (Sven Panne)Brian Paul1-1/+1
1999-11-17fixed some glitches (Eero Pajarre)Brian Paul1-3/+2
1999-10-20Minor patches to cleanup some compiler warnings in MSVCTed Jump1-20/+36
1999-08-19Initial revisionjtg1-0/+751