Age | Commit message (Expand) | Author |
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 |
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-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-11-03 | dumbfb: pass O_RDWR to drmPrimeHandleToFD() | Tomi Valkeinen |
2016-10-11 | modedb_dmt: update table | Tomi Valkeinen |
2016-10-11 | kms++: add videomode_from_cvt() | Tomi Valkeinen |
2016-10-11 | Add comment about ilace | Tomi Valkeinen |
2016-09-29 | Improve mode finding | Tomi Valkeinen |
2016-09-26 | Improve struct Videomode | Tomi Valkeinen |
2016-09-01 | Fix error prints | Tomi Valkeinen |
2016-08-15 | AtomicReq: add add_display() helper | Tomi Valkeinen |
2016-08-15 | support finding fractional vrefresh | Tomi Valkeinen |
2016-08-15 | modedb: fix vrefresh for ilace | Tomi Valkeinen |
2016-08-15 | testpat & kmsprint: improve mode prints | Tomi Valkeinen |
2016-08-11 | Add BGR888 (BG24) and BGR565 (BG16) pixelformats. | Jyri Sarha |