Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-21 | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell | |
2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul | |
2005-01-21 | Small cleanup: | Felix Kuehling | |
* Remove some unused (mostly empty) functions * Added context parameter to WAIT_IDLE_EMPTY[_LOCKED] for consistency * Added debug messages to WAIT_IDLE_EMPTY[_LOCKED] * Don't flush empty command buffers | |||
2005-01-20 | Added support for ELTS to the _savage_render_stage. Requires at least | Felix Kuehling | |
Savage DRM version 2.2.0. Otherwise the render stage is disabled. | |||
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-12-15 | Fixed some missing uint8_t -> u_int8_t. | Felix Kuehling | |
2004-12-14 | uint*t -> u_int*t | Alan Hourihane | |
2004-03-24 | Buffer vertices and emit them in batches. Still using conventional drawing | Felix Kuehling | |
commands, no vertex DMA. | |||
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. |