Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-30 | omapfb: add flags for memory alloc | Tomi Valkeinen | |
2017-05-30 | omapfb: add enum Flags for OmapFB | Tomi Valkeinen | |
2017-05-24 | omapfb: add TILER support | Tomi Valkeinen | |
Add TILER rotation support for omapframebuffer. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
2017-04-27 | py: omapfb: add missing properties | Tomi Valkeinen | |
2017-02-10 | omapfb: add constructor with fourcc | 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> |