Age | Commit message (Expand) | Author |
2020-12-03 | atomicreq: throw on non-existing property | Tomi Valkeinen |
2020-12-01 | Fix clang-tidy reported issues | Tomi Valkeinen |
2020-12-01 | Add .clang-tidy | Tomi Valkeinen |
2020-10-20 | py: add -fvisibility=hidden | Tomi Valkeinen |
2020-10-20 | meson: fix build with thread support | Tomi Valkeinen |
2020-10-20 | meson: add 'util' option to disable kms++util and utils | Tomi Valkeinen |
2020-10-09 | rename omap wb utils to omap-wb | Tomi Valkeinen |
2020-10-09 | Bulk format of all files | Tomi Valkeinen |
2020-10-09 | Add .clang-format and format-all script | Tomi Valkeinen |
2020-10-09 | gitignore: add *.pyc | Tomi Valkeinen |
2020-10-09 | dmabuffb: add constructor which takes in string fourcc | Tomi Valkeinen |
2020-10-09 | Merge pull request #59 from virusxp/gcc10_compability | Tomi Valkeinen |
2020-10-08 | added #include <string> to card.h to follow gcc10 porting guide | Tobias Off |
2020-10-03 | py: move framebuffer functions to correct place | Tomi Valkeinen |
2020-10-02 | Small Property improvements | Tomi Valkeinen |
2020-10-02 | meson.build: add static-libc option | Tomi Valkeinen |
2020-09-29 | Fix Plane::get_possible_crtcs | Tomi Valkeinen |
2020-09-14 | Update README for meson build | Tomi Valkeinen |
2020-09-14 | Change travis to use meson | Tomi Valkeinen |
2020-09-14 | Add meson build | Tomi Valkeinen |
2020-09-14 | Rename esTransform.c to .cpp | Tomi Valkeinen |
2020-09-08 | Travis: add llvm-dev packages to add gold linker | Tomi Valkeinen |
2020-09-08 | Move to c++17 | Tomi Valkeinen |
2020-09-05 | Update travis to ubuntu 20.04 | Tomi Valkeinen |
2020-09-05 | Drop python2 | Tomi Valkeinen |
2020-09-05 | kmscapture: remove unneeded xf86drm.h include | 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 | pykmsbase: Add missing pixel formats | 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-08-04 | Merge pull request #57 from dreamer-dead/videodevice-unique-ptr | Tomi Valkeinen |
2020-07-24 | Use unique_ptr to prevent memory leaks in VideoDevice class | dreamer.dead |
2020-05-28 | Merge pull request #56 from matthoosier-garmin/more-card-constructors | Tomi Valkeinen |
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-17 | Merge pull request #53 from matthoosier-garmin/resmgr-release-methods | Tomi Valkeinen |
2020-05-15 | fix compiler errors with gcc 10 | Peter Trompeter |
2020-05-15 | resmgr: add release() methods | Matt Hoosier |
2020-05-15 | kmstest: allow enabling output without anything connected | Tomi Valkeinen |
2020-04-21 | py/cam.py: get w & h from cmdline | Tomi Valkeinen |
2020-04-21 | kmstest: add crc16 print | Tomi Valkeinen |
2020-04-21 | Add simple kmstouch test tool | Tomi Valkeinen |
2020-04-21 | kmsprint: use Videomode::to_string_long | Tomi Valkeinen |
2020-04-21 | videodevice: use exception to catch bad fd | Tomi Valkeinen |
2020-04-07 | Merge pull request #52 from hhb/master | Tomi Valkeinen |