summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_sync.h
AgeCommit message (Collapse)Author
2007-08-15nouveau: Split nouveau_buffers into nouveau_mem and nouveau_fboBen Skeggs
2007-08-07nouveau: update to DRM API patchlevel 10Carlos Martín Nieto
Finally let DRI build for nouveau.
2007-07-13Play "nuke the typedef"Ben Skeggs
2007-06-29nouveau: match drm changes (0.0.7)Ben 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.
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