blob: 54045770fabc8969e5b1e92fc916891af541ef5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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.
|