summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/nouveau/nouveau_push.h
AgeCommit message (Collapse)Author
2008-02-15nouveau: avoid relocations where possible.Ben Skeggs
Potential relocations are emitted as NOPs where they're needed. In the event a buffer moves, the pushbuf code will emit the relevant state changes into the NOPs. Just a start, more work is needed to get this looking how I want it to.
2008-01-28nouveau: quicky-port to gallium changesBen Skeggs
2008-01-07nouveau: share pushbuf interface code between pipe driversBen Skeggs