summaryrefslogtreecommitdiff
path: root/libdrm/TODO
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-11-29 21:10:59 +0000
committerAdam Jackson <ajax@nwnk.net>2005-11-29 21:10:59 +0000
commitb3189730e7b0e574a28bd4947c407457cec4f7c8 (patch)
tree20b2c0fdd7c0a816025fa5e8cf79bf9036d7e7f3 /libdrm/TODO
parent6941b375e86542d669366a45553ec536f9d98e48 (diff)
Add TODO based on my email from a while ago
Diffstat (limited to 'libdrm/TODO')
-rw-r--r--libdrm/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/libdrm/TODO b/libdrm/TODO
new file mode 100644
index 00000000..d8cff336
--- /dev/null
+++ b/libdrm/TODO
@@ -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.