aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/savage/savagestate.h
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed scissor rectangle not moving with the window (Xorg bug #1731).Felix Kuehling2005-02-051-0/+1
| | | | | | | - Flush buffered primitives before changing scissors. - Require Savage DRM version 2.1.0, so that the broken single-cliprect code can finally rest in peace. - Removed some more dead code.
* Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix Kuehling2005-01-011-33/+3
| | | | | driver. It uses the new DRM version 2.0.x now, which has just been committed to DRM CVS.
* Reorganized hardware state data structures and state emission. Don't trackFelix Kuehling2004-02-291-1/+2
| | | | | | which registers changed in all the functions that change the state. Instead check which registers changed in the end when the hardware state is updated. Tried to avoid cosmetic (whitespace) changes in this commit.
* Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVSFelix Kuehling2004-02-221-0/+69
with modifications to make it work with current Mesa 6.