mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-06 09:28:19 +02:00
Add TODO based on my email from a while ago
This commit is contained in:
parent
6941b375e8
commit
b3189730e7
1 changed files with 11 additions and 0 deletions
11
libdrm/TODO
Normal file
11
libdrm/TODO
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Reference in a new issue