Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-28 | Change first valid DRM drawable ID to be 1 instead of 0. | Michel Dänzer | |
This makes it easier for userspace to know when it needs to allocate an ID. Also free drawable information memory when it's no longer needed. | |||
2006-09-28 | Add copyright notice. | Michel Dänzer | |
2006-09-28 | Locking and memory management fixes. | Michel Dänzer | |
2006-09-28 | Export drm_get_drawable_info symbol from core. | Michel Dänzer | |
2006-09-28 | Only reallocate cliprect memory if the number of cliprects changes. | Michel Dänzer | |
Also improve diagnostic output. | |||
2006-09-28 | Add support for tracking drawable information to core | Michel Dänzer | |
Actually make the existing ioctls for adding and removing drawables do something useful, and add another ioctl for the X server to update drawable information. The only kind of drawable information tracked so far is cliprects. |