summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/failover
Commit message (Collapse)AuthorAgeFilesLines
* Clear all the dirtyflag wordsKeith Whitwell2007-08-221-0/+4
|
* fix cut and pastekeithw2007-08-211-18/+24
|
* First pass at a fallback concept for pipe devices.Keith Whitwell2007-08-216-0/+752
Creates a new pipe driver that feeds commands to either a hardware or software pipe depending on fallback state. Untested concept checkpoint. At this point it compiles.