Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop unused glut subdirectories | Kristian Høgsberg | 2010-02-25 | 1 | -306/+0 |
| | |||||
* | Added correct include files to files, | Sean D'Epagnier | 2006-11-21 | 1 | -0/+1 |
| | | | | | No longer modify cmap if the device is truecolor (messes up dual monitors with vt switching) | ||||
* | corrected cursor drawing | Sean D'Epagnier | 2006-09-24 | 1 | -1/+0 |
| | | | | | | | added handling of SIGWINCH fixed input of recieving SIGIO while handling SIGIO corrected input code for return uncommented normal calculation to models | ||||
* | Added initial multisampling support to glfbdev driver. | Sean D'Epagnier | 2006-08-10 | 1 | -20/+248 |
| | | | | | | | | | 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'Epagnier | 2006-08-05 | 1 | -0/+78 |
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. |