summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-03-28kmstest: Support format names in addition to fourccTomi Valkeinen
2025-03-27conv: Add Y8/10/12/16 and Y10_P32 supportTomi Valkeinen
2025-03-27conv: Drop extra constexpr valueTomi Valkeinen
2025-03-26kms++util: Add draw_test_pattern() with C ABITomi Valkeinen
2025-03-26kms++util: Add SMPTE test patternTomi Valkeinen
2025-03-26kmstest: Add test pattern parametersTomi Valkeinen
2025-03-26kms++util: New template based conversion & testpat codeTomi Valkeinen
2025-03-26Add mdspan includesTomi Valkeinen
2025-03-26kms++util: Add color16.hTomi Valkeinen
2025-03-26PixelFormats: Pull in formats from pixutilsTomi Valkeinen
2025-03-26PixelFormats: Switch to non-fourcc PixelFormat enumTomi Valkeinen
2025-03-26Use the fourcc helpersTomi Valkeinen
2025-03-26PixelFormats: clean fourcc managementTomi Valkeinen
2025-03-26PixelFormats: New PixelFormatInfo codeTomi Valkeinen
2025-03-26py/tests/kmsmodeview.py: Fix indentationTomi Valkeinen
2025-02-11pixelformats: cleanupTomi Valkeinen
2025-02-05testpat: fix exception throwingTomi Valkeinen
2025-02-05Switch to C++20Tomi Valkeinen
2025-02-05clang-format: set ColumnLimit to 90Tomi Valkeinen
2024-12-09Implement native visual matchingKaido Kert
2024-11-29Make gbm binary respect numframesKaido Kert
2023-11-15testpat: Fix memory mapping in threaded drawingLaurent Pinchart
2023-11-08py: pic.py: Add simple test for fb.map()Tomi Valkeinen
2023-11-07py: Framebuffer: Add map wrappingLI Qingwu
2023-11-07kmstest: Don't fail if setting crtc inactive and disabling the planes failsDave Stevenson
2023-10-06meson: Fix more utils dependenciesTomi Valkeinen
2023-10-06workflows: Use "meson setup"Tomi Valkeinen