summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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: 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: 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-115-3/+93
* 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
* Remove generated pkg-config files on `make clean'Dan Nicholson2011-07-112-1/+2
* Set library and header installation directories from configurationDan Nicholson2011-07-115-22/+24
* Remove CVS keywords.José Fonseca2011-07-114-4/+1
* Always cleanup the makedepend backup filesDan Nicholson2011-07-114-4/+4
* Obsolete, replaced by glut_fcb.c (fortran callbacks)Brian2011-07-111-164/+0
* Remove files of unsupported build systems.José Fonseca2011-07-114-597/+0
* Fixed displaying of single buffered window.Claudio Ciccani2011-07-112-3/+22
* When converting microseconds to milliseconds, round to the next integer.Claudio Ciccani2011-07-111-1/+1
* Assorted patches for miniglx/linux-solo (Gavin Li <codeview@gmail.com>)Brian2011-07-112-0/+28
* Rename 'mms-config.' to 'mms.config'.Michal Krol2011-07-111-1/+1
* add support for LDFLAGS env varDan Nicholson2011-07-116-6/+7
* Fix timer problem when using Fortran bindings (submitted by Bill Mitchell)Brian2011-07-111-1/+5
* added null ptr checkBrian2011-07-111-1/+1
* Add glut_fcb.c to the build and update to fix warnings (see bug 12405)Brian2011-07-112-25/+26
* Rename. "fcb" = fortran call backBrian2011-07-111-0/+164
* pkg-config supportDan Nicholson2011-07-112-1/+22
* DESTDIR support.Dan Nicholson2011-07-112-8/+8
* Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2011-07-116-0/+6
* fix mem leak (bug 11791)Brian2011-07-111-0/+1
* fix some FreeBSD issuesBrian2011-07-111-1/+1
* more Mingw32 fixesZhang2011-07-111-24/+17
* Fix a number of MINGW32 issuesZhang2011-07-114-2/+206
* Compute the amount of time to sleep on idle event using timers as reference.Claudio Ciccani2011-07-113-25/+55
* a variety of fixes for MingWzhang2011-07-114-6/+11
* miniglx/glut: should use the x/y pos to create windowDave Airlie2011-07-111-1/+1
* assorted fixes for Windows/VC8Karl Schultz2011-07-111-0/+6
* Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier2011-07-112-2200/+16
* Updated keyboard input so that glut programs can read from stdin without prob...Sean D'Epagnier2011-07-111-42/+44
* Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ...Claudio Ciccani2011-07-112-1/+9
* the following improvements to linux-fbdev: 1. updated makefiles to build libO...Sean D'Epagnier2011-07-118-164/+248
* Added correct include files to files, No longer modify cmap if the device is ...Sean D'Epagnier2011-07-1110-9/+21
* New bin/minstall script - a minimal replacement for 'install'. Correctly hand...Brian Paul2011-07-112-2/+2
* remove obsolete commentBrian Paul2011-07-111-1/+0