Age | Commit message (Expand) | Author |
2020-09-29 | Fix Plane::get_possible_crtcs | Tomi Valkeinen |
2020-08-10 | kms++: Add support for missing 8 -and 16-bit RGB formats | Laurent Pinchart |
2020-08-10 | kms++: Add support for the planar YUV formats | Laurent Pinchart |
2020-08-10 | kms++: Add support for semiplanar YUV422 formats (NV16 and NV61) | Laurent Pinchart |
2020-08-10 | dumbfb: Fix pitch for tri-planar formats | Laurent Pinchart |
2020-08-10 | dumbfb: Add support tri- or quadri-planar buffers | Laurent Pinchart |
2020-08-10 | card: Rename has_has_universal_planes to has_universal_planes | Laurent Pinchart |
2020-08-10 | card: Add a method to retrieve the device minor | Laurent Pinchart |
2020-05-28 | card: add factory function for selecting card by name | Matt Hoosier |
2020-05-28 | card: add constructor for pre-opened FD | Matt Hoosier |
2020-05-15 | kmstest: allow enabling output without anything connected | 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-18 | fbs: check params and ensure drmModeAddFB2 is passed correctly sized arrays | Tomi Valkeinen |
2019-11-06 | kms++: modernize deprecated headers | 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-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-17 | card: use glob() to look for card files | 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: don't throw when no resources | 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 |
2019-01-14 | card: cleanup fd usage | Tomi Valkeinen |
2018-10-17 | Add AR12 & AR15 support | Tomi Valkeinen |
2018-09-28 | Add include of <cerrno> to various files | Andrew F. Davis |
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 |
2018-04-02 | Add DPI encoder | Tomi Valkeinen |
2017-10-20 | Crtc: add set_mode() which doesn't take a fb | Tomi Valkeinen |
2017-10-20 | Connector: improve get_mode(string) | 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 | card: fix compile warning | 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-04-27 | connector: add DPI connector type | Tomi Valkeinen |
2017-04-21 | Return primary plane already associated with the CRTC if it exists | Laurent Pinchart |
2017-03-13 | plane: add get_possible_crtcs() | Tomi Valkeinen |