summaryrefslogtreecommitdiff
path: root/kms++/inc/kms++/framebuffer.h
AgeCommit message (Collapse)Author
2017-10-03Rework framebuffer classesTomi 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.
2016-06-20Add Framebuffer::flush()Tomi Valkeinen
2016-06-11kms++: organize into subdirsTomi Valkeinen