Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-03 | add a simple draw_circle() | Tomi Valkeinen | |
2017-11-22 | kmstest: use resman | Tomi Valkeinen | |
2017-10-03 | Rework framebuffer classes | Tomi Valkeinen | |
Drop (I)MappedFramebuffer, as it doesn't really provide any value, and have most of the methods be present in IFramebuffer with default exception throwing implementation. This gives us simpler way to use the framebuffers, as almost always we can just use a pointer to IFramebuffer. | |||
2017-05-31 | Add different YCbCr encodings. | Jyri Sarha | |
2017-05-17 | pykmsutil: add draw_text() | Tomi Valkeinen | |
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2017-03-20 | pykms/pykmsutil.cpp: Add binding for reserve_generic_plane() | Jyri Sarha | |
2017-02-10 | use reserve_connector from ResourceManager | Tomi Valkeinen | |
2017-01-03 | py: Reorganize source directory | Laurent 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> |