1. 736b295 cmake: results to bin & lib dirs by Tomi Valkeinen · 8 years ago
  2. 711a0b8 rename libkms to kms++ by Tomi Valkeinen · 8 years ago
  3. c5f1661 cmake: add option to build shared libs by Tomi Valkeinen · 8 years ago
  4. 17d1808 rename dirs by Tomi Valkeinen · 8 years ago
  5. 38a71ee kmsprint: print plane formats by Tomi Valkeinen · 8 years ago
  6. ded84bf py: fix scripts when there's no current crtc by Tomi Valkeinen · 8 years ago
  7. a688d32 util: add simple text drawing by Tomi Valkeinen · 8 years ago
  8. d697a95 util: refactor drawing functions by Tomi Valkeinen · 8 years ago
  9. 75ac869 kmsview: small improvements by Tomi Valkeinen · 8 years ago
  10. f8fdcc2 Make py/gamma.py executable. by Jyri Sarha · 8 years ago
  11. 96b69bd py/gamma.py: Make gamma table calculations more generic by Jyri Sarha · 8 years ago
  12. 6ec82c4 testpat: use new id/idx resolving by Tomi Valkeinen · 8 years ago
  13. c3b4892 Property: remove now unused to_str() by Tomi Valkeinen · 8 years ago
  14. cefd494 kmsprint: rewrite kmsprint by Tomi Valkeinen · 8 years ago
  15. ba5ae94 add kmsblank app by Tomi Valkeinen · 8 years ago
  16. dce7c0a util: add helpers by Tomi Valkeinen · 8 years ago
  17. 4864a69 Card: remove get_crtc_by_index by Tomi Valkeinen · 8 years ago
  18. e952c61 Card::get_object(): return nullptr if not found by Tomi Valkeinen · 8 years ago
  19. 9c60065 Videomode: add helpers by Tomi Valkeinen · 8 years ago
  20. ac1b169 Property: add getters by Tomi Valkeinen · 8 years ago
  21. 4604b87 Encoder: add DPMST type by Tomi Valkeinen · 8 years ago
  22. 420940c Connector: hack fix EDID blob ID by Tomi Valkeinen · 8 years ago
  23. 32c7d8d testpat: use stopwatch by Tomi Valkeinen · 8 years ago
  24. b7c09d4 Add Stopwatch by Tomi Valkeinen · 8 years ago
  25. 16d6815 py: fix AtomicReq bindings by Tomi Valkeinen · 8 years ago
  26. b3348d9 testpat: print FB IDs by Tomi Valkeinen · 8 years ago
  27. 3ab78a6 Update TODO by Tomi Valkeinen · 8 years ago
  28. 348c7d8 Remove 'db' from CMakeList.txt by Tomi Valkeinen · 8 years ago
  29. cabde01 Remove 'db', 'testpat' does it better by Tomi Valkeinen · 8 years ago
  30. 7f13198 testpat: add page flipping mode by Tomi Valkeinen · 8 years ago
  31. 0b3c14f testpat: atomic commit by Tomi Valkeinen · 8 years ago
  32. b6cdf7f testpat: get primary plane by Tomi Valkeinen · 8 years ago
  33. e35a2ad testpat: support multiple buffers by Tomi Valkeinen · 8 years ago
  34. b35fc64 testpat: draw pattern separately by Tomi Valkeinen · 8 years ago
  35. 9e23383 AtomicReq: support 'allow_modeset' by Tomi Valkeinen · 8 years ago
  36. 51cbdf3 Crtc: fix get_primary_plane by Tomi Valkeinen · 8 years ago
  37. 6c5a32b Crtc: fix throw message by Tomi Valkeinen · 8 years ago
  38. a5db43b Add Videomode::to_blob() by Tomi Valkeinen · 8 years ago
  39. d17cb8f AtomicReq: add helper to add multiple props by Tomi Valkeinen · 8 years ago
  40. ecb075e add missing idx for Plane & Encoder by Tomi Valkeinen · 8 years ago
  41. 5c21d85 Update README.md by Tomi Valkeinen · 8 years ago
  42. cc46d8d py: add set_prop() by Tomi Valkeinen · 8 years ago
  43. 8d50744 parallelize drawing of test pattern by Tomi Valkeinen · 8 years ago
  44. 2ecf1e1 gamma.py: show a test pattern by Tomi Valkeinen · 8 years ago
  45. 95dbb80 Add a simple gamma.py test by Tomi Valkeinen · 8 years ago
  46. 2d14233 Add support for DRM blobs by Tomi Valkeinen · 8 years ago
  47. d30ec33 Split properties from DrmObject into DrmPropObject by Tomi Valkeinen · 8 years ago
  48. 11a1c56 disable Wmissing-field-initializers when gcc <= 5.0 by Tomi Valkeinen · 8 years ago
  49. 54d91d8 Require libdrm >= 2.4.64 by Tomi Valkeinen · 8 years ago
  50. df77e4a Update README by Tomi Valkeinen · 8 years ago
  51. c17c439 Reorganize libkms++utils header by Tomi Valkeinen · 8 years ago
  52. a5c28bc File/dir renames by Tomi Valkeinen · 8 years ago
  53. 0bc5bbd Fix the rest of the py scripts by Tomi Valkeinen · 8 years ago
  54. fa91e51 split py files by Tomi Valkeinen · 8 years ago
  55. b939478 update readme by Tomi Valkeinen · 8 years ago
  56. beae616 Automatically use -flto by Tomi Valkeinen · 8 years ago
  57. 17b890d improve build type by Tomi Valkeinen · 8 years ago
  58. ebfe02d Cleanup AtomicReq::commit by Tomi Valkeinen · 8 years ago
  59. 6d13ebb Use pybind11 instead of SWIG by Tomi Valkeinen · 8 years ago
  60. d37da4a Remove swig helpers by Tomi Valkeinen · 8 years ago
  61. 6bc7077 Add Crtc::get_primary_plane by Tomi Valkeinen · 8 years ago
  62. 67019d7 testpat: Fix undefined function compilation error by Laurent Pinchart · 8 years ago
  63. fdcb11f add kmsmodeview.py by Tomi Valkeinen · 8 years ago
  64. 9b05a57 fb: fix a few wrong types by Tomi Valkeinen · 8 years ago
  65. ad7d39e testpat: add dmt & cea parameters by Tomi Valkeinen · 9 years ago
  66. 765d7f1 kmsxx: add modedb by Tomi Valkeinen · 9 years ago
  67. 2a90a15 testpat: fix crtc regexp by Tomi Valkeinen · 9 years ago
  68. 8510e7c Update TODO by Tomi Valkeinen · 9 years ago
  69. 74d8dfd py: fix videomode list by Tomi Valkeinen · 9 years ago
  70. 1edb191 kmscapture: separate step to enable streaming by Tomi Valkeinen · 9 years ago
  71. 5c02053 kmacapture: atomic modesetting support by Tomi Valkeinen · 9 years ago
  72. c8f418a kmscapture: cleanups by Tomi Valkeinen · 9 years ago
  73. d63b20c kmscapture: cleanups & signedness fixes by Tomi Valkeinen · 9 years ago
  74. 3838190 kmscapture: rename by Tomi Valkeinen · 9 years ago
  75. 08e55c9 kmscapture: use enum class by Tomi Valkeinen · 9 years ago
  76. 6f3d0e7 kmscube: remove unused field by Tomi Valkeinen · 9 years ago
  77. 077a1aa kmscube: fix wrong uses of class Framebuffer by Tomi Valkeinen · 9 years ago
  78. d6d1027 kmscapture: Clang doesn't like variable len arrays, use vector by Tomi Valkeinen · 9 years ago
  79. 0839fe5 Videomode is a struct, not class, so declare it as one by Tomi Valkeinen · 9 years ago
  80. c672661 kmscube: check errors by Tomi Valkeinen · 9 years ago
  81. 290e327 depend on python 3.x, not 3.4 by Tomi Valkeinen · 9 years ago
  82. 912fb5c kmscube: improve the x11 mainloop by Tomi Valkeinen · 9 years ago
  83. af60021 kmscube: hacking by Tomi Valkeinen · 9 years ago
  84. 5c559cf kmscube: fix resource leaks & freeing by Tomi Valkeinen · 9 years ago
  85. 85797e7 kmscube: quick hack for fullscreen by Tomi Valkeinen · 9 years ago
  86. d1baa97 kmscube: wayland by Tomi Valkeinen · 9 years ago
  87. cecb364 add -Wextra & fix warnings by Tomi Valkeinen · 9 years ago
  88. f902b28 kmscube: split into parts by Tomi Valkeinen · 9 years ago
  89. d54a6e8 kmscube: support X by Tomi Valkeinen · 9 years ago
  90. 31988f4 kmscube: disable plane by Tomi Valkeinen · 9 years ago
  91. c5cee81 atomicreq: add commit_sync() by Tomi Valkeinen · 9 years ago
  92. a15d72d kmscube: check for free bufs by Tomi Valkeinen · 9 years ago
  93. 0ae1c91 kmscube: support null egl by Tomi Valkeinen · 9 years ago
  94. 73d2da6 kmscube: big restructure by Tomi Valkeinen · 9 years ago
  95. cddacb2 kmscube: separate swap_buffers by Tomi Valkeinen · 9 years ago
  96. bef0109 add ExtFramebuffer ctr for fds by Tomi Valkeinen · 9 years ago
  97. a85fd26 card: add drop_master by Tomi Valkeinen · 9 years ago
  98. 6ae292c fix a few cppcheck warnings by Tomi Valkeinen · 9 years ago
  99. 8727f26 kmscube: clean up esUtil by Tomi Valkeinen · 9 years ago
  100. c113f75 fbtestpat: use extcpuframebuffer by Tomi Valkeinen · 9 years ago