summaryrefslogtreecommitdiffstats
path: root/src/glut/fbdev/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added initial multisampling support to glfbdev driver.Sean D'Epagnier2006-08-101-3/+4
| | | | | | | | | Fully implemented glutGameMode, and added vidresize stubs to make Added support for glutReshapeDisplay to change video mode but not lose current mesa context. implementation glut 5 complient. Fixed many minor bugs Updated docs
* Modularized code into multiple files.Sean D'Epagnier2006-08-051-2/+10
| | | | | | | | | | | | | | Added gamemode stubs, iconify support, joystick stubs. Fixed color index mode, added 8 bit alpha blending, enabled cmaps even with 15, 16, 24, and 32 depths as some fbdev drivers need this. Fixed compiling with -ansi Using SIGIO for keyboard input, so that vt switching is enabled even if the program is locked. Fixed numerous small bugs.
* GLUT on fbdev driver. Sean D'EpagnierBrian Paul2006-07-311-0/+78