summaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2026-07-03Implement framebuffer objectPancakeTAS1-0/+70
2026-07-03Implement version ioctl and expand commentsPancakeTAS1-1/+25
2026-06-25Generalize device classPancakeTAS2-10/+57
2026-06-25Project hierarchy overhaulPancakeTAS4-7/+7
2026-06-25Bug fixes all across the projectPancakeTAS3-47/+67
2026-06-25Large documentation overhaul & main DRM devicePancakeTAS2-1/+49
2026-06-23Implement GEM objects and dumb buffersPancakeTAS1-0/+134
2026-06-23Significantly reduce line count and code duplicationPancakeTAS1-290/+197
2026-05-18Split public/private API into respective locationsPancakeTAS3-330/+382
2026-05-18Extend sync objects with timeline supportPancakeTAS2-19/+151
2026-05-18Implement (non-timeline) sync objectsPancakeTAS2-0/+334