summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove support for GCC older than 3.3.0Ian Romanick2011-07-111-1/+1
* glut: Silent the glut*_ATEXIT_HACK defined but not used warnings.José Fonseca2011-07-111-6/+3
* glut: Fix broken font symbols when gcc visibility attributes used.José Fonseca2011-07-111-1/+1
* glut: Don't try to guess system headers.José Fonseca2011-07-111-17/+3
* glut: Automatic library linkage only on MSVC.José Fonseca2011-07-111-1/+1
* glut: Use a new define GLUT_STATIC to distinguish static builds.José Fonseca2011-07-111-2/+2
* glut: Ensure windows.h is included on windows.José Fonseca2011-07-111-87/+4
* glut: Do not rely on GLAPIENTRY symbol.José Fonseca2011-07-111-3/+10
* glut: Don't include mesa_wgl.h on MinGW builds.José Fonseca2011-07-111-1/+4
* glut: MinGW portability fixes.José Fonseca2011-07-111-1/+1
* Add glut_fcb.c to the build and update to fix warnings (see bug 12405)Brian2011-07-111-2/+2
* more Mingw32 fixesZhang2011-07-111-1/+1
* Fix a number of MINGW32 issuesZhang2011-07-111-2/+7
* a variety of fixes for MingWzhang2011-07-111-3/+5
* fix non-Win32 definition of GLUTAPIENTRY, remove some cruftBrian Paul2011-07-111-26/+2
* Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden.Adam Jackson2011-07-111-1/+1
* typedef GLUTproc, return it from glutGetProcAddress()Brian Paul2011-07-111-1/+2
* Remove need for defining _MSC_VER when building Mesa for windows with a non M...Brian Paul2011-07-111-2/+2
* minor fix to glutSetColor prototype (Evgeny Kotsuba)Brian Paul2011-07-111-1/+1
* DOS and glide driver updates from Daniel BorcaBrian Paul2011-07-111-1/+1
* added glutGetProcAddress()Brian Paul2011-07-111-1/+6
* Win32 updates (Karl Schultz)Brian Paul2011-07-111-4/+4
* removed non-windows exit() prototypeBrian Paul2011-07-111-1/+1
* patched for Cygwin (Sven Panne)Brian Paul2011-07-111-1/+1
* fixed some glitches (Eero Pajarre)Brian Paul2011-07-111-3/+2
* Minor patches to cleanup some compiler warnings in MSVCTed Jump2011-07-111-20/+36
* Initial revisionjtg2011-07-112-0/+832