Drop stale TODO and unused ChangeLog
parent
4f57abfe66
commit
e8523e087f
20
ChangeLog
20
ChangeLog
|
@ -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.
|
|
|
@ -55,7 +55,7 @@ libdrm_la_SOURCES = \
|
||||||
libdrmincludedir = ${includedir}
|
libdrmincludedir = ${includedir}
|
||||||
libdrminclude_HEADERS = xf86drm.h xf86drmMode.h
|
libdrminclude_HEADERS = xf86drm.h xf86drmMode.h
|
||||||
|
|
||||||
EXTRA_DIST = ChangeLog TODO libdrm.pc.in include/drm/*
|
EXTRA_DIST = libdrm.pc.in include/drm/*
|
||||||
|
|
||||||
copy-headers :
|
copy-headers :
|
||||||
cp -r $(kernel_source)/usr/include/drm $(top_srcdir)/include
|
cp -r $(kernel_source)/usr/include/drm $(top_srcdir)/include
|
||||||
|
|
10
TODO
10
TODO
|
@ -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.
|
|
Loading…
Reference in New Issue