Age | Commit message (Collapse) | Author |
|
In a user header file, the macro name should not begin with `_'
http://gcc.gnu.org/onlinedocs/cpp/Once_002dOnly-Headers.html
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
|
|
- Moved driver-private definitions from savage_dri.h to savage_driver.h.
savage_dri.h should only contain the public interface between DDX and
DRI drivers.
- Don't forget to remove the command DMA mapping in SAVAGEDRICloseScreen.
|
|
- Added an option "DmaMode" to choose between vertex and command DMA.
- Allow ShadowStatus to be explicitly disabled even with DRI enabled.
- Updated the man page.
|
|
committed to DRM CVS. Cleaned up the interface to the DRI driver.
Bumped the Savage DDX version to 2.0.0 due to incompatible changes in
that interface.
|
|
|