summaryrefslogtreecommitdiff
path: root/kms++/inc
AgeCommit message (Expand)Author
2026-05-11card: Add support for writeback connectorswritebackLaurent Pinchart
2026-05-08kms++: Add ABGR1555, ABGR4444, XBGR1555, and XBGR4444Tomi Valkeinen
2026-05-08kms++: Update pixel formats to latest upstreamTomi Valkeinen
2026-04-30Drop libfmtTomi Valkeinen
2025-09-08pixelformats: Add missing RAW 16 formatsTomi 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-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-03-28kmstest: Support format names in addition to fourccTomi Valkeinen
2025-03-26PixelFormats: Pull in formats from pixutilsTomi Valkeinen
2025-03-26PixelFormats: Switch to non-fourcc PixelFormat enumTomi Valkeinen
2025-03-26PixelFormats: clean fourcc managementTomi Valkeinen
2025-03-26PixelFormats: New PixelFormatInfo codeTomi Valkeinen
2025-02-11pixelformats: cleanupTomi Valkeinen
2022-12-18kms++: PixelFormats: Add Y21x formatsTomi Valkeinen
2022-12-04Fix clang-tidy warningsTomi Valkeinen
2022-11-01kmsxx: Also report format of framebufferDom Cobley
2021-07-19framebuffer: Support partial flushingNoralf Trønnes
2020-12-03crtc: add legacy gamma setTomi Valkeinen
2020-12-01Fix clang-tidy reported issuesTomi Valkeinen
2020-10-09Bulk format of all filesTomi Valkeinen
2020-10-09dmabuffb: add constructor which takes in string fourccTomi Valkeinen
2020-10-08added #include <string> to card.h to follow gcc10 porting guideTobias Off
2020-10-02Small Property improvementsTomi 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
2020-08-10card: Rename has_has_universal_planes to has_universal_planesLaurent Pinchart
2020-08-10card: Add a method to retrieve the device minorLaurent Pinchart
2020-05-28card: add factory function for selecting card by nameMatt Hoosier
2020-05-28card: add constructor for pre-opened FDMatt Hoosier
2020-05-17Merge pull request #54 from ilteroi/gcc10Tomi Valkeinen
2020-05-15fix compiler errors with gcc 10Peter Trompeter
2020-05-15kmstest: allow enabling output without anything connectedTomi Valkeinen
2020-04-02Include arrayHaibo Huang
2020-01-29PixelFormats: cast to uin32_tTomi Valkeinen
2019-11-18Allow making extframebuffer and dmabufframebuffer with modifiersMatt Hoosier
2019-11-18fbs: use std::array and .at()Tomi Valkeinen
2019-11-06kms++: use 'override' all aroundTomi Valkeinen
2019-11-06card: remove useless constsTomi Valkeinen
2019-11-06dumbfb: cleanup to avoid calls to virtual funcs via constructorTomi Valkeinen
2019-11-06fb: add begin_cpu_access & end_cpu_accessTomi Valkeinen
2019-11-06Split dmabuf support from ExtFramebuffer into DmabufFramebufferTomi Valkeinen
2019-11-06extframebuffer: add missing includeTomi Valkeinen
2019-10-02card: move DRM version data to CardVersionTomi Valkeinen
2019-09-25videomode to_string improvementsTomi Valkeinen
2019-04-09add support for more pixel formatsTomi Valkeinen
2019-01-17card: another try with card constructorsTomi Valkeinen