Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-15 | support finding fractional vrefresh | Tomi Valkeinen | |
2016-08-15 | testpat & kmsprint: improve mode prints | Tomi Valkeinen | |
2016-08-10 | utils: 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-11 | kms++util: split to subdirs | Tomi Valkeinen | |
2016-06-11 | kms++: organize into subdirs | Tomi Valkeinen | |
2016-06-07 | util: add simple text drawing | Tomi Valkeinen | |
2016-06-07 | testpat: use new id/idx resolving | Tomi Valkeinen | |
2016-05-31 | testpat: print FB IDs | Tomi Valkeinen | |
2016-05-30 | testpat: add page flipping mode | Tomi Valkeinen | |
2016-05-30 | testpat: atomic commit | Tomi Valkeinen | |
2016-05-30 | testpat: get primary plane | Tomi Valkeinen | |
2016-05-30 | testpat: support multiple buffers | Tomi Valkeinen | |
2016-05-30 | testpat: draw pattern separately | Tomi Valkeinen | |
2016-05-23 | Reorganize libkms++utils header | Tomi Valkeinen | |
2016-05-23 | File/dir renames | Tomi Valkeinen | |