]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/blobdiff - TODO
cmake: add option to build shared libs
[android/external-libkmsxx.git] / TODO
diff --git a/TODO b/TODO
index 1b52712252d36275e0cf61fa758d13fc4e065b66..9696666ef739673953d6941cccc80d039fca60d8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,23 +1,8 @@
 
-'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).
-