summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau_winsys/nouveau_bo.c
AgeCommit message (Collapse)Author
2007-12-19nouveau: remove sync hack, gallium got sort-of fixed.Ben Skeggs
2007-12-14nouveau: mass renaming for consistency, no functional changesBen Skeggs
2007-12-09nouveau: downgrade hacked syncs to hacked flushesBen Skeggs
Unfortunately we still need to keep the forced flushes as mesa's vbo path is still insane. But, at least this is a little less brutal. The bo code will detect when it needs to do a sync.
2007-12-09nouveau: relocs are per-pushbuf, not per-channelBen Skeggs
2007-12-05nouveau: g8x winsys support, yay softpipe!Ben Skeggs
2007-11-18nouveau: Very rough cut at gallium winsys + nv40 pipe driver.Ben Skeggs