aboutsummaryrefslogtreecommitdiffstats
path: root/src/glut/fbdev/state.c
Commit message (Collapse)AuthorAgeFilesLines
* Added correct include files to files,Sean D'Epagnier2006-11-211-0/+1
| | | | | No longer modify cmap if the device is truecolor (messes up dual monitors with vt switching)
* Added initial multisampling support to glfbdev driver.Sean D'Epagnier2006-08-101-11/+2
| | | | | | | | | 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-0/+205
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.