summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2016-08-10fbtestpat: draw "/dev/fb0" textTomi Valkeinen
2016-06-22Add missing <system_error> includesTomi Valkeinen
Missing <system_error> breaks compliation on gcc 4.9. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2016-06-22kmsprint: Include cinttypes instead of inttypes.hLaurent Pinchart
cinttypes is the right C++ header, and doesn't require source files to define __STDC_FORMAT_MACROS to get the integer type format macros. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2016-06-16utils: add wbm2mTomi Valkeinen
2016-06-16utils: add wbcapTomi Valkeinen
2016-06-16kmsview: use resmanTomi Valkeinen
2016-06-11kms++util: split to subdirsTomi Valkeinen
2016-06-11kms++: organize into subdirsTomi Valkeinen
2016-06-11kmsprint: print plane formatsTomi Valkeinen
2016-06-07util: add simple text drawingTomi Valkeinen
2016-06-07kmsview: small improvementsTomi Valkeinen
2016-06-07testpat: use new id/idx resolvingTomi Valkeinen
2016-06-07kmsprint: rewrite kmsprintTomi Valkeinen
2016-06-07add kmsblank appTomi Valkeinen
2016-05-31testpat: print FB IDsTomi Valkeinen
2016-05-30Remove 'db' from CMakeList.txtTomi Valkeinen
2016-05-30Remove 'db', 'testpat' does it betterTomi Valkeinen
2016-05-30testpat: add page flipping modeTomi Valkeinen
2016-05-30testpat: atomic commitTomi Valkeinen
2016-05-30testpat: get primary planeTomi Valkeinen
2016-05-30testpat: support multiple buffersTomi Valkeinen
2016-05-30testpat: draw pattern separatelyTomi Valkeinen
2016-05-25Split properties from DrmObject into DrmPropObjectTomi Valkeinen
2016-05-23Reorganize libkms++utils headerTomi Valkeinen
2016-05-23File/dir renamesTomi Valkeinen