summaryrefslogtreecommitdiff
path: root/py/pykms.cpp
AgeCommit message (Collapse)Author
2017-01-03py: Reorganize source directoryLaurent Pinchart
Separate the Python bindings sources from the test scripts. While at it, remove the unneeded run.sh script. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2016-11-22py: Add OmapCard & OmapFramebuffer supportTomi Valkeinen
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2016-06-16py: add pyvidTomi Valkeinen
2016-06-11kms++: organize into subdirsTomi Valkeinen
2016-05-23split py filesTomi Valkeinen
2016-05-23Cleanup AtomicReq::commitTomi Valkeinen
2016-05-23Use pybind11 instead of SWIGTomi Valkeinen