aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/savage/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added a fast path for emitting unclipped primitives directly to aFelix Kuehling2005-01-161-0/+1
| | | | | | | | vertex buffer. ELTS are not supported yet (missing functionality in the DRM). You need at least Savage DRM version 2.1.3, which fixes a bug that screwed up triangle fans and strips. Moved the texture normalization stage to savagerender.c.
* Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix Kuehling2005-01-011-2/+1
| | | | | driver. It uses the new DRM version 2.0.x now, which has just been committed to DRM CVS.
* Converted the Savage driver to the new DRI interface and enabled compilationFelix Kuehling2004-08-221-0/+40
in the Mesa tree.