summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/savage/savagedma.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed savagedma.[ch]. They have been unused for a while and were onlyFelix Kuehling2005-03-121-52/+0
| | | | | kept around for reference. Now that command DMA is implemented in the DRM module they are no longer needed.
* Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix Kuehling2005-01-011-4/+0
| | | | | driver. It uses the new DRM version 2.0.x now, which has just been committed to DRM CVS.
* make note about needing to fix the drm driver to enable SAVAGE_CMD_DMAAlan Hourihane2004-04-081-0/+1
|
* Buffer vertices and emit them in batches. Still using conventional drawingFelix Kuehling2004-03-241-0/+5
| | | | commands, no vertex DMA.
* Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVSFelix Kuehling2004-02-221-0/+50
with modifications to make it work with current Mesa 6.