OSDN Git Service

Add TODO based on my email from a while ago
authorAdam Jackson <ajax@nwnk.net>
Tue, 29 Nov 2005 21:10:59 +0000 (21:10 +0000)
committerAdam Jackson <ajax@nwnk.net>
Tue, 29 Nov 2005 21:10:59 +0000 (21:10 +0000)
libdrm/TODO [new file with mode: 0644]

diff --git a/libdrm/TODO b/libdrm/TODO
new file mode 100644 (file)
index 0000000..d8cff33
--- /dev/null
@@ -0,0 +1,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.