Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-16 | dumbframebuffer: fix throw linefeed in in prime_fd | Peter Ujfalusi | |
2016-03-16 | add public PixelFormatInfo | Tomi Valkeinen | |
2016-01-12 | DumbFB: fix dumb buffer alloc for omap NV12 | Tomi Valkeinen | |
Dividing the bitspp with xsub works better than dividing the width, as otherwise the buffer stride will get aligned easily quite a bit. This is somewhat OMAP specific fix/work-around, but then, it's not clear how NV12 buffer sizes should be calculated anyway. | |||
2015-11-26 | DumbFB: don't unmap if not mapped | Tomi Valkeinen | |
2015-11-13 | dumbfb: move prime_fd() and fix its return type | Tomi Valkeinen | |
2015-11-13 | dumbfb: lazy mmap | Tomi Valkeinen | |
2015-11-12 | libkms++: dumbframebuffer: Get file descriptor for the FB | Peter Ujfalusi | |
v4l linux needs file descriptor instead of handle. | |||
2015-11-06 | dumbfb: improve exception texts | Tomi Valkeinen | |
2015-11-06 | remove print_short | Tomi Valkeinen | |
2015-10-31 | Add AR24 & AB24 formats | Tomi Valkeinen | |
2015-10-26 | dumbfb: add offset | Tomi Valkeinen | |
2015-10-09 | testpat: add NV12/NV21 support | Tomi Valkeinen | |
2015-10-08 | Add support for YVYU and VYUY | Tomi Valkeinen | |
2015-10-07 | Add XBGR8888 format | Tomi Valkeinen | |
2015-10-04 | DumbFB: clean up format_info code | Tomi Valkeinen | |
2015-10-04 | use PixelFormat all around | Tomi Valkeinen | |
2015-10-04 | add PixelFormat support to DumbFramebuffer | Tomi Valkeinen | |
2015-10-03 | use strings instead of char* | Tomi Valkeinen | |
2015-10-03 | Add DrmObject::set_id() | Tomi Valkeinen | |
2015-10-03 | Add DumbFramebuffer | Tomi Valkeinen | |
Move the current Framebuffer to DumbFramebuffer, and make a simple Framebuffer as its super class. |