]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/blob - TODO
add options to turn off py/lua build
[android/external-libkmsxx.git] / TODO
2 'kmsprint' tool to print everything about kms objects
4 port 'capture' test from omapdrm-tests
6 Wrap the drm event handling (especially for py/lua)
7 - how is the void* passed to drm handled, i.e. how to keep py/lua reference to
8   the object
10 Is it possible to use python coroutines for page flipping, i.e. a separate
11 coroutine while-loop for each output?
13 C++ move semantics for classes (especially for Framebuffers)?
15 enum class for fourcc formats
17 Proper error checks and use of exceptions
19 Free drmModeConnectorPtr (and similar for other drm objects) after use, instead
20 of storing it.
22 Helpers to easily get common connector-crtc setupts (i.e. get all connected connectors and a crtc for each connector).
24 Bug: when drawing YUV test pattern, R and B are swapped.
26 Add env variables to control libkms++ (LIBKMS_DISABLE_ATOMIC_MODESET etc)
28 Add double-buffering test app that uses crtc+planes simultaneously.
30 Add triple buffering support for db.