summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2020-09-14Update README for meson buildTomi Valkeinen
2020-09-08Move to c++17Tomi Valkeinen
It's time. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2020-09-05Drop python2Tomi Valkeinen
I don't think python2 even works with kms++. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2019-11-20Add configure-time option to disable libdrm-omap usageMatt Hoosier
Add an build option to allow explicitly shutting off libdrm-omap features. This is useful for packaging situations to prevent accidental unexpected features. To deactivate the drm-omap specific functionality that was activated unconditionally if present until now, use: cmake -DKMSXX_ENABLE_LIBDRMOMAP=OFF Signed-off-by: Matt Hoosier <matt.hoosier@garmin.com>
2019-07-30README: add KMSXX_DEVICE & KMSXX_DRIVERTomi Valkeinen
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2017-02-06Support python2 based pykms bindingAlejandro Hernandez
Previously only binding with python3 was supported, this patch allows compilation of pykms with python3 or python2. When compiling with python2 some of the python scripts located in the py/test will not work since they import python3 only modules Signed-off-by: Alejandro Hernandez <ajhernandez@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2017-01-27README: add note about pythonTomi Valkeinen
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2016-09-29README: travis iconTomi Valkeinen
2016-08-24kmstest: rename remaining references to testpatTomi Valkeinen
2016-07-10README: add notes about custom toolchainfileTomi Valkeinen
2016-06-11rename libkms to kms++Tomi Valkeinen
2016-06-11cmake: add option to build shared libsTomi Valkeinen
2016-05-30Remove 'db', 'testpat' does it betterTomi Valkeinen
2016-05-26Update README.mdTomi Valkeinen
2016-05-23Update READMETomi Valkeinen
2016-05-23update readmeTomi Valkeinen
2016-03-20README: update about env variablesTomi Valkeinen
2016-03-20Add LTO optionTomi 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-10-22README: add env variablesTomi Valkeinen
2015-10-01add READMETomi Valkeinen