summaryrefslogtreecommitdiffstats
path: root/configs/linux-fbdev
Commit message (Collapse)AuthorAgeFilesLines
* the following improvements to linux-fbdev:Sean D'Epagnier2006-11-301-7/+3
| | | | | | | | | | | | | | | | | 1. updated makefiles to build libOSMesa as well as libGL these are improvements to fbdev-glut 1. mouse cursor will timeout and be invisible if not being used 2. do not restore colormaps to truecolor targets, this causes problems at exit on my g450 3. fixed a crash when cleaning up from failure by munmaping what had not yet been mmaped 4. Resize event handling is improved, the resize function is not invoked from a signal handler now. 5. The main loop can detect if it is running very fast (greater than 2khz) 6. keyboard up and special up events are generated from stdin input mode and if it is also not redrawing, it sleeps 7. corrections in escape sequences for function keys for stdin input
* Fix-ups for linux-fbdev config. No longer build Xlib driver sources.Brian Paul2006-08-181-0/+4
|
* The driver now compiles correctly without any x headers or libraries installedSean D'Epagnier2006-08-181-4/+6
| | | | | | | | | | The bitmap and stroke code can't be shared with glx anymore because of this. The model for the mini teapot is restored and I have tested it to work with linux-fbdev and linux-solo The driver recognizes 32bpp where there is no alpha (my radeon 7500) It also sets the correct number of cmap entrees (instead of 256 which can be an error)
* Modified config to use glut/fbdev, added demo and sample directories.Sean D'Epagnier2006-08-051-3/+7
|
* add PROGRAM_DIRS lineBrian Paul2005-05-051-1/+2
|
* new configKeith Whitwell2005-04-291-0/+9