blob: 402dac5d0bf0794974e4623a5cf3631a34cd4ad6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
'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.
Bug: when drawing YUV test pattern, R and B are swapped.
Add double-buffering test app that uses crtc+planes simultaneously.
Add triple buffering support for db.
|