summaryrefslogtreecommitdiff
path: root/libdrm/TODO
blob: d8cff336e197e1e6812c7b1d6db84646177e06d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
- Build and install the test apps by default
- Additional API for unified memory manager
  see http://dri.freedesktop.org/wiki/DriMemoryManagerDesign for proposal
- Any changes needed to enable the XvMC drivers to link against libdrm
- Header cleanup
- Unify libdrm code paths between client and server
  - drmMsg, xf86DrvMsgVerb versus vfprintf
  - drmOpenDevice tries chmod/chown if in server
  - drmOpen{,ByName} tries to load kernel module if in server
  - drm*SIGIOHandler only exists in server
  All but the last three should probably be factored out into libdri.