summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-11card: Add support for writeback connectorswritebackLaurent Pinchart
2026-05-11utils: Add a dump_framebuffer() methodLaurent Pinchart
2026-05-08github: drop -Db_ltoTomi Valkeinen
2026-05-08kmstest: Use pixpat vbar for the moving flip barTomi Valkeinen
2026-05-08kms++util: Replace test-pattern generator with pixpatTomi Valkeinen
2026-05-08Merge commit 'e0b7d30fd437292c88141fb08d60681870b86c6e' as 'subprojects/pixpat'Tomi Valkeinen
2026-05-08Squashed 'subprojects/pixpat/' content from commit d444626Tomi Valkeinen
2026-05-08github: Update CITomi Valkeinen
2026-05-08kms++: Add ABGR1555, ABGR4444, XBGR1555, and XBGR4444Tomi Valkeinen
2026-05-08kmstest: Add -t|--timeTomi Valkeinen
2026-05-08kms++: Update pixel formats to latest upstreamTomi Valkeinen
2026-05-07Remove empty .gitmodulesTomi Valkeinen
2026-04-30kms: Drop unused includesTomi Valkeinen
2026-04-30Drop libfmtTomi Valkeinen
2026-04-30ci: Drop old compilers which may not have std::formatTomi Valkeinen
2026-03-20DumbFramebuffer: Fix plane size calculations for multiplane formatsTomi Valkeinen
2026-03-20utils: Add -C|--card optionTomi Valkeinen
2025-12-18github: add code checkersTomi Valkeinen
2025-12-18Update mdspan headers to 546d4dd63697c6a331554adb6fe650e09b690812Tomi Valkeinen
2025-12-18testpat: Fix div by zero cppcheck warningTomi Valkeinen
2025-12-18fix: Correct printf format specifiers for unsigned integersTomi Valkeinen
2025-12-18fix: Initialize uninitialized member variablesTomi Valkeinen
2025-12-18fix: Add explicit keyword to single-argument constructorsTomi Valkeinen
2025-12-18fix: Resolve variable shadowing warningsTomi Valkeinen
2025-12-18fix: Replace C-style casts with C++ castsTomi Valkeinen
2025-12-18fix: Use const references to avoid unnecessary variable copyingTomi Valkeinen
2025-12-18fix: Resolve variable shadowing warningsTomi Valkeinen
2025-12-18perf: Pass parameters by const reference to avoid copiesTomi Valkeinen
2025-12-18fix: Replace C-style casts with C++ static/reinterpret castsTomi Valkeinen
2025-09-12kms++util: Fix drawing outside fb boundariesTomi Valkeinen
2025-09-08kms++util/testpat: Add RAW Bayer testpat generationTomi Valkeinen
2025-09-08utils: c_draw_test_pattern() takes format name, not fourccTomi Valkeinen
2025-09-08pixelformats: Add missing RAW 16 formatsTomi Valkeinen
2025-08-07github: Add apt update, use -yTomi Valkeinen
2025-08-07kmsprint: Use fourccs, not PixelFormatsTomi Valkeinen
2025-08-07plane: Add support to deal with raw fourccsTomi Valkeinen
2025-08-07framebuffer: Add support to deal with raw fourccsTomi Valkeinen
2025-04-26dmabuffb: Add missing includeTomi Valkeinen
2025-04-26dmabuffb: dup() the fdsTomi Valkeinen
2025-04-26py: Allow building pykms without libutilsTomi Valkeinen
2025-04-26meson: Add option name to summary printTomi Valkeinen
2025-04-22github: compile with multiple compiler versionsTomi Valkeinen
2025-04-22pixelformats: Disable constexpr for older compilersTomi Valkeinen
2025-04-22pixelformats: use initializer_list instead of vectorTomi Valkeinen
2025-04-22pixelformats: use string_viewsTomi Valkeinen
2025-04-22kms++utils: conv: Compilation fix for clang 15Tomi Valkeinen
2025-04-22Fix a few clang warningsTomi Valkeinen
2025-04-17color16: Add rounding to YUV-to-RGBTomi Valkeinen
2025-04-17color16: Fix RGB-to-YUVTomi Valkeinen
2025-03-28conv: Add X403 supportTomi Valkeinen