Age | Commit message (Expand) | Author |
2020-04-02 | Include array | Haibo Huang |
2020-01-29 | PixelFormats: cast to uin32_t | Tomi Valkeinen |
2019-11-18 | Allow making extframebuffer and dmabufframebuffer with modifiers | Matt Hoosier |
2019-11-18 | fbs: use std::array and .at() | Tomi Valkeinen |
2019-11-06 | kms++: use 'override' all around | Tomi Valkeinen |
2019-11-06 | card: remove useless consts | Tomi Valkeinen |
2019-11-06 | dumbfb: cleanup to avoid calls to virtual funcs via constructor | Tomi Valkeinen |
2019-11-06 | fb: add begin_cpu_access & end_cpu_access | Tomi Valkeinen |
2019-11-06 | Split dmabuf support from ExtFramebuffer into DmabufFramebuffer | Tomi Valkeinen |
2019-11-06 | extframebuffer: add missing include | Tomi Valkeinen |
2019-10-02 | card: move DRM version data to CardVersion | Tomi Valkeinen |
2019-09-25 | videomode to_string improvements | Tomi Valkeinen |
2019-04-09 | add support for more pixel formats | Tomi Valkeinen |
2019-01-17 | card: another try with card constructors | Tomi Valkeinen |
2019-01-17 | card: add has_kms() | Tomi Valkeinen |
2019-01-14 | card: add open_modesetting_card() | Tomi Valkeinen |
2019-01-14 | card: don't throw if no dumb buffers | Tomi Valkeinen |
2019-01-14 | Card: improve DRM card selection | Tomi Valkeinen |
2019-01-14 | Card: add support to get the driver name | Tomi Valkeinen |
2018-10-17 | Add AR12 & AR15 support | Tomi Valkeinen |
2018-09-10 | kmstest: give an error if master permissions could not be set | Tomi Valkeinen |
2018-08-28 | connector: add connector_status() | Tomi Valkeinen |
2018-06-29 | drmpropobject: add set_prop_value(Property* prop, uint64_t value) | Tomi Valkeinen |
2017-10-20 | Crtc: add set_mode() which doesn't take a fb | Tomi Valkeinen |
2017-10-20 | Card: add disable_all() | Tomi Valkeinen |
2017-10-20 | Videomode: add to_string() | Tomi Valkeinen |
2017-10-03 | Rework framebuffer classes | Tomi Valkeinen |
2017-10-03 | add ExtFramebuffer::prime_fd | Tomi Valkeinen |
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 |
2017-03-13 | plane: add get_possible_crtcs() | Tomi Valkeinen |
2017-02-10 | omapfb: add constructor with fourcc | Tomi Valkeinen |
2017-02-10 | ExtFb: pass params in vectors | Tomi Valkeinen |
2017-02-10 | improve ExtFb | Tomi Valkeinen |
2017-02-10 | ExtFb: remove legacy constructor | Tomi Valkeinen |
2017-02-10 | PlaneType to bitmask | Tomi Valkeinen |
2017-02-10 | mappedframebuffer.h: add missing include | Tomi Valkeinen |
2017-01-25 | Add refresh() to connector, crtc and encoder | Tomi Valkeinen |
2016-12-20 | crtc: add disable_mode() | Tomi Valkeinen |
2016-11-21 | Add OmapCard and OmapFramebuffer | Tomi Valkeinen |
2016-11-21 | Add MappedFramebuffer | Tomi Valkeinen |
2016-10-11 | kms++: add videomode_from_cvt() | Tomi Valkeinen |
2016-09-27 | Card: virtual destructor | Tomi Valkeinen |
2016-09-26 | Improve struct Videomode | Tomi Valkeinen |
2016-08-15 | AtomicReq: add add_display() helper | Tomi Valkeinen |
2016-08-15 | support finding fractional vrefresh | Tomi Valkeinen |
2016-08-15 | testpat & kmsprint: improve mode prints | Tomi Valkeinen |
2016-08-11 | Add BGR888 (BG24) and BGR565 (BG16) pixelformats. | Jyri Sarha |
2016-07-10 | Fix property name lookup | Tomi Valkeinen |