Drop stale TODO and unused ChangeLog

main
Kristian Høgsberg 2009-11-17 11:15:56 -05:00
parent 4f57abfe66
commit e8523e087f
3 changed files with 1 additions and 31 deletions

View File

@ -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.

View File

@ -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

10
TODO
View File

@ -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.