Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-04-26 | kmacapture: atomic modesetting support | Tomi Valkeinen | |
2016-04-26 | kmscapture: cleanups | Tomi Valkeinen | |
2016-04-26 | kmscapture: cleanups & signedness fixes | Tomi Valkeinen | |
2016-04-26 | kmscapture: rename | Tomi Valkeinen | |
2016-04-26 | kmscapture: use enum class | Tomi Valkeinen | |
2016-04-25 | kmscube: remove unused field | Tomi Valkeinen | |
2016-04-25 | kmscube: fix wrong uses of class Framebuffer | Tomi Valkeinen | |
2016-04-25 | kmscapture: Clang doesn't like variable len arrays, use vector | Tomi Valkeinen | |
2016-04-25 | Videomode is a struct, not class, so declare it as one | Tomi Valkeinen | |
2016-04-22 | kmscube: check errors | Tomi Valkeinen | |
2016-04-21 | depend on python 3.x, not 3.4 | Tomi Valkeinen | |
2016-04-20 | kmscube: improve the x11 mainloop | Tomi Valkeinen | |
2016-04-19 | kmscube: hacking | Tomi Valkeinen | |
2016-04-19 | kmscube: fix resource leaks & freeing | Tomi Valkeinen | |