blob: a95c8b29a25bf51098d731eb4e47cba4d8755878 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
'kmsprint' tool to print everything about kms objects
port 'capture' test from omapdrm-tests
C++ move semantics for classes (especially for Framebuffers)?
Proper error checks and use of exceptions
Free drmModeConnectorPtr (and similar for other drm objects) after use, instead
of storing it.
Add double-buffering test app that uses crtc+planes simultaneously.
Add triple buffering support for db.
|