Age | Commit message (Expand) | Author |
2021-09-05 | card: Add support for writeback connectors | Laurent Pinchart |
2021-07-19 | framebuffer: Support partial flushing | Noralf Trønnes |
2021-03-26 | Add so version numbers to libraries | Tomi Valkeinen |
2020-12-16 | Remove CMake support | Tomi Valkeinen |
2020-12-03 | crtc: add legacy gamma set | Tomi Valkeinen |
2020-12-03 | atomicreq: throw on non-existing property | Tomi Valkeinen |
2020-12-01 | Fix clang-tidy reported issues | Tomi Valkeinen |
2020-10-09 | Bulk format of all files | Tomi Valkeinen |
2020-10-09 | dmabuffb: add constructor which takes in string fourcc | Tomi Valkeinen |
2020-10-08 | added #include <string> to card.h to follow gcc10 porting guide | Tobias Off |
2020-10-02 | Small Property improvements | Tomi Valkeinen |
2020-09-29 | Fix Plane::get_possible_crtcs | Tomi Valkeinen |
2020-09-14 | Add meson build | Tomi Valkeinen |
2020-08-10 | kms++: Add support for missing 8 -and 16-bit RGB formats | Laurent Pinchart |
2020-08-10 | kms++: Add support for the planar YUV formats | Laurent Pinchart |
2020-08-10 | kms++: Add support for semiplanar YUV422 formats (NV16 and NV61) | Laurent Pinchart |
2020-08-10 | dumbfb: Fix pitch for tri-planar formats | Laurent Pinchart |
2020-08-10 | dumbfb: Add support tri- or quadri-planar buffers | Laurent Pinchart |
2020-08-10 | card: Rename has_has_universal_planes to has_universal_planes | Laurent Pinchart |
2020-08-10 | card: Add a method to retrieve the device minor | Laurent Pinchart |
2020-05-28 | card: add factory function for selecting card by name | Matt Hoosier |
2020-05-28 | card: add constructor for pre-opened FD | Matt Hoosier |
2020-05-17 | Merge pull request #54 from ilteroi/gcc10 | Tomi Valkeinen |
2020-05-15 | fix compiler errors with gcc 10 | Peter Trompeter |
2020-05-15 | kmstest: allow enabling output without anything connected | Tomi Valkeinen |
2020-04-02 | Include array | Haibo Huang |
2020-03-03 | Supply pkg-config files | Matt Hoosier |
2020-01-29 | PixelFormats: cast to uin32_t | Tomi Valkeinen |
2020-01-16 | Link libfmt in header-only mode | Matt Hoosier |
2019-11-19 | Set a dummy version number on the shared libraries | Matt Hoosier |
2019-11-18 | Allow making extframebuffer and dmabufframebuffer with modifiers | Matt Hoosier |
2019-11-18 | fbs: use std::array and .at() | Tomi Valkeinen |
2019-11-18 | fbs: check params and ensure drmModeAddFB2 is passed correctly sized arrays | Tomi Valkeinen |
2019-11-06 | kms++: modernize deprecated headers | Tomi Valkeinen |
2019-11-06 | kms++: use 'override' all around | Tomi Valkeinen |
2019-11-06 | card: remove useless consts | Tomi Valkeinen |
2019-11-06 | dumbfb: cleanup to avoid calls to virtual funcs via constructor | Tomi Valkeinen |
2019-11-06 | fb: add begin_cpu_access & end_cpu_access | Tomi Valkeinen |
2019-11-06 | Split dmabuf support from ExtFramebuffer into DmabufFramebuffer | Tomi Valkeinen |
2019-11-06 | extframebuffer: add missing include | Tomi Valkeinen |
2019-10-02 | card: move DRM version data to CardVersion | Tomi Valkeinen |
2019-09-25 | videomode to_string improvements | Tomi Valkeinen |
2019-04-09 | add support for more pixel formats | Tomi Valkeinen |
2019-01-17 | card: another try with card constructors | Tomi Valkeinen |
2019-01-17 | card: add has_kms() | Tomi Valkeinen |
2019-01-17 | card: use glob() to look for card files | Tomi Valkeinen |
2019-01-14 | card: add open_modesetting_card() | Tomi Valkeinen |
2019-01-14 | card: don't throw if no dumb buffers | Tomi Valkeinen |
2019-01-14 | card: don't throw when no resources | Tomi Valkeinen |
2019-01-14 | Card: improve DRM card selection | Tomi Valkeinen |