summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-15kmscube: fix atomic FB_ID set for crtcTomi Valkeinen
2016-02-15db: fix atomic FB_ID set for crtcTomi Valkeinen
2016-02-07add fbtestpatTomi Valkeinen
2016-02-07add MappedBuffer & coTomi Valkeinen
2016-01-22Add definition to DRM_CLIENT_CAP_ATOMIC undef caseAlejandro Hernandez
2016-01-12testpat: show video mode HzTomi Valkeinen
2016-01-12libkms: fix Connector::get_default_mode when no modesTomi Valkeinen
2016-01-12db: use the configured mode, not defaultTomi Valkeinen
2016-01-12testpat: support interlaceTomi Valkeinen
2016-01-12libkms: add 'ilace' param for Connector::get_mode()Tomi Valkeinen
2016-01-12DumbFB: fix dumb buffer alloc for omap NV12Tomi Valkeinen
2015-11-30README: add notes about test toolsTomi Valkeinen
2015-11-30remove lua bindingsTomi Valkeinen
2015-11-30README: add LIBKMS_ENABLE_KMSCUBETomi Valkeinen
2015-11-26remove the old cmdoptions.hTomi Valkeinen
2015-11-26kmsprint: use the new option parserTomi Valkeinen
2015-11-26testpat: big rewriteTomi Valkeinen
2015-11-26libkmstest: add Option & OptionSetTomi Valkeinen
2015-11-26DumbFB: don't unmap if not mappedTomi Valkeinen
2015-11-18Merge branch 'kmscube'Tomi Valkeinen
2015-11-18Add kmscubeTomi Valkeinen
2015-11-18kmstest: remove unused color_convertTomi Valkeinen
2015-11-18fix pykmsTomi Valkeinen
2015-11-18Card: support opening specific drm deviceTomi Valkeinen
2015-11-18Fb: collect fbs and destroy them in card's destructorTomi Valkeinen
2015-11-13Connector: prettier connector namesTomi Valkeinen
2015-11-13Connector: add get_mode(xres, yres, refresh)Tomi Valkeinen
2015-11-13Videomode cleanupTomi Valkeinen
2015-11-13libkmstest: disable draw perf printsTomi Valkeinen
2015-11-13libkmstest: add EXIT()Tomi Valkeinen
2015-11-13libkmstest: add FAIL()Tomi Valkeinen
2015-11-13dumbfb: move prime_fd() and fix its return typeTomi Valkeinen
2015-11-13dumbfb: lazy mmapTomi Valkeinen
2015-11-13connector: consider UNKNOWNCONNECTION as connectedTomi Valkeinen
2015-11-12libkms++: dumbframebuffer: Get file descriptor for the FBPeter Ujfalusi
2015-11-11card: fix has_atomic if libdrm does not have atomic supportTomi Valkeinen
2015-11-11db: print slowest frame timeTomi Valkeinen
2015-11-11AtomicReq: use nonblocking commitTomi Valkeinen
2015-11-06pixelformat: add undefinedTomi Valkeinen
2015-11-06dumbfb: improve exception textsTomi Valkeinen
2015-11-06remove print_shortTomi Valkeinen
2015-11-06card: use object vectorsTomi Valkeinen
2015-11-06card: use vectors with get_xxxs() methodsTomi Valkeinen
2015-11-06card: collect obs to vectorsTomi Valkeinen
2015-11-06card: add get_plane()Tomi Valkeinen
2015-11-06card: add get_crtcs()Tomi Valkeinen
2015-10-31Add AR24 & AB24 formatsTomi Valkeinen
2015-10-30add missing <stdexcept> includesTomi Valkeinen
2015-10-29db: disable plane support for nowTomi Valkeinen
2015-10-26ExtFramebuffer: add alternative constructorTomi Valkeinen