diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2009-11-17 11:14:54 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2009-11-17 11:15:06 -0500 |
commit | 4f57abfe66091281c9f59c14e6ea27b524b55d5b (patch) | |
tree | f00d1022cf208b381b93aa5c96858164e6a3f602 /TODO | |
parent | 9dd3613073aa2491cef440725fdfa0cf1e8f1a42 (diff) |
Move libdrm/ up one level
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +- 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 + All but the last two should probably be factored out into libdri. |