Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-18 | Card: support opening specific drm device | Tomi Valkeinen | |
2015-11-18 | Fb: collect fbs and destroy them in card's destructor | Tomi Valkeinen | |
2015-11-11 | card: fix has_atomic if libdrm does not have atomic support | Tomi Valkeinen | |
If libdrm was missing DRM_CLIENT_CAP_ATOMIC, but the driver still supported atomic modesetting, m_has_atomic was set to true. The end result was that test apps thought they can use atomic modesetting, but it wasn't functional in the libkmsxx. | |||
2015-11-06 | remove print_short | Tomi Valkeinen | |
2015-11-06 | card: use object vectors | Tomi Valkeinen | |
2015-11-06 | card: use vectors with get_xxxs() methods | Tomi Valkeinen | |
2015-11-06 | card: collect obs to vectors | Tomi Valkeinen | |
2015-11-06 | card: add get_plane() | Tomi Valkeinen | |
2015-11-06 | card: add get_crtcs() | Tomi Valkeinen | |
2015-10-26 | add Card::get_connector(id) | Tomi Valkeinen | |
2015-10-07 | Fix exception string. | Jyri Sarha | |
2015-10-03 | add PageFlipHandler | Tomi Valkeinen | |
2015-10-03 | card: use string for get_prop() | Tomi Valkeinen | |
2015-10-03 | save & restore mode | Tomi Valkeinen | |
2015-10-01 | Allow disabling universal planes with LIBKMSXX_DISABLE_UNIVERSAL_PLANES | Tomi Valkeinen | |
2015-10-01 | Allow disabling atomic modeset with LIBKMSXX_DISABLE_ATOMIC | Tomi Valkeinen | |
2015-10-01 | Add has_has_universal_planes(). | Jyri Sarha | |
2015-09-30 | There is no need to convert exception strings to .c_str(). | Jyri Sarha | |
2015-09-30 | Add rest of missing Card exceptions. | Jyri Sarha | |
2015-09-29 | Proper exception strings to Card::Card() | Jyri Sarha | |
2015-09-28 | Add Card::get_connected_pipelines() | Tomi Valkeinen | |
2015-09-28 | card: use std namespace | Tomi Valkeinen | |
2015-09-28 | Initial version | Tomi Valkeinen | |