summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-23configure: s/Mesa/GLUT/ in a few placesHEADmasterBrian Paul1-2/+2
2011-07-11Drop SCons.José Fonseca2-113/+0
2011-07-11Add enough of the autoconf/gmake build infrastructure to build glut.José Fonseca116-0/+8140
2011-07-11scons: Revamp how to specify targets to build.José Fonseca1-1/+0
2011-07-11glut: Define eventParser for non-Windows only.Vinson Lee1-1/+1
2011-07-11glut: Define markWindowHidden for non-Windows only.Vinson Lee1-2/+2
2011-07-11glut: Silence missing initializer warning.José Fonseca1-1/+1
2011-07-11glut: also check for GLX_ARB_multisampleNigel Stewart2-8/+11
2011-07-11glut: Remove duplicate symbol definition.José Fonseca1-2/+0
2011-07-11glut: Include X11 headers and libraries in SCons build.Vinson Lee1-0/+1
2011-07-11Remove support for GCC older than 3.3.0Ian Romanick1-1/+1
2011-07-11glut: Add asserts to check for null pointer dereferences.Vinson Lee1-0/+2
2011-07-11Drop unused glut subdirectoriesKristian Høgsberg91-54558/+0
2011-07-11Remove remaining miniglx referencesKristian Høgsberg14-1867/+0
2011-07-11Remove GGI supportKristian Høgsberg3-1271/+0
2011-07-11Remove directfb supportKristian Høgsberg20-4189/+0
2011-07-11glut: Silence uninitialized variable warning.Vinson Lee1-1/+4
2011-07-11glut: Silence uninitialized variable warning.Vinson Lee1-0/+1
2011-07-11scons: Use only the shared object name when linking progs.José Fonseca1-0/+2
2011-07-11glut: Remove unnecessary headers.Vinson Lee6-6/+0
2011-07-11win32_menu: add missing parentheses in mapMenu()Roel Kluin1-1/+1
2011-07-11Fix glut to work with -fvisibility=hiddenKristian Høgsberg11-2/+20
2011-07-11scons: Build progs together with everything else.José Fonseca1-22/+44
2011-07-11glut: Silent the glut*_ATEXIT_HACK defined but not used warnings.José Fonseca1-6/+3
2011-07-11glut: Prevent potential double free in menuVisualSetup.Vinson Lee1-0/+5
2011-07-11glut: fix incorrect Vista maximisation size due to WM_GETMINMAXINFO handlingBrian Paul1-0/+5
2011-07-11Use separate $(MINSTALL) for installing librariesDan Nicholson3-3/+3
2011-07-11Use variable library name in pkg-config output.Tom Fogal4-4/+6
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: Use the official WGL functions.José Fonseca3-32/+9
2011-07-11glut: DESCRIPTION .def clause deprecated.José Fonseca1-6/+0
2011-07-11glut: Minor cleanups.José Fonseca3-4/+4
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: Unlist file.José Fonseca1-1/+0
2011-07-11glut: Fix build.José Fonseca1-2/+1
2011-07-11glut: List new source file in sconscript.José Fonseca1-0/+1
2011-07-11glut: added GLUT_PPM_FILE env var to dump first frame to a PPM fileBrian Paul5-0/+94
2011-07-11Add more package metadata to the pkg-config filesDan Nicholson4-4/+14
2011-07-11glut: MinGW portability fixes.José Fonseca6-4/+94
2011-07-11glut: only call glFinish() in processWindowWorkList() for indirect contexts.Brian Paul1-1/+6
2011-07-11Fixed 'make install' for darwinJeremy Huddleston1-1/+1
2011-07-11glut: Remove EOF characters.José Fonseca8-8/+0
2011-07-11Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston1-0/+1
2011-07-11Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson1-2/+3
2011-07-11Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson6-8/+7