summaryrefslogtreecommitdiff
path: root/src/glut/fbdev
Commit message (Expand)AuthorAgeFilesLines
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2011-07-111-1/+1
* Set library and header installation directories from configurationDan Nicholson2011-07-111-4/+4
* Always cleanup the makedepend backup filesDan Nicholson2011-07-111-1/+1
* add support for LDFLAGS env varDan Nicholson2011-07-111-1/+1
* DESTDIR support.Dan Nicholson2011-07-111-4/+4
* Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2011-07-111-0/+1
* 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
* 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-111-1/+1
* corrected cursor drawing added handling of SIGWINCH fixed input of recieving ...Sean D'Epagnier2011-07-114-74/+129
* The colormap code is now simpler, 15bpp works where it did not before.Sean D'Epagnier2011-07-112-45/+32
* VT switching now uses correct keys. exiting when virtual screen size is large...Sean D'Epagnier2011-07-113-18/+58
* The driver now compiles correctly without any x headers or libraries installe...Sean D'Epagnier2011-07-116-22/+206
* Added initial multisampling support to glfbdev driver. Fully implemented glut...Sean D'Epagnier2011-07-1111-260/+722
* Modularized code into multiple files.Sean D'Epagnier2011-07-1113-7084/+10060
* GLUT on fbdev driver. Sean D'EpagnierBrian Paul2011-07-113-0/+9376