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