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