summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_sync.c
AgeCommit message (Collapse)Author
2007-07-13Play "nuke the typedef"Ben Skeggs
2007-06-29nouveau: match drm changes (0.0.7)Ben Skeggs
2007-03-20nouveau: fix typoBen Skeggs
2007-02-28nouveau: drm interface changesBen Skeggs
2007-01-28nouveau: initial GL_ARB_occlusion_query supportBen Skeggs
Only enabled on NV40, NV20/NV30 code is untested.. However, NV30 should be identical to NV40.
2007-01-28nouveau: extend notifier interface to allow multiple notifiers in a memory ↵Ben Skeggs
block.
2007-01-25nouveau: unbreak NOUVEAU_RING_DEBUGBen Skeggs
2006-12-27nouveau: We'll need syncNotifier for NV_MEMORY_TO_MEMORY_FORMAT too.Ben Skeggs
2006-12-26nouveau: Make the notifier stuff actually work..Ben Skeggs
2006-12-26nouveau: Wait on notifier to check for completion of previous commands.Ben Skeggs
We can't wait on NV_PGRAPH_STATUS. We don't have the regs mapped, and there's no guarantee that we'll catch PGRAPH idle when multiple channels are active.
2006-12-26nouveau: Add notifier support functionsBen Skeggs