aboutsummaryrefslogtreecommitdiffstats
path: root/src/glut/glx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-1/+1
|\
| * win32_menu: add missing parentheses in mapMenu()Roel Kluin2010-01-061-1/+1
* | Fix glut to work with -fvisibility=hiddenKristian Høgsberg2010-01-0311-2/+20
* | scons: Build progs together with everything else.José Fonseca2010-01-011-22/+44
|/
* glut: Prevent potential double free in menuVisualSetup.Vinson Lee2009-12-121-0/+5
* glut: fix incorrect Vista maximisation size due to WM_GETMINMAXINFO handlingBrian Paul2009-08-111-0/+5
* Use separate $(MINSTALL) for installing librariesDan Nicholson2009-06-011-1/+1
* Use variable library name in pkg-config output.Tom Fogal2009-04-292-2/+3
* glut: Use the official WGL functions.José Fonseca2009-02-103-32/+9
* glut: DESCRIPTION .def clause deprecated.José Fonseca2009-02-101-6/+0
* glut: Minor cleanups.José Fonseca2009-01-263-4/+4
* glut: Unlist file.José Fonseca2009-01-081-1/+0
* glut: Fix build.José Fonseca2009-01-081-2/+1
* glut: List new source file in sconscript.José Fonseca2008-12-301-0/+1
* Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-165-0/+94
|\
| * glut: added GLUT_PPM_FILE env var to dump first frame to a PPM fileBrian Paul2008-12-155-0/+94
* | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-152-2/+7
|\|
| * Add more package metadata to the pkg-config filesDan Nicholson2008-12-142-2/+7
| * Remove CVS keywords.Keith Whitwell2008-09-212-2/+0
* | glut: MinGW portability fixes.José Fonseca2008-11-215-3/+93
* | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-09-181-1/+1
|\|
| * glut: s/glut_fbc.c/glut_fcb.c/Shane Blackett2008-09-141-1/+1
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+6
|\ \
| * | glut: only call glFinish() in processWindowWorkList() for indirect contexts.Brian Paul2008-09-111-1/+6
* | | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-115-282/+1
|\| | | |/ |/|
| * Remove CVS keywords.José Fonseca2008-05-262-2/+0
| * Convert crlf->lf line endings.José Fonseca2008-02-281-103/+103
| * Remove files of unsupported build systems.José Fonseca2008-02-253-478/+0
| * Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-291-1/+1
| * Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2007-08-071-0/+1
* | Fixed 'make install' for darwinJeremy Huddleston2008-08-121-1/+1
* | Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2008-08-111-0/+1
* | Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-1/+1
* | Remove generated pkg-config files on `make clean'Dan Nicholson2008-07-111-0/+1
* | Set library and header installation directories from configurationDan Nicholson2008-07-062-9/+10
* | Always cleanup the makedepend backup filesDan Nicholson2008-05-061-1/+1
* | Add $(X11_INCLUDES) to shut makedepend up.Hasso Tepper2008-04-091-1/+1
* | Convert crlf->lf line endings.José Fonseca2008-02-281-103/+103
* | Obsolete, replaced by glut_fcb.c (fortran callbacks)Brian2008-02-251-164/+0
* | add support for LDFLAGS env varDan Nicholson2007-09-281-1/+1
* | Fix timer problem when using Fortran bindings (submitted by Bill Mitchell)Brian2007-09-131-1/+5
* | added null ptr checkBrian2007-09-131-1/+1
* | Add glut_fcb.c to the build and update to fix warnings (see bug 12405)Brian2007-09-122-25/+26
* | Rename. "fcb" = fortran call backBrian2007-09-121-0/+164
* | pkg-config supportDan Nicholson2007-09-122-1/+22
* | DESTDIR support.Dan Nicholson2007-09-121-4/+4
* | fix mem leak (bug 11791)Brian2007-08-011-0/+1
* | fix some FreeBSD issuesBrian2007-07-311-1/+1
* | more Mingw32 fixesZhang2007-07-271-24/+17
|/
* Fix a number of MINGW32 issuesZhang2007-07-214-2/+206