Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-13 | Enable support for EXT_stencil_wrap. The code was already there, but the | Ian Romanick | |
extension wasn't enabled. I have verified its correct function with Mesa's stencil_wrap test. It is enabled on both Savage4 and Savage3D. Since Savage3D uses a software fallback for *all* stencil operations, this is safe. | |||
2005-04-21 | Fixed TexEnv modes GL_BLEND and GL_ADD on Savage4-based cards. Disabled | Felix Kuehling | |
the use of hardware texture format I8 as it produces garbage at least on ProSavageDDR. | |||
2005-01-01 | Removed all direct hardware access (MMIO, BCI) from the Savage DRI | Felix Kuehling | |
driver. It uses the new DRM version 2.0.x now, which has just been committed to DRM CVS. | |||
2004-03-21 | Removed some useless definitions, artifacts from the Utah-GLX i810 driver. | Felix Kuehling | |
2004-02-26 | Converted vertex setup to use t_vertex.[ch]. | Felix Kuehling | |
2004-02-22 | Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVS | Felix Kuehling | |
with modifications to make it work with current Mesa 6. |