summaryrefslogtreecommitdiff
path: root/utils/testpat.cpp
AgeCommit message (Collapse)Author
2016-08-15testpat & kmsprint: improve mode printsTomi Valkeinen
2016-08-10utils: select() et al. need <sys/select.h>Yann E. MORIN
Although indirectly included by way of other headers with glibc and uClibc, using any of the select()-class familly of functions or macros requires including <sys/select.h>. This fixes the build under musl, which is way more conservative in the ehaders that are included one-from-the-others (k.e. as few as possible). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2016-06-11kms++util: split to subdirsTomi Valkeinen
2016-06-11kms++: organize into subdirsTomi Valkeinen
2016-06-07util: add simple text drawingTomi Valkeinen
2016-06-07testpat: use new id/idx resolvingTomi Valkeinen
2016-05-31testpat: print FB IDsTomi 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-23Reorganize libkms++utils headerTomi Valkeinen
2016-05-23File/dir renamesTomi Valkeinen