Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-28 | Add include of <cerrno> to various files | Andrew F. Davis | |
This is needed for building with some version of some compilers where it is not automatically included with the existing include set (clang). Signed-off-by: Andrew F. Davis <afd@ti.com> | |||
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-10-03 | add ExtFramebuffer::prime_fd | Tomi Valkeinen | |
2017-02-10 | ExtFb: pass params in vectors | Tomi Valkeinen | |
2017-02-10 | improve ExtFb | Tomi Valkeinen | |
Inherit MappedFramebuffer and add map() | |||
2017-02-10 | ExtFb: remove legacy constructor | Tomi Valkeinen | |
2016-06-11 | kms++: organize into subdirs | Tomi Valkeinen | |