summaryrefslogtreecommitdiffstats
path: root/src/glut
Commit message (Expand)AuthorAgeFilesLines
* win32_menu: add missing parentheses in mapMenu()Roel Kluin2010-01-061-1/+1
* 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-013-3/+3
* Use variable library name in pkg-config output.Tom Fogal2009-04-294-4/+6
* 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-154-4/+14
|\ \ | |/
| * Add more package metadata to the pkg-config filesDan Nicholson2008-12-144-4/+14
| * glut: Remove EOF characters.José Fonseca2008-09-228-8/+0
| * Remove CVS keywords.Keith Whitwell2008-09-214-4/+1
* | 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-1121-418/+7
|\ \ \ | |/ / | | / | |/ |/|
| * glut: Remove EOF characters.José Fonseca2008-08-128-8/+0
| * Fix CRLF line endings.Jose Fonseca2008-06-078-4675/+4675
| * Remove CVS keywords.José Fonseca2008-05-264-4/+1
| * Convert crlf->lf line endings.José Fonseca2008-02-2835-20080/+20080
| * Remove files of unsupported build systems.José Fonseca2008-02-254-604/+0
| * Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-291-1/+1
| * Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2007-08-076-0/+6
* | Fixed 'make install' for darwinJeremy Huddleston2008-08-121-1/+1
* | Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2008-08-111-0/+1
* | Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson2008-07-121-2/+3
* | Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-126-8/+7
* | Remove generated pkg-config files on `make clean'Dan Nicholson2008-07-112-1/+2
* | Set library and header installation directories from configurationDan Nicholson2008-07-065-22/+24
* | Fix CRLF line endings.Jose Fonseca2008-06-078-4675/+4675
* | Always cleanup the makedepend backup filesDan Nicholson2008-05-064-4/+4
* | Add $(X11_INCLUDES) to shut makedepend up.Hasso Tepper2008-04-091-1/+1
* | Convert crlf->lf line endings.José Fonseca2008-02-2835-20080/+20080
* | Obsolete, replaced by glut_fcb.c (fortran callbacks)Brian2008-02-251-164/+0
* | [glut-directfb] Fixed displaying of single buffered window.Claudio Ciccani2008-02-082-3/+22
* | [glut-directfb] When converting microseconds to milliseconds, round to the ne...Claudio Ciccani2008-02-081-1/+1
* | Assorted patches for miniglx/linux-solo (Gavin Li <codeview@gmail.com>)Brian2008-01-232-0/+28
* | add support for LDFLAGS env varDan Nicholson2007-09-286-6/+7
* | 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