summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
v4l linux needs file descriptor instead of handle.
2015-11-11card: fix has_atomic if libdrm does not have atomic supportTomi 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-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
2015-10-26add Card::get_connector(id)Tomi Valkeinen
2015-10-26dumbfb: add offsetTomi Valkeinen
2015-10-26dumbfb: add num_planesTomi Valkeinen
2015-10-26dumbfb: expose handleTomi Valkeinen
2015-10-23pykms: add iact.pyTomi Valkeinen
2015-10-23pykms: use -builtinTomi Valkeinen
2015-10-23pykms: add swig vectors for basic libkms typesTomi Valkeinen
2015-10-22README: add env variablesTomi Valkeinen
2015-10-20Add tests/kmsprintJyri Sarha
2015-10-20tests/testpat: Add -m flagJyri Sarha
2015-10-20Add simple command line option parser and a tester for itJyri Sarha
2015-10-20libkms++/property: Add const std::string to_str(uint64_t val) constJyri Sarha
2015-10-20libkms++/drmobject: Add const std::map<uint32_t, uint64_t>& get_prop_map() constJyri Sarha
2015-10-20libkms++/plane: Add methods for getting details of the DRM objectJyri Sarha
2015-10-20libkms++/encoder: Add methods for getting details of the DRM objectJyri Sarha
2015-10-20libkms++/crtc: Add methods for getting details of the DRM objectJyri Sarha
2015-10-20libkms++/connector: Add methods for getting details of the DRM objectJyri Sarha
2015-10-20libkms++/pixelformats.h: Add static inline std::string ↵Jyri Sarha
PixelFormatToFourCC(PixelFormat f)
2015-10-10db: use a planeTomi Valkeinen
2015-10-10db: refactorTomi Valkeinen