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