The driver now compiles correctly without any x headers or libraries installed
authorSean D'Epagnier <geckosenator@freedesktop.org>
Fri, 18 Aug 2006 10:38:15 +0000 (10:38 +0000)
committerSean D'Epagnier <geckosenator@freedesktop.org>
Fri, 18 Aug 2006 10:38:15 +0000 (10:38 +0000)
commit7e4152f0ed46f644a4247444e18dc7ad6c9832b0
treee281f83eff5b387fa4a92d81ced80c91716e0899
parentbd87c303e94659941a7c623d0b836e3ff317cfb4
The driver now compiles correctly without any x headers or libraries installed
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)
configs/linux-fbdev
src/glut/fbdev/Makefile
src/glut/fbdev/bitmap.c [new file with mode: 0644]
src/glut/fbdev/colormap.c
src/glut/fbdev/cursor.c
src/glut/fbdev/fbdev.c
src/glut/fbdev/stroke.c [new file with mode: 0644]
src/glut/mini/teapot.c
src/mesa/Makefile
src/mesa/drivers/fbdev/glfbdev.c