mesa/src/glut/fbdev
Sean D'Epagnier 10cbd089ae the following improvements to linux-fbdev:
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
2006-11-30 03:25:28 +00:00
..
bitmap.c The driver now compiles correctly without any x headers or libraries installed 2006-08-18 10:38:15 +00:00
callback.c the following improvements to linux-fbdev: 2006-11-30 03:25:28 +00:00
colormap.c the following improvements to linux-fbdev: 2006-11-30 03:25:28 +00:00
cursor.c the following improvements to linux-fbdev: 2006-11-30 03:25:28 +00:00
cursors.h Modularized code into multiple files. 2006-08-05 08:24:29 +00:00
ext.c Added correct include files to files, 2006-11-21 09:35:49 +00:00
fbdev.c the following improvements to linux-fbdev: 2006-11-30 03:25:28 +00:00
gamemode.c Added correct include files to files, 2006-11-21 09:35:49 +00:00
glut_fbdev.c GLUT on fbdev driver. Sean D'Epagnier 2006-07-31 14:24:21 +00:00
input.c the following improvements to linux-fbdev: 2006-11-30 03:25:28 +00:00
internal.h the following improvements to linux-fbdev: 2006-11-30 03:25:28 +00:00
Makefile New bin/minstall script - a minimal replacement for 'install'. 2006-10-19 20:09:05 +00:00
menu.c the following improvements to linux-fbdev: 2006-11-30 03:25:28 +00:00
overlay.c the following improvements to linux-fbdev: 2006-11-30 03:25:28 +00:00
state.c Added correct include files to files, 2006-11-21 09:35:49 +00:00
stroke.c The driver now compiles correctly without any x headers or libraries installed 2006-08-18 10:38:15 +00:00
vidresize.c Added initial multisampling support to glfbdev driver. 2006-08-10 10:21:17 +00:00