Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-04 | Encoder: add DPMST type | Tomi Valkeinen | |
2016-06-04 | Connector: hack fix EDID blob ID | Tomi Valkeinen | |
2016-06-04 | testpat: use stopwatch | Tomi Valkeinen | |
2016-06-04 | Add Stopwatch | Tomi Valkeinen | |
2016-06-02 | py: fix AtomicReq bindings | Tomi Valkeinen | |
2016-05-31 | testpat: print FB IDs | Tomi Valkeinen | |
2016-05-30 | Update TODO | Tomi Valkeinen | |
2016-05-30 | Remove 'db' from CMakeList.txt | Tomi Valkeinen | |
2016-05-30 | Remove 'db', 'testpat' does it better | Tomi Valkeinen | |
2016-05-30 | testpat: add page flipping mode | Tomi Valkeinen | |
2016-05-30 | testpat: atomic commit | Tomi Valkeinen | |
2016-05-30 | testpat: get primary plane | Tomi Valkeinen | |
2016-05-30 | testpat: support multiple buffers | Tomi Valkeinen | |
2016-05-30 | testpat: draw pattern separately | Tomi Valkeinen | |
2016-05-30 | AtomicReq: support 'allow_modeset' | Tomi Valkeinen | |
2016-05-27 | Crtc: fix get_primary_plane | Tomi Valkeinen | |
2016-05-27 | Crtc: fix throw message | Tomi Valkeinen | |
2016-05-27 | Add Videomode::to_blob() | Tomi Valkeinen | |
2016-05-27 | AtomicReq: add helper to add multiple props | Tomi Valkeinen | |
2016-05-27 | add missing idx for Plane & Encoder | Tomi Valkeinen | |
2016-05-26 | Update README.md | Tomi Valkeinen | |
2016-05-26 | py: add set_prop() | Tomi Valkeinen | |
2016-05-25 | parallelize drawing of test pattern | Tomi Valkeinen | |
2016-05-25 | gamma.py: show a test pattern | Tomi Valkeinen | |
2016-05-25 | Add a simple gamma.py test | Tomi Valkeinen | |
2016-05-25 | Add support for DRM blobs | Tomi Valkeinen | |
2016-05-25 | Split properties from DrmObject into DrmPropObject | Tomi Valkeinen | |
2016-05-25 | disable Wmissing-field-initializers when gcc <= 5.0 | Tomi Valkeinen | |
2016-05-25 | Require libdrm >= 2.4.64 | Tomi Valkeinen | |
2016-05-23 | Update README | Tomi Valkeinen | |
2016-05-23 | Reorganize libkms++utils header | Tomi Valkeinen | |
2016-05-23 | File/dir renames | Tomi Valkeinen | |
2016-05-23 | Fix the rest of the py scripts | Tomi Valkeinen | |
2016-05-23 | split py files | Tomi Valkeinen | |
2016-05-23 | update readme | Tomi Valkeinen | |
2016-05-23 | Automatically use -flto | Tomi Valkeinen | |
2016-05-23 | improve build type | Tomi Valkeinen | |
2016-05-23 | Cleanup AtomicReq::commit | Tomi Valkeinen | |
2016-05-23 | Use pybind11 instead of SWIG | Tomi Valkeinen | |
2016-05-23 | Remove swig helpers | Tomi Valkeinen | |
2016-05-23 | Add Crtc::get_primary_plane | Tomi Valkeinen | |
2016-05-20 | testpat: Fix undefined function compilation error | Laurent Pinchart | |
std::strerror() is defined in the cstring header. Include it directly as it might not be included indirectly with all compiler versions. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
2016-05-18 | add kmsmodeview.py | Tomi Valkeinen | |
2016-05-18 | fb: fix a few wrong types | Tomi Valkeinen | |
2016-05-16 | testpat: add dmt & cea parameters | Tomi Valkeinen | |
2016-05-16 | kmsxx: add modedb | Tomi Valkeinen | |
2016-05-16 | testpat: fix crtc regexp | Tomi Valkeinen | |
2016-05-11 | Update TODO | Tomi Valkeinen | |
2016-05-09 | py: fix videomode list | Tomi Valkeinen | |
2016-04-26 | kmscapture: separate step to enable streaming | Tomi Valkeinen | |