1. 626edbe add support for more pixel formats by Tomi Valkeinen · 5 years ago
  2. db0da1f card: another try with card constructors by Tomi Valkeinen · 5 years ago
  3. b13bf2e card: add has_kms() by Tomi Valkeinen · 5 years ago
  4. c200b3a card: use glob() to look for card files by Tomi Valkeinen · 5 years ago
  5. 82b200e card: add open_modesetting_card() by Tomi Valkeinen · 5 years ago
  6. 6126525 card: don't throw if no dumb buffers by Tomi Valkeinen · 5 years ago
  7. 5885701 card: don't throw when no resources by Tomi Valkeinen · 5 years ago
  8. f63f1b1 Card: improve DRM card selection by Tomi Valkeinen · 5 years ago
  9. 21c70a6 Card: add support to get the driver name by Tomi Valkeinen · 5 years ago
  10. 9f5bcf2 card: cleanup fd usage by Tomi Valkeinen · 5 years ago
  11. 47e8080 Add AR12 & AR15 support by Tomi Valkeinen · 6 years ago
  12. ddb9e86 Add include of <cerrno> to various files by Andrew F. Davis · 6 years ago
  13. 524176c kmstest: give an error if master permissions could not be set by Tomi Valkeinen · 6 years ago
  14. 252d68d connector: add connector_status() by Tomi Valkeinen · 6 years ago
  15. 5666baa drmpropobject: add set_prop_value(Property* prop, uint64_t value) by Tomi Valkeinen · 6 years ago
  16. c47a10f Add DPI encoder by Tomi Valkeinen · 6 years ago
  17. d556f70 Crtc: add set_mode() which doesn't take a fb by Tomi Valkeinen · 7 years ago
  18. 3da8bff Connector: improve get_mode(string) by Tomi Valkeinen · 7 years ago
  19. 32255b8 Card: add disable_all() by Tomi Valkeinen · 7 years ago
  20. 34a3e49 Videomode: add to_string() by Tomi Valkeinen · 7 years ago
  21. fab9bb7 Rework framebuffer classes by Tomi Valkeinen · 7 years ago
  22. 33f343d card: fix compile warning by Tomi Valkeinen · 7 years ago
  23. b67254a add ExtFramebuffer::prime_fd by Tomi Valkeinen · 7 years ago
  24. 21bc24b omapfb: add flags for memory alloc by Tomi Valkeinen · 7 years ago
  25. 2d86678 omapfb: add enum Flags for OmapFB by Tomi Valkeinen · 7 years ago
  26. 5137663 omapfb: add TILER support by Tomi Valkeinen · 7 years ago
  27. 2013560 connector: add DPI connector type by Tomi Valkeinen · 7 years ago
  28. cfc1318 Return primary plane already associated with the CRTC if it exists by Laurent Pinchart · 7 years ago
  29. 097c297 plane: add get_possible_crtcs() by Tomi Valkeinen · 7 years ago
  30. a42ce13 omapfb: add constructor with fourcc by Tomi Valkeinen · 7 years ago
  31. 38b625b ExtFb: pass params in vectors by Tomi Valkeinen · 7 years ago
  32. aa00f22 improve ExtFb by Tomi Valkeinen · 7 years ago
  33. 16ed78a ExtFb: remove legacy constructor by Tomi Valkeinen · 7 years ago
  34. 03a6821 PlaneType to bitmask by Tomi Valkeinen · 7 years ago
  35. 186212d mappedframebuffer.h: add missing include by Tomi Valkeinen · 7 years ago
  36. 526c26c Add refresh() to connector, crtc and encoder by Tomi Valkeinen · 7 years ago
  37. 3174f3e crtc: add disable_mode() by Tomi Valkeinen · 8 years ago
  38. cb747ea Add OmapCard and OmapFramebuffer by Tomi Valkeinen · 8 years ago
  39. 27856a7 Add MappedFramebuffer by Tomi Valkeinen · 8 years ago
  40. ce3b4b2 dumbfb: pass O_RDWR to drmPrimeHandleToFD() by Tomi Valkeinen · 8 years ago
  41. 40b807f modedb_dmt: update table by Tomi Valkeinen · 8 years ago
  42. dd33ff8 kms++: add videomode_from_cvt() by Tomi Valkeinen · 8 years ago
  43. 3eaf632 Add comment about ilace by Tomi Valkeinen · 8 years ago
  44. 8e3d7e3 Improve mode finding by Tomi Valkeinen · 8 years ago
  45. 09e7a23 Card: virtual destructor by Tomi Valkeinen · 8 years ago
  46. 8e9eecb Improve struct Videomode by Tomi Valkeinen · 8 years ago
  47. 2fc74db Fix error prints by Tomi Valkeinen · 8 years ago
  48. 05cc861 AtomicReq: add add_display() helper by Tomi Valkeinen · 8 years ago
  49. e04bbf9 support finding fractional vrefresh by Tomi Valkeinen · 8 years ago
  50. 4780d98 modedb: fix vrefresh for ilace by Tomi Valkeinen · 8 years ago
  51. bb64b41 testpat & kmsprint: improve mode prints by Tomi Valkeinen · 8 years ago
  52. a740efa add basic cmake install system by Tomi Valkeinen · 8 years ago
  53. 3788242 Add BGR888 (BG24) and BGR565 (BG16) pixelformats. by Jyri Sarha · 8 years ago
  54. a706f15 Fix property name lookup by Tomi Valkeinen · 8 years ago
  55. 32211ba kms++: fix AtomicReq compilation by Tomi Valkeinen · 8 years ago
  56. 4fb69b7 kms++: use DrmPropObject in AtomicReq by Tomi Valkeinen · 8 years ago
  57. 19188a5 kms++: update decls.h by Tomi Valkeinen · 8 years ago
  58. 33c9859 Framebuffer: don't crash is drmModeGetFB() returns 0 by Tomi Valkeinen · 8 years ago
  59. 365091e Add Framebuffer::flush() by Tomi Valkeinen · 8 years ago
  60. 34e63f6 Support RGB888 by Tomi Valkeinen · 8 years ago
  61. 9916712 kms++: organize into subdirs by Tomi Valkeinen · 8 years ago
  62. 711a0b8 rename libkms to kms++ by Tomi Valkeinen · 8 years ago
  63. 17d1808 rename dirs by Tomi Valkeinen · 8 years ago[Renamed from libkms++]
  64. c3b4892 Property: remove now unused to_str() by Tomi Valkeinen · 8 years ago
  65. 4864a69 Card: remove get_crtc_by_index by Tomi Valkeinen · 8 years ago
  66. e952c61 Card::get_object(): return nullptr if not found by Tomi Valkeinen · 8 years ago
  67. 9c60065 Videomode: add helpers by Tomi Valkeinen · 8 years ago
  68. ac1b169 Property: add getters by Tomi Valkeinen · 8 years ago
  69. 4604b87 Encoder: add DPMST type by Tomi Valkeinen · 8 years ago
  70. 420940c Connector: hack fix EDID blob ID by Tomi Valkeinen · 8 years ago
  71. 9e23383 AtomicReq: support 'allow_modeset' by Tomi Valkeinen · 8 years ago
  72. 51cbdf3 Crtc: fix get_primary_plane by Tomi Valkeinen · 8 years ago
  73. 6c5a32b Crtc: fix throw message by Tomi Valkeinen · 8 years ago
  74. a5db43b Add Videomode::to_blob() by Tomi Valkeinen · 8 years ago
  75. d17cb8f AtomicReq: add helper to add multiple props by Tomi Valkeinen · 8 years ago
  76. ecb075e add missing idx for Plane & Encoder by Tomi Valkeinen · 8 years ago
  77. 2d14233 Add support for DRM blobs by Tomi Valkeinen · 8 years ago
  78. d30ec33 Split properties from DrmObject into DrmPropObject by Tomi Valkeinen · 8 years ago
  79. ebfe02d Cleanup AtomicReq::commit by Tomi Valkeinen · 8 years ago
  80. d37da4a Remove swig helpers by Tomi Valkeinen · 8 years ago
  81. 6bc7077 Add Crtc::get_primary_plane by Tomi Valkeinen · 8 years ago
  82. 9b05a57 fb: fix a few wrong types by Tomi Valkeinen · 8 years ago
  83. 765d7f1 kmsxx: add modedb by Tomi Valkeinen · 8 years ago
  84. 0839fe5 Videomode is a struct, not class, so declare it as one by Tomi Valkeinen · 8 years ago
  85. c5cee81 atomicreq: add commit_sync() by Tomi Valkeinen · 8 years ago
  86. bef0109 add ExtFramebuffer ctr for fds by Tomi Valkeinen · 8 years ago
  87. a85fd26 card: add drop_master by Tomi Valkeinen · 8 years ago
  88. 6ae292c fix a few cppcheck warnings by Tomi Valkeinen · 8 years ago
  89. c1b856e clean up code formatting by Tomi Valkeinen · 8 years ago
  90. 2024b70 libkmstest: remove dependency to libdrm by Tomi Valkeinen · 8 years ago
  91. d57d985 AtomicReq: add sync commit by Tomi Valkeinen · 8 years ago
  92. 1e1259d dumbframebuffer: fix throw linefeed in in prime_fd by Peter Ujfalusi · 9 years ago
  93. 11d2482 add public PixelFormatInfo by Tomi Valkeinen · 8 years ago
  94. 83d27aa Add IMappedFramebuffer and remove MappedBuffer by Tomi Valkeinen · 8 years ago
  95. 7232805 crtc: add disable_plane() by Tomi Valkeinen · 8 years ago
  96. 38e5047 add ob::set_prop_value() by Tomi Valkeinen · 8 years ago
  97. a43119e Add definition to DRM_CLIENT_CAP_ATOMIC undef case by Alejandro Hernandez · 8 years ago
  98. 7a5b08d libkms: fix Connector::get_default_mode when no modes by Tomi Valkeinen · 8 years ago
  99. c47f147 libkms: add 'ilace' param for Connector::get_mode() by Tomi Valkeinen · 9 years ago
  100. 9eb3db0 DumbFB: fix dumb buffer alloc for omap NV12 by Tomi Valkeinen · 8 years ago