]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/libdrm.git/blob - libdrm/TODO
Drop shared-core, bsd-core, linux-core and scripts subdirs
[glsdk/libdrm.git] / libdrm / TODO
1 - Build and install the test apps by default
2 - Additional API for unified memory manager
3   see http://dri.freedesktop.org/wiki/DriMemoryManagerDesign for proposal
4 - Any changes needed to enable the XvMC drivers to link against libdrm
5 - Header cleanup
6 - Unify libdrm code paths between client and server
7   - drmMsg, xf86DrvMsgVerb versus vfprintf
8   - drmOpenDevice tries chmod/chown if in server
9   - drmOpen{,ByName} tries to load kernel module if in server
10   All but the last two should probably be factored out into libdri.