1. 33246d9 testpat: remove threaded drawing by Tomi Valkeinen · 6 years ago
  2. c47a10f Add DPI encoder by Tomi Valkeinen · 6 years ago
  3. e0067bd Use full license text to help github figure out the license by Tomi Valkeinen · 6 years ago
  4. 4ddd0d2 alpha-test.py: fix by Tomi Valkeinen · 6 years ago
  5. 6369f85 trans-test.py: fix drawing outside the buffer by Tomi Valkeinen · 6 years ago
  6. 6ea6e0d add safeguards to draw_*_pixel() to prevent memory corruption by Tomi Valkeinen · 6 years ago
  7. eafc32e kmstest: Separate reservation phase from command line parsing by Jyri Sarha · 6 years ago
  8. 141d808 kmstest: Implement simplistic propery support behind -P flag. by Jyri Sarha · 6 years ago
  9. 37dfa5c py: pyvid: Provide stream_off binding by Kieran Bingham · 7 years ago
  10. 47a81d9 videodevice: Fix minor spacing by Kieran Bingham · 7 years ago
  11. fee7329 py: add convert_vector helper by Tomi Valkeinen · 7 years ago
  12. 260f66b py: Add Card crtcs and encoders properties back to the Python bindings by Laurent Pinchart · 7 years ago
  13. 74a4a77 Fix Python bindings for Connector::get_possible_crtcs() method by Laurent Pinchart · 7 years ago
  14. c13047e pykms: keep Card alive until Blob is gone by Tomi Valkeinen · 7 years ago
  15. 650fb54 travis: add gcc6 & gcc7 by Tomi Valkeinen · 7 years ago
  16. 706a44a Update to latest pybind11 by Tomi Valkeinen · 7 years ago
  17. 75e85e4 resman: use set<> instead of vector<> by Tomi Valkeinen · 7 years ago
  18. a4724a1 kmstest: use resman by Tomi Valkeinen · 7 years ago
  19. 448dec0 kmstest: rename ObjectType to ArgType by Tomi Valkeinen · 7 years ago
  20. 616bfe2 wbcap: support saving to file by Tomi Valkeinen · 7 years ago
  21. 8f24048 utils: wbcap interlace support by Tomi Valkeinen · 7 years ago
  22. 6fda0ac utils: improve wbcap by Tomi Valkeinen · 7 years ago
  23. d556f70 Crtc: add set_mode() which doesn't take a fb by Tomi Valkeinen · 7 years ago
  24. 3da8bff Connector: improve get_mode(string) by Tomi Valkeinen · 7 years ago
  25. 32255b8 Card: add disable_all() by Tomi Valkeinen · 7 years ago
  26. 34a3e49 Videomode: add to_string() by Tomi Valkeinen · 7 years ago
  27. f32b82c kmscube: update drm resource allocation by Tomi Valkeinen · 7 years ago
  28. 876b2c9 kmscube: drop non-atomic support by Tomi Valkeinen · 7 years ago
  29. 35d54fd kmscapture: fix capture videomode heuristic by Tomi Valkeinen · 7 years ago
  30. 3ae05a3 kmscapture: clean up fb handling by Tomi Valkeinen · 7 years ago
  31. 2d26d17 kmscapture: fix v4l buftype by Tomi Valkeinen · 7 years ago
  32. fab9bb7 Rework framebuffer classes by Tomi Valkeinen · 7 years ago
  33. 33f343d card: fix compile warning by Tomi Valkeinen · 7 years ago
  34. f76171b kmscube: compile fix by Tomi Valkeinen · 7 years ago
  35. b67254a add ExtFramebuffer::prime_fd by Tomi Valkeinen · 7 years ago
  36. 95de32a py: drop the fancy event handling by Tomi Valkeinen · 7 years ago
  37. d6300fc kmstest: fix --sync mode by Tomi Valkeinen · 7 years ago
  38. 7eeef88 kmstest: add help text about env variables by Tomi Valkeinen · 7 years ago
  39. 0007d95 kmstest: fix error in help text by Tomi Valkeinen · 7 years ago
  40. 0801eda kmsprint: print connectors even if disconnected by Tomi Valkeinen · 7 years ago
  41. f6be0cb testpat: fix the location of second diagonal line by Tomi Valkeinen · 7 years ago
  42. cb07860 Merge branch 'color-features' of git://github.com/jsarha/kmsxx by Tomi Valkeinen · 7 years ago
  43. 7450c36 plane_csc.py: Test for different YCbCr encodings by Jyri Sarha · 7 years ago
  44. 5f7d6c8 Add DrmPropObject.get_prop() and Property.enums to pykmsbase.cpp. by Jyri Sarha · 7 years ago
  45. 7adbef5 Add different YCbCr encodings. by Jyri Sarha · 7 years ago
  46. b39260b Add Crtc::disable_mode() to pykmsbase.cpp. by Jyri Sarha · 7 years ago
  47. e71c232 Add ctm_test.py test for testing CRTC's CTM color matrix property. by Jyri Sarha · 7 years ago
  48. 719f72a cam.py: fix initial modeset by Tomi Valkeinen · 7 years ago
  49. 21bc24b omapfb: add flags for memory alloc by Tomi Valkeinen · 7 years ago
  50. 2d86678 omapfb: add enum Flags for OmapFB by Tomi Valkeinen · 7 years ago
  51. af3f989 py: move Rotation enum to __init__.py by Tomi Valkeinen · 7 years ago
  52. a53d19f py: add rottest.py by Tomi Valkeinen · 7 years ago
  53. 5137663 omapfb: add TILER support by Tomi Valkeinen · 7 years ago
  54. 2602a5d testpat: white box in top left corner by Tomi Valkeinen · 7 years ago
  55. f4d1cf7 draw_char: use black bg for yuv by Tomi Valkeinen · 7 years ago
  56. 42e433c pykms: add videomode related features by Tomi Valkeinen · 7 years ago
  57. 248a588 pykmsutil: add draw_text() by Tomi Valkeinen · 7 years ago
  58. 4743ba5 draw_rect: support yuv modes by Tomi Valkeinen · 7 years ago
  59. d6f335d py: tests: Double buffered one big buffer on all connected screens by Peter Ujfalusi · 7 years ago
  60. 7b1a164 py: omapfb: add missing properties by Tomi Valkeinen · 7 years ago
  61. 2013560 connector: add DPI connector type by Tomi Valkeinen · 7 years ago
  62. 494e0db Add Connector.connected to pykmsbase by Peter Ujfalusi · 7 years ago
  63. cfc1318 Return primary plane already associated with the CRTC if it exists by Laurent Pinchart · 7 years ago
  64. 66f161d py: Add in fence test using swsync by Laurent Pinchart · 7 years ago
  65. 28cab70 test.py: use atomic modesetting by Tomi Valkeinen · 7 years ago
  66. aa8fbbe trans-test.py: fix use of colors by Tomi Valkeinen · 7 years ago
  67. 3db1349 resmgr: fix reserve_plane() by Tomi Valkeinen · 7 years ago
  68. 273494a resmgr: add sanity checks by Tomi Valkeinen · 7 years ago
  69. 2439ae8 Merge branch 'universal-planes2' of git://github.com/jsarha/kmsxx by Tomi Valkeinen · 7 years ago
  70. 9aeb121 kmstest: check return values from reserve_* by Tomi Valkeinen · 7 years ago
  71. 6df5511 utils: add EXIT_IF by Tomi Valkeinen · 7 years ago
  72. dce8d39 Add plane_hog.py by Jyri Sarha · 7 years ago
  73. b4e12b3 pykms/pykmsutil.cpp: Add binding for reserve_generic_plane() by Jyri Sarha · 7 years ago
  74. 0b44bbe ResourceManager: reserve_generic_plane() for either primary or overlay by Jyri Sarha · 7 years ago
  75. 12ad56d Add modeset_event.py by Jyri Sarha · 7 years ago
  76. 0fa2f20 Add a simple and hackish plane scaling test. by Jyri Sarha · 7 years ago
  77. db0b061 py: add DrmObject.idx by Tomi Valkeinen · 7 years ago
  78. e370191 Add color format related methods and memebers to pykmsbase. by Jyri Sarha · 7 years ago
  79. e37d31c Add Videomode::to_blob method to pykmsbase. by Jyri Sarha · 7 years ago
  80. dacaa0b kmsprint: show plane's possible crtcs by Tomi Valkeinen · 7 years ago
  81. 097c297 plane: add get_possible_crtcs() by Tomi Valkeinen · 7 years ago
  82. 3115684 py: fix AtomicReq.commit() return value by Tomi Valkeinen · 7 years ago
  83. f99ec93 db.py: remove old code by Tomi Valkeinen · 7 years ago
  84. 5b32d5a kmstest: Add optional argument to the flip option to limit the flips by Laurent Pinchart · 7 years ago
  85. 84e240f New event handling by Tomi Valkeinen · 7 years ago
  86. c02a6e0 py: db.py: Add command line argument to specify connector by Laurent Pinchart · 7 years ago
  87. 6d28a0d py: Expose AtomicReq::add(std::map<>) method by Laurent Pinchart · 7 years ago
  88. 0b63670 kmsview: Add connector command line argument by Laurent Pinchart · 7 years ago
  89. bddac89 test.py: add dmabuf & omap options by Tomi Valkeinen · 7 years ago
  90. f52f374 py: add ExtFramebuffer by Tomi Valkeinen · 7 years ago
  91. a42ce13 omapfb: add constructor with fourcc by Tomi Valkeinen · 7 years ago
  92. 38b625b ExtFb: pass params in vectors by Tomi Valkeinen · 7 years ago
  93. d47d70d py: add DumbFb properties by Tomi Valkeinen · 7 years ago
  94. aa00f22 improve ExtFb by Tomi Valkeinen · 7 years ago
  95. 16ed78a ExtFb: remove legacy constructor by Tomi Valkeinen · 7 years ago
  96. 03a6821 PlaneType to bitmask by Tomi Valkeinen · 7 years ago
  97. 3fb72a7 kmstest: remove get_default_connector() by Tomi Valkeinen · 7 years ago
  98. 05009c9 use reserve_connector from ResourceManager by Tomi Valkeinen · 7 years ago
  99. 05bc0a0 kmstest: Add --view option by Tomi Valkeinen · 7 years ago
  100. 186212d mappedframebuffer.h: add missing include by Tomi Valkeinen · 7 years ago