summaryrefslogtreecommitdiff
path: root/src/glx/mini/driver.h
AgeCommit message (Collapse)Author
2007-04-05Remove SI imports/exports remnants.George Sapountzis
2006-04-03add width to struct for width != virtual widthDave Airlie
2005-09-19s/unsigned long/drm_handle_t/ to get compilation of fb driver to workBrian Paul
2005-08-03Add color tiling support to miniglx for radeonDave Airlie
(Stephane Marchesin + Dave Airlie)
2004-12-08From: Stephane Marchesin <marchesin@icps.u-strasbg.fr>Dave Airlie
Attached is a patch that adds pci init code for mesa solo on radeon. It's been tested on an itanium 2 with a radeon 7000 and it works here. The patch adds a new field in the miniglx.conf config file, to choose between pci and agp.
2004-07-05Convert miniglx to use Ian's fancy new driver config code.Jon Smirl
This removes the miniglx driver function InitContextModes(). All of the server directories were edited to remove the implementations.
2004-04-14add agpmode to miniglx config fileDave Airlie
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul