summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/fb
AgeCommit message (Expand)Author
2005-05-04DRI fbdev driver getting better. Now I can see something on the screenJon Smirl
2005-05-01Improve the DRI fb driver, now it compiles.Jon Smirl
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-07-10Remove DRM_PAGE_SIZE from fb and i810 drivers since it was being used.Jon Smirl
2004-06-29This should make most linux-solo drivers work again. Mainly a fixJon Smirl
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick
2004-06-03Redo of removing __driRegisterExtensions(). I accidentally undid the previous...Jon Smirl
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-06-03kill __driRegisterExtensions(), none of the functions did anythingJon Smirl
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt
2004-05-21fix bug #957792 (swap buffers), plus misc clean-upsBrian Paul
2004-05-12obsolete in favor of regular MakefilesBrian Paul
2004-04-13Add DRM_SOURCE_PATH to make system.Jon Smirl
2004-04-08lots of Makefile updates for new build systemBrian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-18s/char/GLubyte/ to silence warningsBrian Paul
2003-12-12new MakefilesBrian Paul
2003-11-24Import vtx-0-2-branchKeith Whitwell
2003-10-20Fix Makefiles to copy lib to $(TOP)/lib if missingJon Smirl
2003-10-08More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett
2003-08-23update fb makefile for new directory structure, add dependsJon Smirl
2003-08-06Not-quite-functional swrast-only dri driverKeith Whitwell