summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2009-11-17 11:15:56 -0500
committerKristian Høgsberg <krh@bitplanet.net>2009-11-17 11:15:56 -0500
commite8523e087fc5dfe15b0e1af9b30d1ddac5d0314c (patch)
treebc9c1f7ecf013b6ee67e5c1e5e047833ab7b287b
parent4f57abfe66091281c9f59c14e6ea27b524b55d5b (diff)
Drop stale TODO and unused ChangeLog
-rw-r--r--ChangeLog20
-rw-r--r--Makefile.am2
-rw-r--r--TODO10
3 files changed, 1 insertions, 31 deletions
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 1e740706..00000000
--- a/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-2006-03-14 Adam Jackson <ajax@freedesktop.org>
-
- * xf86drmHash.c:
- Avoid walking off the end of the hash table. (Coverity report #465)
-
-2006-02-20 Adam Jackson <ajax@freedesktop.org>
-
- * ChangeLog:
- * Makefile.am:
- Created.
-
- * TODO:
- * xf86drm.c:
- * xf86drm.h:
- * xf86drmHash.c:
- * xf86drmRandom.c:
- * xf86drmSL.c:
- Formatting cleanup, dead code removal. Remove N() namespacing macro,
- useless. Remove SIGIO handling functions as they're server-only and
- properly belong in libdri.
diff --git a/Makefile.am b/Makefile.am
index aa591010..65d8f2ea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,7 +55,7 @@ libdrm_la_SOURCES = \
libdrmincludedir = ${includedir}
libdrminclude_HEADERS = xf86drm.h xf86drmMode.h
-EXTRA_DIST = ChangeLog TODO libdrm.pc.in include/drm/*
+EXTRA_DIST = libdrm.pc.in include/drm/*
copy-headers :
cp -r $(kernel_source)/usr/include/drm $(top_srcdir)/include
diff --git a/TODO b/TODO
deleted file mode 100644
index b6316a29..00000000
--- a/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.