Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a fast path for emitting unclipped primitives directly to a | Felix Kuehling | 2005-01-16 | 1 | -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 DRI | Felix Kuehling | 2005-01-01 | 1 | -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 compilation | Felix Kuehling | 2004-08-22 | 1 | -0/+40 |
in the Mesa tree. |