Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-12 | libkms: add 'ilace' param for Connector::get_mode() | Tomi Valkeinen | |
2016-01-12 | DumbFB: fix dumb buffer alloc for omap NV12 | Tomi Valkeinen | |
Dividing the bitspp with xsub works better than dividing the width, as otherwise the buffer stride will get aligned easily quite a bit. This is somewhat OMAP specific fix/work-around, but then, it's not clear how NV12 buffer sizes should be calculated anyway. | |||
2015-11-30 | README: add notes about test tools | Tomi Valkeinen | |
2015-11-30 | remove lua bindings | Tomi Valkeinen | |
2015-11-30 | README: add LIBKMS_ENABLE_KMSCUBE | Tomi Valkeinen | |
2015-11-26 | remove the old cmdoptions.h | Tomi Valkeinen | |
2015-11-26 | kmsprint: use the new option parser | Tomi Valkeinen | |
2015-11-26 | testpat: big rewrite | Tomi Valkeinen | |
2015-11-26 | libkmstest: add Option & OptionSet | Tomi Valkeinen | |
2015-11-26 | DumbFB: don't unmap if not mapped | Tomi Valkeinen | |
2015-11-18 | Merge branch 'kmscube' | Tomi Valkeinen | |
2015-11-18 | Add kmscube | Tomi Valkeinen | |
2015-11-18 | kmstest: remove unused color_convert | Tomi Valkeinen | |
2015-11-18 | fix pykms | Tomi Valkeinen | |
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-13 | Connector: prettier connector names | Tomi Valkeinen | |
2015-11-13 | Connector: add get_mode(xres, yres, refresh) | Tomi Valkeinen | |
2015-11-13 | Videomode cleanup | Tomi Valkeinen | |
2015-11-13 | libkmstest: disable draw perf prints | Tomi Valkeinen | |
2015-11-13 | libkmstest: add EXIT() | Tomi Valkeinen | |
2015-11-13 | libkmstest: add FAIL() | Tomi Valkeinen | |
2015-11-13 | dumbfb: move prime_fd() and fix its return type | Tomi Valkeinen | |
2015-11-13 | dumbfb: lazy mmap | Tomi Valkeinen | |
2015-11-13 | connector: consider UNKNOWNCONNECTION as connected | Tomi Valkeinen | |
2015-11-12 | libkms++: dumbframebuffer: Get file descriptor for the FB | Peter Ujfalusi | |
v4l linux needs file descriptor instead of handle. | |||
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-11 | db: print slowest frame time | Tomi Valkeinen | |
2015-11-11 | AtomicReq: use nonblocking commit | Tomi Valkeinen | |
2015-11-06 | pixelformat: add undefined | Tomi Valkeinen | |
2015-11-06 | dumbfb: improve exception texts | Tomi Valkeinen | |
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-31 | Add AR24 & AB24 formats | Tomi Valkeinen | |
2015-10-30 | add missing <stdexcept> includes | Tomi Valkeinen | |
2015-10-29 | db: disable plane support for now | Tomi Valkeinen | |
2015-10-26 | ExtFramebuffer: add alternative constructor | Tomi Valkeinen | |
2015-10-26 | add Card::get_connector(id) | Tomi Valkeinen | |
2015-10-26 | dumbfb: add offset | Tomi Valkeinen | |
2015-10-26 | dumbfb: add num_planes | Tomi Valkeinen | |
2015-10-26 | dumbfb: expose handle | Tomi Valkeinen | |
2015-10-23 | pykms: add iact.py | Tomi Valkeinen | |
2015-10-23 | pykms: use -builtin | Tomi Valkeinen | |
2015-10-23 | pykms: add swig vectors for basic libkms types | Tomi Valkeinen | |
2015-10-22 | README: add env variables | Tomi Valkeinen | |
2015-10-20 | Add tests/kmsprint | Jyri Sarha | |