summaryrefslogtreecommitdiff
path: root/libdrm/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'libdrm/TODO')
-rw-r--r--libdrm/TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/libdrm/TODO b/libdrm/TODO
deleted file mode 100644
index b6316a29..00000000
--- a/libdrm/TODO
+++ /dev/null
@@ -1,10 +0,0 @@
-- 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.