summaryrefslogtreecommitdiff
path: root/kms++util/src/drawing.cpp
AgeCommit message (Expand)Author
2022-06-09utils: Add a dump_framebuffer() methodwritebackLaurent Pinchart
2020-10-09Bulk format of all filesTomi Valkeinen
2020-08-10kms++: Add support for missing 8 -and 16-bit RGB formatsLaurent Pinchart
2020-08-10kms++: Add support for the planar YUV formatsLaurent Pinchart
2020-08-10kms++: Add support for semiplanar YUV422 formats (NV16 and NV61)Laurent Pinchart
2019-04-09add support for more pixel formatsTomi Valkeinen
2018-10-17Add AR12 & AR15 supportTomi Valkeinen
2018-08-03add a simple draw_circle()Tomi Valkeinen
2018-01-09add safeguards to draw_*_pixel() to prevent memory corruptionTomi Valkeinen
2017-10-03Rework framebuffer classesTomi Valkeinen
2017-05-18draw_char: use black bg for yuvTomi Valkeinen
2017-05-17draw_rect: support yuv modesTomi Valkeinen
2016-08-15Fix byte order of 24-bit formats.Jyri Sarha
2016-08-11Add BGR888 (BG24) and BGR565 (BG16) pixelformats.Jyri Sarha
2016-06-16Support RGB888Tomi Valkeinen
2016-06-15draw_text: support YUV modesTomi Valkeinen
2016-06-11kms++util: split to subdirsTomi Valkeinen