summaryrefslogtreecommitdiffstats
path: root/src/glx/mini/driver.h
Commit message (Collapse)AuthorAgeFilesLines
* s/unsigned long/drm_handle_t/ to get compilation of fb driver to workBrian Paul2005-09-191-2/+2
|
* Add color tiling support to miniglx for radeonDave Airlie2005-08-031-0/+2
| | | | (Stephane Marchesin + Dave Airlie)
* From: Stephane Marchesin <[email protected]>Dave Airlie2004-12-081-1/+2
| | | | | | | 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.
* Convert miniglx to use Ian's fancy new driver config code.Jon Smirl2004-07-051-5/+0
| | | | | This removes the miniglx driver function InitContextModes(). All of the server directories were edited to remove the implementations.
* add agpmode to miniglx config fileDave Airlie2004-04-141-0/+1
|
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-10/+3
| | | | of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+177