Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-15 | nouveau: Keep drm channel alloc struct around. | Ben Skeggs | |
2007-08-15 | nouveau: Remove ALLOW_MULTI_SUBCHANNEL hack | Ben Skeggs | |
Irrelevant, since we depend on working context switching now. | |||
2007-08-15 | nouveau: Split nouveau_buffers into nouveau_mem and nouveau_fbo | Ben Skeggs | |
2007-08-07 | nouveau: update to DRM API patchlevel 10 | Carlos Martín Nieto | |
Finally let DRI build for nouveau. | |||
2007-07-13 | Play "nuke the typedef" | Ben Skeggs | |
2007-06-29 | nouveau: match drm changes (0.0.7) | Ben Skeggs | |
2007-03-20 | nouveau: fix typo | Ben Skeggs | |
2007-02-28 | nouveau: drm interface changes | Ben Skeggs | |
2007-01-28 | nouveau: initial GL_ARB_occlusion_query support | Ben Skeggs | |
Only enabled on NV40, NV20/NV30 code is untested.. However, NV30 should be identical to NV40. | |||
2007-01-28 | nouveau: extend notifier interface to allow multiple notifiers in a memory ↵ | Ben Skeggs | |
block. | |||
2007-01-25 | nouveau: unbreak NOUVEAU_RING_DEBUG | Ben Skeggs | |
2006-12-27 | nouveau: We'll need syncNotifier for NV_MEMORY_TO_MEMORY_FORMAT too. | Ben Skeggs | |
2006-12-26 | nouveau: Make the notifier stuff actually work.. | Ben Skeggs | |
2006-12-26 | nouveau: 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-26 | nouveau: Add notifier support functions | Ben Skeggs | |