summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-15Fix byte order of 24-bit formats.Jyri Sarha
2016-08-15Add missing BGR color formats to draw_test_pattern_part().Jyri Sarha
2016-08-11Add BGR888 (BG24) and BGR565 (BG16) pixelformats.Jyri Sarha
2016-08-10Merge branch 'yem/musl' of git://github.com/yann-morin-1998/kmsxxTomi Valkeinen
2016-08-10utils: select() et al. need <sys/select.h>Yann E. MORIN
2016-08-10kms++-util: portability fixYann E. MORIN
2016-08-10fbtestpat: draw "/dev/fb0" textTomi Valkeinen
2016-07-10Fix property name lookupTomi Valkeinen
2016-07-10README: add notes about custom toolchainfileTomi Valkeinen
2016-07-10kms++: fix AtomicReq compilationTomi Valkeinen
2016-06-22Add missing <system_error> includesTomi Valkeinen
2016-06-22py: fix AtomicReq's add()Tomi Valkeinen
2016-06-22kmsprint: Include cinttypes instead of inttypes.hLaurent Pinchart
2016-06-22kms++: use DrmPropObject in AtomicReqTomi Valkeinen
2016-06-22kms++: update decls.hTomi Valkeinen
2016-06-22py: Expose the Connector::get_mode methodsLaurent Pinchart
2016-06-20Merge V4L2 related workTomi Valkeinen
2016-06-20Framebuffer: don't crash is drmModeGetFB() returns 0Tomi Valkeinen
2016-06-20Add Framebuffer::flush()Tomi Valkeinen
2016-06-17kmscube: use drmModeAddFB2 version of ExtFBTomi Valkeinen
2016-06-16utils: add wbm2mTomi Valkeinen
2016-06-16utils: add wbcapTomi Valkeinen
2016-06-16py: add cam.pyTomi Valkeinen
2016-06-16py: add pyvidTomi Valkeinen
2016-06-16kmsutils: add VideoDeviceTomi Valkeinen
2016-06-16kmsview: use resmanTomi Valkeinen
2016-06-16py: use ResourceManagerTomi Valkeinen
2016-06-16add ResourceManagerTomi Valkeinen
2016-06-16Support RGB888Tomi Valkeinen
2016-06-15draw_text: support YUV modesTomi Valkeinen
2016-06-14py: add missing pixelformatsTomi Valkeinen
2016-06-11py: PixelFormat & DumbFB improTomi Valkeinen
2016-06-11gitignore: add pycacheTomi Valkeinen
2016-06-11kms++util: split to subdirsTomi Valkeinen
2016-06-11kms++: organize into subdirsTomi Valkeinen
2016-06-11cmake: results to bin & lib dirsTomi Valkeinen
2016-06-11rename libkms to kms++Tomi Valkeinen
2016-06-11cmake: add option to build shared libsTomi Valkeinen
2016-06-11rename dirsTomi Valkeinen
2016-06-11kmsprint: print plane formatsTomi Valkeinen
2016-06-07py: fix scripts when there's no current crtcTomi Valkeinen
2016-06-07util: add simple text drawingTomi Valkeinen
2016-06-07util: refactor drawing functionsTomi Valkeinen
2016-06-07kmsview: small improvementsTomi Valkeinen
2016-06-07Make py/gamma.py executable.Jyri Sarha
2016-06-07py/gamma.py: Make gamma table calculations more genericJyri Sarha
2016-06-07testpat: use new id/idx resolvingTomi Valkeinen
2016-06-07Property: remove now unused to_str()Tomi Valkeinen
2016-06-07kmsprint: rewrite kmsprintTomi Valkeinen
2016-06-07add kmsblank appTomi Valkeinen