1. a740efa add basic cmake install system by Tomi Valkeinen · 8 years ago
  2. 2754279 Merge branch 'master' of git://github.com/jsarha/kmsxx by Tomi Valkeinen · 8 years ago
  3. 3788242 Add BGR888 (BG24) and BGR565 (BG16) pixelformats. by Jyri Sarha · 8 years ago
  4. bd5f647 Merge branch 'yem/musl' of git://github.com/yann-morin-1998/kmsxx by Tomi Valkeinen · 8 years ago
  5. 35373b7 utils: select() et al. need <sys/select.h> by Yann E. MORIN · 8 years ago
  6. 868bc96 kms++-util: portability fix by Yann E. MORIN · 8 years ago
  7. c817d33 fbtestpat: draw "/dev/fb0" text by Tomi Valkeinen · 8 years ago
  8. a706f15 Fix property name lookup by Tomi Valkeinen · 8 years ago
  9. b668200 README: add notes about custom toolchainfile by Tomi Valkeinen · 8 years ago
  10. 32211ba kms++: fix AtomicReq compilation by Tomi Valkeinen · 8 years ago
  11. ad5c6f2 Add missing <system_error> includes by Tomi Valkeinen · 8 years ago
  12. 19e3601 py: fix AtomicReq's add() by Tomi Valkeinen · 8 years ago
  13. 31c5e08 kmsprint: Include cinttypes instead of inttypes.h by Laurent Pinchart · 8 years ago
  14. 4fb69b7 kms++: use DrmPropObject in AtomicReq by Tomi Valkeinen · 8 years ago
  15. 19188a5 kms++: update decls.h by Tomi Valkeinen · 8 years ago
  16. 0e064e2 py: Expose the Connector::get_mode methods by Laurent Pinchart · 8 years ago
  17. c1138d9 Merge V4L2 related work by Tomi Valkeinen · 8 years ago
  18. 33c9859 Framebuffer: don't crash is drmModeGetFB() returns 0 by Tomi Valkeinen · 8 years ago
  19. 365091e Add Framebuffer::flush() by Tomi Valkeinen · 8 years ago
  20. e17e6f5 kmscube: use drmModeAddFB2 version of ExtFB by Tomi Valkeinen · 8 years ago
  21. 6f5d181 utils: add wbm2m by Tomi Valkeinen · 8 years ago
  22. 506fa7c utils: add wbcap by Tomi Valkeinen · 8 years ago
  23. 0bf62a2 py: add cam.py by Tomi Valkeinen · 8 years ago
  24. a779ec3 py: add pyvid by Tomi Valkeinen · 8 years ago
  25. c65ffb7 kmsutils: add VideoDevice by Tomi Valkeinen · 8 years ago
  26. 511d593 kmsview: use resman by Tomi Valkeinen · 8 years ago
  27. 7881bfd py: use ResourceManager by Tomi Valkeinen · 8 years ago
  28. 84d89b1 add ResourceManager by Tomi Valkeinen · 8 years ago
  29. 34e63f6 Support RGB888 by Tomi Valkeinen · 8 years ago
  30. a17a736 draw_text: support YUV modes by Tomi Valkeinen · 8 years ago
  31. e2fd7df py: add missing pixelformats by Tomi Valkeinen · 8 years ago
  32. 22b0d9f py: PixelFormat & DumbFB impro by Tomi Valkeinen · 8 years ago
  33. 126dd1e gitignore: add pycache by Tomi Valkeinen · 8 years ago
  34. 3c6ea25 kms++util: split to subdirs by Tomi Valkeinen · 8 years ago
  35. 9916712 kms++: organize into subdirs by Tomi Valkeinen · 8 years ago
  36. 736b295 cmake: results to bin & lib dirs by Tomi Valkeinen · 8 years ago
  37. 711a0b8 rename libkms to kms++ by Tomi Valkeinen · 8 years ago
  38. c5f1661 cmake: add option to build shared libs by Tomi Valkeinen · 8 years ago
  39. 17d1808 rename dirs by Tomi Valkeinen · 8 years ago
  40. 38a71ee kmsprint: print plane formats by Tomi Valkeinen · 8 years ago
  41. ded84bf py: fix scripts when there's no current crtc by Tomi Valkeinen · 8 years ago
  42. a688d32 util: add simple text drawing by Tomi Valkeinen · 8 years ago
  43. d697a95 util: refactor drawing functions by Tomi Valkeinen · 8 years ago
  44. 75ac869 kmsview: small improvements by Tomi Valkeinen · 8 years ago
  45. f8fdcc2 Make py/gamma.py executable. by Jyri Sarha · 8 years ago
  46. 96b69bd py/gamma.py: Make gamma table calculations more generic by Jyri Sarha · 8 years ago
  47. 6ec82c4 testpat: use new id/idx resolving by Tomi Valkeinen · 8 years ago
  48. c3b4892 Property: remove now unused to_str() by Tomi Valkeinen · 8 years ago
  49. cefd494 kmsprint: rewrite kmsprint by Tomi Valkeinen · 8 years ago
  50. ba5ae94 add kmsblank app by Tomi Valkeinen · 8 years ago
  51. dce7c0a util: add helpers by Tomi Valkeinen · 8 years ago
  52. 4864a69 Card: remove get_crtc_by_index by Tomi Valkeinen · 8 years ago
  53. e952c61 Card::get_object(): return nullptr if not found by Tomi Valkeinen · 8 years ago
  54. 9c60065 Videomode: add helpers by Tomi Valkeinen · 8 years ago
  55. ac1b169 Property: add getters by Tomi Valkeinen · 8 years ago
  56. 4604b87 Encoder: add DPMST type by Tomi Valkeinen · 8 years ago
  57. 420940c Connector: hack fix EDID blob ID by Tomi Valkeinen · 8 years ago
  58. 32c7d8d testpat: use stopwatch by Tomi Valkeinen · 8 years ago
  59. b7c09d4 Add Stopwatch by Tomi Valkeinen · 8 years ago
  60. 16d6815 py: fix AtomicReq bindings by Tomi Valkeinen · 8 years ago
  61. b3348d9 testpat: print FB IDs by Tomi Valkeinen · 8 years ago
  62. 3ab78a6 Update TODO by Tomi Valkeinen · 8 years ago
  63. 348c7d8 Remove 'db' from CMakeList.txt by Tomi Valkeinen · 8 years ago
  64. cabde01 Remove 'db', 'testpat' does it better by Tomi Valkeinen · 8 years ago
  65. 7f13198 testpat: add page flipping mode by Tomi Valkeinen · 8 years ago
  66. 0b3c14f testpat: atomic commit by Tomi Valkeinen · 8 years ago
  67. b6cdf7f testpat: get primary plane by Tomi Valkeinen · 8 years ago
  68. e35a2ad testpat: support multiple buffers by Tomi Valkeinen · 8 years ago
  69. b35fc64 testpat: draw pattern separately by Tomi Valkeinen · 8 years ago
  70. 9e23383 AtomicReq: support 'allow_modeset' by Tomi Valkeinen · 8 years ago
  71. 51cbdf3 Crtc: fix get_primary_plane by Tomi Valkeinen · 8 years ago
  72. 6c5a32b Crtc: fix throw message by Tomi Valkeinen · 8 years ago
  73. a5db43b Add Videomode::to_blob() by Tomi Valkeinen · 8 years ago
  74. d17cb8f AtomicReq: add helper to add multiple props by Tomi Valkeinen · 8 years ago
  75. ecb075e add missing idx for Plane & Encoder by Tomi Valkeinen · 8 years ago
  76. 5c21d85 Update README.md by Tomi Valkeinen · 8 years ago
  77. cc46d8d py: add set_prop() by Tomi Valkeinen · 8 years ago
  78. 8d50744 parallelize drawing of test pattern by Tomi Valkeinen · 8 years ago
  79. 2ecf1e1 gamma.py: show a test pattern by Tomi Valkeinen · 8 years ago
  80. 95dbb80 Add a simple gamma.py test by Tomi Valkeinen · 8 years ago
  81. 2d14233 Add support for DRM blobs by Tomi Valkeinen · 8 years ago
  82. d30ec33 Split properties from DrmObject into DrmPropObject by Tomi Valkeinen · 8 years ago
  83. 11a1c56 disable Wmissing-field-initializers when gcc <= 5.0 by Tomi Valkeinen · 8 years ago
  84. 54d91d8 Require libdrm >= 2.4.64 by Tomi Valkeinen · 8 years ago
  85. df77e4a Update README by Tomi Valkeinen · 8 years ago
  86. c17c439 Reorganize libkms++utils header by Tomi Valkeinen · 8 years ago
  87. a5c28bc File/dir renames by Tomi Valkeinen · 8 years ago
  88. 0bc5bbd Fix the rest of the py scripts by Tomi Valkeinen · 8 years ago
  89. fa91e51 split py files by Tomi Valkeinen · 8 years ago
  90. b939478 update readme by Tomi Valkeinen · 8 years ago
  91. beae616 Automatically use -flto by Tomi Valkeinen · 8 years ago
  92. 17b890d improve build type by Tomi Valkeinen · 8 years ago
  93. ebfe02d Cleanup AtomicReq::commit by Tomi Valkeinen · 8 years ago
  94. 6d13ebb Use pybind11 instead of SWIG by Tomi Valkeinen · 8 years ago
  95. d37da4a Remove swig helpers by Tomi Valkeinen · 8 years ago
  96. 6bc7077 Add Crtc::get_primary_plane by Tomi Valkeinen · 8 years ago
  97. 67019d7 testpat: Fix undefined function compilation error by Laurent Pinchart · 8 years ago
  98. fdcb11f add kmsmodeview.py by Tomi Valkeinen · 8 years ago
  99. 9b05a57 fb: fix a few wrong types by Tomi Valkeinen · 8 years ago
  100. ad7d39e testpat: add dmt & cea parameters by Tomi Valkeinen · 8 years ago