summaryrefslogtreecommitdiff
path: root/src/glut/fbdev
AgeCommit message (Expand)AuthorFilesLines
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson1-1/+1
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-0/+1
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson1-1/+1
2008-07-06Set library and header installation directories from configurationDan Nicholson1-4/+4
2008-05-06Always cleanup the makedepend backup filesDan Nicholson1-1/+1
2007-09-28add support for LDFLAGS env varDan Nicholson1-1/+1
2007-09-12DESTDIR support.Dan Nicholson1-4/+4
2007-08-07Gutsy oopses on touch of existing file. Workaround.Keith Whitwell1-0/+1
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier2-2200/+16
2006-12-21Updated keyboard input so that glut programs can read from stdin withoutSean D'Epagnier1-42/+44
2006-11-30the following improvements to linux-fbdev:Sean D'Epagnier8-164/+248
2006-11-21Added correct include files to files,Sean D'Epagnier10-9/+21
2006-10-19New bin/minstall script - a minimal replacement for 'install'.Brian Paul1-1/+1
2006-09-24corrected cursor drawingSean D'Epagnier4-74/+129
2006-08-27The colormap code is now simpler, 15bpp works where it did not before.Sean D'Epagnier2-45/+32
2006-08-23VT switching now uses correct keys.Sean D'Epagnier3-18/+58
2006-08-18The driver now compiles correctly without any x headers or libraries installedSean D'Epagnier6-22/+206
2006-08-10Added initial multisampling support to glfbdev driver.Sean D'Epagnier11-260/+722
2006-08-05Modularized code into multiple files.Sean D'Epagnier13-7084/+10060
2006-07-31GLUT on fbdev driver. Sean D'EpagnierBrian Paul3-0/+9376