Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-15 | nouveau: Always render offscreen, emulate front buffer rendering. | Ben Skeggs | |
2007-08-15 | nouveau: Lets only do private buffers. | Ben Skeggs | |
2007-08-07 | nouveau: update to DRM API patchlevel 10 | Carlos Martín Nieto | |
Finally let DRI build for nouveau. | |||
2007-07-12 | nouveau: match drm 0.0.9 interface | Ben Skeggs | |
2007-07-11 | bumped nouveau DRM interface version number | Arthur Huillet | |
2007-06-29 | nouveau: match drm changes (0.0.7) | Ben Skeggs | |
2007-03-26 | nouveau: match drm version bump | Ben Skeggs | |
2007-03-21 | nouveau: update for drm interface changes (0.0.5) | Ben Skeggs | |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian | |
Use _mesa_reference_framebuffer() and _mesa_unreference_framebuffer() functions to be sure reference counting is done correctly. Additional assertions are done too. Note _mesa_dereference_framebuffer() renamed to "unreference" as that's more accurate. | |||
2007-02-28 | nouveau: drm interface changes | Ben Skeggs | |
2007-01-25 | nouveau: and here's the "oops, I suck" commit :) | Ben Skeggs | |
2007-01-25 | nouveau: some extra debug output | Ben Skeggs | |
2007-01-19 | nouveau: bump drm patchlevel | Ben Skeggs | |
2007-01-15 | nouveau: fail CreateScreen on unknown cards instead of guessing. | Ben Skeggs | |
2007-01-02 | nouveau: bump drm patchlevel. | Ben Skeggs | |
2006-12-24 | nouveau: Kill some compile warnings. | Ben Skeggs | |
2006-12-23 | nouveau: Don't fill nrb->dPriv for private buffers | Ben Skeggs | |
2006-12-23 | nouveau: get 16bpp working | Ben Skeggs | |
2006-12-08 | Skeletal extension handling across chipsets. | Ben Skeggs | |
2006-12-08 | oops, typo | Ben Skeggs | |
2006-12-08 | Create visuals for modes the ddx provides | Ben Skeggs | |
2006-12-08 | Some work on buffer handling, most likely not entirely correct and | Ben Skeggs | |
incomplete. But, it works well enough that windows can be moved/resized. | |||
2006-12-03 | Merge the pciid work. Use lock step versioning with the drm. | Stephane Marchesin | |
2006-11-12 | Some more nouveau_screen.c setup, not sure how correct it is yet though.. | Ben Skeggs | |
2006-11-11 | Some nouveau_screen work for darktama | Stephane Marchesin | |
2006-11-05 | Architect the DRI : | Stephane Marchesin | |
- make use of the autogenerated nouveau_reg.h file - add object creation to the DRI - some work on screen and context creation |