summaryrefslogtreecommitdiffstats
path: root/src/glut
Commit message (Expand)AuthorAgeFilesLines
* Delete more directories that aren't in the tarballJulien Cristau2009-01-3043-24688/+0
* Merge tag 'mesa_7_3_rc1' into debian-experimentalJulien Cristau2009-01-108-4/+108
|\
| * glut: added GLUT_PPM_FILE env var to dump first frame to a PPM fileBrian Paul2008-12-155-0/+94
| * Add more package metadata to the pkg-config filesDan Nicholson2008-12-144-4/+14
* | Merge commit 'origin/debian-experimental' into debian-experimentalTimo Aaltonen2008-12-091-0/+0
|\ \ | |/ |/|
| * Merge commit 'mesa_7_2' into debian-experimentalTimo Aaltonen2008-09-231-1/+1
| |\
| | * glut: s/glut_fbc.c/glut_fcb.c/Shane Blackett2008-09-141-1/+1
| * | Merge tag 'mesa_7_1_rc4' into debian-experimentalJulien Cristau2008-08-161-1/+2
| |\|
| * | Merge branch 'master' of git://anongit.freedesktop.org/git/mesa/mesa into deb...Julien Cristau2008-07-138-31/+34
| |\ \
| * | | Delete two files not available on the tarball.Timo Aaltonen2008-07-041-0/+0
* | | | glut: Remove EOF characters.José Fonseca2008-09-228-8/+0
* | | | Remove CVS keywords.Keith Whitwell2008-09-214-4/+1
* | | | glut: s/glut_fbc.c/glut_fcb.c/Shane Blackett2008-09-141-1/+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
| |/ |/|
* | 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 <[email protected]>)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
* DESTDIR support.Dan Nicholson2007-09-122-8/+8
* 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
* Compute the amount of time to sleep on idle event using timers as reference.Claudio Ciccani2007-07-013-25/+55
* a variety of fixes for MingWzhang2007-06-284-6/+11
* miniglx/glut: should use the x/y pos to create windowDave Airlie2007-05-081-1/+1
* assorted fixes for Windows/VC8Karl Schultz2007-04-241-0/+6
* Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier2007-02-162-2200/+16
* Updated keyboard input so that glut programs can read from stdin withoutSean D'Epagnier2006-12-211-42/+44
* Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ...Claudio Ciccani2006-12-012-1/+9
* the following improvements to linux-fbdev:Sean D'Epagnier2006-11-308-164/+248
* Added correct include files to files,Sean D'Epagnier2006-11-2110-9/+21
* New bin/minstall script - a minimal replacement for 'install'.Brian Paul2006-10-192-2/+2
* remove obsolete commentBrian Paul2006-09-271-1/+0
* corrected cursor drawingSean D'Epagnier2006-09-245-82/+137