Age | Commit message (Expand) | Author |
2018-08-03 | add a simple draw_circle() | Tomi Valkeinen |
2018-05-22 | testpat: remove threaded drawing | Tomi Valkeinen |
2018-01-09 | add safeguards to draw_*_pixel() to prevent memory corruption | Tomi Valkeinen |
2017-12-15 | videodevice: Fix minor spacing | Kieran Bingham |
2017-11-22 | resman: use set<> instead of vector<> | Tomi Valkeinen |
2017-11-22 | kmstest: use resman | Tomi Valkeinen |
2017-10-03 | Rework framebuffer classes | Tomi Valkeinen |
2017-06-05 | testpat: fix the location of second diagonal line | Tomi Valkeinen |
2017-05-31 | Add different YCbCr encodings. | Jyri Sarha |
2017-05-18 | testpat: white box in top left corner | Tomi Valkeinen |
2017-05-18 | draw_char: use black bg for yuv | Tomi Valkeinen |
2017-05-17 | draw_rect: support yuv modes | Tomi Valkeinen |
2017-03-30 | resmgr: fix reserve_plane() | Tomi Valkeinen |
2017-03-24 | resmgr: add sanity checks | Tomi Valkeinen |
2017-03-20 | ResourceManager: reserve_generic_plane() for either primary or overlay | Jyri Sarha |
2017-02-10 | use reserve_connector from ResourceManager | Tomi Valkeinen |
2017-02-10 | fix race issue in threaded test pattern draw | Tomi Valkeinen |
2016-08-15 | Merge branch 'master' of git://github.com/jsarha/kmsxx | Tomi Valkeinen |
2016-08-15 | Fix byte order of 24-bit formats. | Jyri Sarha |
2016-08-15 | Add missing BGR color formats to draw_test_pattern_part(). | Jyri Sarha |
2016-08-12 | ExtCPUFramebuffer: add size and offset params | Tomi Valkeinen |
2016-08-11 | Add BGR888 (BG24) and BGR565 (BG16) pixelformats. | Jyri Sarha |
2016-06-22 | Add missing <system_error> includes | Tomi Valkeinen |
2016-06-16 | kmsutils: add VideoDevice | Tomi Valkeinen |
2016-06-16 | add ResourceManager | Tomi Valkeinen |
2016-06-16 | Support RGB888 | Tomi Valkeinen |
2016-06-15 | draw_text: support YUV modes | Tomi Valkeinen |
2016-06-11 | kms++util: split to subdirs | Tomi Valkeinen |