| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-18 | perf: Pass parameters by const reference to avoid copies | Tomi Valkeinen | |
| Fix cppcheck performance warnings by passing function parameters by const reference instead of by value, preventing unnecessary copies: - string parameters in open_device_by_path() - set<Connector*> parameters in connector finder functions - vector parameter in FlipState constructor - range variable in kmscapture loop These changes improve performance by avoiding object copies while maintaining the same functionality. | |||
| 2025-03-26 | Use the fourcc helpers | Tomi Valkeinen | |
| Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | |||
| 2025-03-26 | PixelFormats: New PixelFormatInfo code | Tomi Valkeinen | |
| New pixel format code, from Python pixutils library. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | |||
| 2020-10-09 | Bulk format of all files | Tomi Valkeinen | |
| 2020-09-05 | kmscapture: remove unneeded xf86drm.h include | Tomi Valkeinen | |
| Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
| 2019-11-06 | Split dmabuf support from ExtFramebuffer into DmabufFramebuffer | Tomi Valkeinen | |
| Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> | |||
| 2017-10-03 | kmscapture: fix capture videomode heuristic | Tomi Valkeinen | |
| 2017-10-03 | kmscapture: clean up fb handling | Tomi Valkeinen | |
| 2017-10-03 | kmscapture: fix v4l buftype | Tomi Valkeinen | |
| 2017-02-10 | ExtFb: pass params in vectors | Tomi Valkeinen | |
| 2016-06-11 | kms++util: split to subdirs | Tomi Valkeinen | |
| 2016-06-11 | kms++: organize into subdirs | Tomi Valkeinen | |
| 2016-05-23 | Reorganize libkms++utils header | Tomi Valkeinen | |
| 2016-05-23 | File/dir renames | Tomi Valkeinen | |
