X-Git-Url: https://git.ti.com/gitweb?p=android%2Fexternal-libkmsxx.git;a=blobdiff_plain;f=TODO;h=54045770fabc8969e5b1e92fc916891af541ef5e;hp=b221458615e82e2a22d9b8bf96c6da9f8cb6f88e;hb=5c21d8544fa420624cd8464c6257598898e8f666;hpb=54f21250fdded59e953405291f1778ecc77dd368 diff --git a/TODO b/TODO index b221458..5404577 100644 --- a/TODO +++ b/TODO @@ -1,30 +1,11 @@ -'kmsprint' tool to print everything about kms objects - -port 'capture' test from omapdrm-tests - -Wrap the drm event handling (especially for py/lua) -- how is the void* passed to drm handled, i.e. how to keep py/lua reference to - the object - -Is it possible to use python coroutines for page flipping, i.e. a separate -coroutine while-loop for each output? - C++ move semantics for classes (especially for Framebuffers)? -enum class for fourcc formats - Proper error checks and use of exceptions Free drmModeConnectorPtr (and similar for other drm objects) after use, instead of storing it. -Helpers to easily get common connector-crtc setupts (i.e. get all connected connectors and a crtc for each connector). - -Bug: when drawing YUV test pattern, R and B are swapped. - -Add env variables to control libkms++ (LIBKMS_DISABLE_ATOMIC_MODESET etc) - Add double-buffering test app that uses crtc+planes simultaneously. Add triple buffering support for db.