summaryrefslogtreecommitdiff
path: root/kms++
AgeCommit message (Expand)Author
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-22Fix a few clang warningsTomi 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-26Use the fourcc helpersTomi Valkeinen
2025-03-26PixelFormats: clean fourcc managementTomi Valkeinen
2025-03-26PixelFormats: New PixelFormatInfo codeTomi Valkeinen
2025-02-11pixelformats: cleanupTomi Valkeinen
2023-09-12connector: Add writeback, SPI, and USB connector type stringsDave Stevenson
2023-04-11meson: Fix use of omapdrm_enabledTomi Valkeinen
2022-12-22Code formatting fixesTomi Valkeinen
2022-12-18kms++: PixelFormats: Add Y21x formatsTomi Valkeinen
2022-12-18kms++: PixelFormats: Fix formattingTomi Valkeinen
2022-12-04Fix clang-tidy warningsTomi Valkeinen
2022-11-04kmsprint: Decode bitfields for flags and type of hdmi modeDom Cobley
2022-11-01kmsxx: Also report format of framebufferDom Cobley
2021-07-19framebuffer: Support partial flushingNoralf Trønnes
2021-03-26Add so version numbers to librariesTomi Valkeinen
2020-12-16Remove CMake supportTomi Valkeinen
2020-12-03crtc: add legacy gamma setTomi Valkeinen
2020-12-03atomicreq: throw on non-existing propertyTomi 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-09-29Fix Plane::get_possible_crtcsTomi Valkeinen
2020-09-14Add meson buildTomi 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-10dumbfb: Fix pitch for tri-planar formatsLaurent Pinchart
2020-08-10dumbfb: Add support tri- or quadri-planar buffersLaurent 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-03-03Supply pkg-config filesMatt Hoosier
2020-01-29PixelFormats: cast to uin32_tTomi Valkeinen
2020-01-16Link libfmt in header-only modeMatt Hoosier
2019-11-19Set a dummy version number on the shared librariesMatt Hoosier
2019-11-18Allow making extframebuffer and dmabufframebuffer with modifiersMatt Hoosier
2019-11-18fbs: use std::array and .at()Tomi Valkeinen