1. 09147f1 Remove CMake support by Tomi Valkeinen · 3 years, 6 months ago
  2. 764d6a0 crtc: add legacy gamma set by Tomi Valkeinen · 3 years, 6 months ago
  3. 79b6074 atomicreq: throw on non-existing property by Tomi Valkeinen · 3 years, 6 months ago
  4. 6fa8696 Fix clang-tidy reported issues by Tomi Valkeinen · 3 years, 6 months ago
  5. d9a1ffe Bulk format of all files by Tomi Valkeinen · 3 years, 8 months ago
  6. b5f865b dmabuffb: add constructor which takes in string fourcc by Tomi Valkeinen · 3 years, 8 months ago
  7. b53f9d3 added #include <string> to card.h to follow gcc10 porting guide by Tobias Off · 3 years, 8 months ago
  8. 67bc5e8 Small Property improvements by Tomi Valkeinen · 3 years, 8 months ago
  9. a316025 Fix Plane::get_possible_crtcs by Tomi Valkeinen · 3 years, 8 months ago
  10. ccd3eb0 Add meson build by Tomi Valkeinen · 3 years, 9 months ago
  11. 68cd670 kms++: Add support for missing 8 -and 16-bit RGB formats by Laurent Pinchart · 3 years, 10 months ago
  12. b397a5f kms++: Add support for the planar YUV formats by Laurent Pinchart · 3 years, 10 months ago
  13. cc8771b kms++: Add support for semiplanar YUV422 formats (NV16 and NV61) by Laurent Pinchart · 3 years, 10 months ago
  14. e6babe7 dumbfb: Fix pitch for tri-planar formats by Laurent Pinchart · 3 years, 10 months ago
  15. 97aba6d dumbfb: Add support tri- or quadri-planar buffers by Laurent Pinchart · 3 years, 10 months ago
  16. 3fbc35b card: Rename has_has_universal_planes to has_universal_planes by Laurent Pinchart · 3 years, 10 months ago
  17. 76b6ef8 card: Add a method to retrieve the device minor by Laurent Pinchart · 3 years, 10 months ago
  18. 554f3f0 card: add factory function for selecting card by name by Matt Hoosier · 4 years ago
  19. a9480f8 card: add constructor for pre-opened FD by Matt Hoosier · 4 years ago
  20. 852eedd Merge pull request #54 from ilteroi/gcc10 by Tomi Valkeinen · 4 years, 1 month ago
  21. aa54634 fix compiler errors with gcc 10 by Peter Trompeter · 4 years, 1 month ago
  22. 36f4200 kmstest: allow enabling output without anything connected by Tomi Valkeinen · 4 years, 1 month ago
  23. d15621b Include array by Haibo Huang · 4 years, 2 months ago
  24. 5d50c15 Supply pkg-config files by Matt Hoosier · 4 years, 3 months ago
  25. ada382f PixelFormats: cast to uin32_t by Tomi Valkeinen · 4 years, 6 months ago
  26. 1e0bb01 Link libfmt in header-only mode by Matt Hoosier · 4 years, 5 months ago
  27. 1132d14 Set a dummy version number on the shared libraries by Matt Hoosier · 4 years, 7 months ago
  28. cc6e6b2 Allow making extframebuffer and dmabufframebuffer with modifiers by Matt Hoosier · 4 years, 7 months ago
  29. f824ccc fbs: use std::array and .at() by Tomi Valkeinen · 4 years, 7 months ago
  30. 7a52c7d fbs: check params and ensure drmModeAddFB2 is passed correctly sized arrays by Tomi Valkeinen · 4 years, 7 months ago
  31. 3009db7 kms++: modernize deprecated headers by Tomi Valkeinen · 4 years, 7 months ago
  32. c6984ae kms++: use 'override' all around by Tomi Valkeinen · 4 years, 7 months ago
  33. 4dd5456 card: remove useless consts by Tomi Valkeinen · 4 years, 7 months ago
  34. 04aabd4 dumbfb: cleanup to avoid calls to virtual funcs via constructor by Tomi Valkeinen · 4 years, 7 months ago
  35. 0281f19 fb: add begin_cpu_access & end_cpu_access by Tomi Valkeinen · 4 years, 7 months ago
  36. 37a76a5 Split dmabuf support from ExtFramebuffer into DmabufFramebuffer by Tomi Valkeinen · 4 years, 7 months ago
  37. 16e9810 extframebuffer: add missing include by Tomi Valkeinen · 4 years, 7 months ago
  38. 8c7fbc8 card: move DRM version data to CardVersion by Tomi Valkeinen · 4 years, 9 months ago
  39. 40bc9d1 videomode to_string improvements by Tomi Valkeinen · 4 years, 8 months ago
  40. 626edbe add support for more pixel formats by Tomi Valkeinen · 5 years ago
  41. db0da1f card: another try with card constructors by Tomi Valkeinen · 5 years ago
  42. b13bf2e card: add has_kms() by Tomi Valkeinen · 5 years ago
  43. c200b3a card: use glob() to look for card files by Tomi Valkeinen · 5 years ago
  44. 82b200e card: add open_modesetting_card() by Tomi Valkeinen · 5 years ago
  45. 6126525 card: don't throw if no dumb buffers by Tomi Valkeinen · 5 years ago
  46. 5885701 card: don't throw when no resources by Tomi Valkeinen · 5 years ago
  47. f63f1b1 Card: improve DRM card selection by Tomi Valkeinen · 5 years ago
  48. 21c70a6 Card: add support to get the driver name by Tomi Valkeinen · 5 years ago
  49. 9f5bcf2 card: cleanup fd usage by Tomi Valkeinen · 5 years ago
  50. 47e8080 Add AR12 & AR15 support by Tomi Valkeinen · 6 years ago
  51. ddb9e86 Add include of <cerrno> to various files by Andrew F. Davis · 6 years ago
  52. 524176c kmstest: give an error if master permissions could not be set by Tomi Valkeinen · 6 years ago
  53. 252d68d connector: add connector_status() by Tomi Valkeinen · 6 years ago
  54. 5666baa drmpropobject: add set_prop_value(Property* prop, uint64_t value) by Tomi Valkeinen · 6 years ago
  55. c47a10f Add DPI encoder by Tomi Valkeinen · 6 years ago
  56. d556f70 Crtc: add set_mode() which doesn't take a fb by Tomi Valkeinen · 7 years ago
  57. 3da8bff Connector: improve get_mode(string) by Tomi Valkeinen · 7 years ago
  58. 32255b8 Card: add disable_all() by Tomi Valkeinen · 7 years ago
  59. 34a3e49 Videomode: add to_string() by Tomi Valkeinen · 7 years ago
  60. fab9bb7 Rework framebuffer classes by Tomi Valkeinen · 7 years ago
  61. 33f343d card: fix compile warning by Tomi Valkeinen · 7 years ago
  62. b67254a add ExtFramebuffer::prime_fd by Tomi Valkeinen · 7 years ago
  63. 21bc24b omapfb: add flags for memory alloc by Tomi Valkeinen · 7 years ago
  64. 2d86678 omapfb: add enum Flags for OmapFB by Tomi Valkeinen · 7 years ago
  65. 5137663 omapfb: add TILER support by Tomi Valkeinen · 7 years ago
  66. 2013560 connector: add DPI connector type by Tomi Valkeinen · 7 years ago
  67. cfc1318 Return primary plane already associated with the CRTC if it exists by Laurent Pinchart · 7 years ago
  68. 097c297 plane: add get_possible_crtcs() by Tomi Valkeinen · 7 years ago
  69. a42ce13 omapfb: add constructor with fourcc by Tomi Valkeinen · 7 years ago
  70. 38b625b ExtFb: pass params in vectors by Tomi Valkeinen · 7 years ago
  71. aa00f22 improve ExtFb by Tomi Valkeinen · 7 years ago
  72. 16ed78a ExtFb: remove legacy constructor by Tomi Valkeinen · 7 years ago
  73. 03a6821 PlaneType to bitmask by Tomi Valkeinen · 7 years ago
  74. 186212d mappedframebuffer.h: add missing include by Tomi Valkeinen · 7 years ago
  75. 526c26c Add refresh() to connector, crtc and encoder by Tomi Valkeinen · 7 years ago
  76. 3174f3e crtc: add disable_mode() by Tomi Valkeinen · 7 years ago
  77. cb747ea Add OmapCard and OmapFramebuffer by Tomi Valkeinen · 8 years ago
  78. 27856a7 Add MappedFramebuffer by Tomi Valkeinen · 8 years ago
  79. ce3b4b2 dumbfb: pass O_RDWR to drmPrimeHandleToFD() by Tomi Valkeinen · 8 years ago
  80. 40b807f modedb_dmt: update table by Tomi Valkeinen · 8 years ago
  81. dd33ff8 kms++: add videomode_from_cvt() by Tomi Valkeinen · 8 years ago
  82. 3eaf632 Add comment about ilace by Tomi Valkeinen · 8 years ago
  83. 8e3d7e3 Improve mode finding by Tomi Valkeinen · 8 years ago
  84. 09e7a23 Card: virtual destructor by Tomi Valkeinen · 8 years ago
  85. 8e9eecb Improve struct Videomode by Tomi Valkeinen · 8 years ago
  86. 2fc74db Fix error prints by Tomi Valkeinen · 8 years ago
  87. 05cc861 AtomicReq: add add_display() helper by Tomi Valkeinen · 8 years ago
  88. e04bbf9 support finding fractional vrefresh by Tomi Valkeinen · 8 years ago
  89. 4780d98 modedb: fix vrefresh for ilace by Tomi Valkeinen · 8 years ago
  90. bb64b41 testpat & kmsprint: improve mode prints by Tomi Valkeinen · 8 years ago
  91. a740efa add basic cmake install system by Tomi Valkeinen · 8 years ago
  92. 3788242 Add BGR888 (BG24) and BGR565 (BG16) pixelformats. by Jyri Sarha · 8 years ago
  93. a706f15 Fix property name lookup by Tomi Valkeinen · 8 years ago
  94. 32211ba kms++: fix AtomicReq compilation by Tomi Valkeinen · 8 years ago
  95. 4fb69b7 kms++: use DrmPropObject in AtomicReq by Tomi Valkeinen · 8 years ago
  96. 19188a5 kms++: update decls.h by Tomi Valkeinen · 8 years ago
  97. 33c9859 Framebuffer: don't crash is drmModeGetFB() returns 0 by Tomi Valkeinen · 8 years ago
  98. 365091e Add Framebuffer::flush() by Tomi Valkeinen · 8 years ago
  99. 34e63f6 Support RGB888 by Tomi Valkeinen · 8 years ago
  100. 9916712 kms++: organize into subdirs by Tomi Valkeinen · 8 years ago