1. 4ddd0d2 alpha-test.py: fix by Tomi Valkeinen · 6 years ago
  2. 6369f85 trans-test.py: fix drawing outside the buffer by Tomi Valkeinen · 6 years ago
  3. 37dfa5c py: pyvid: Provide stream_off binding by Kieran Bingham · 7 years ago
  4. fee7329 py: add convert_vector helper by Tomi Valkeinen · 7 years ago
  5. 260f66b py: Add Card crtcs and encoders properties back to the Python bindings by Laurent Pinchart · 7 years ago
  6. 74a4a77 Fix Python bindings for Connector::get_possible_crtcs() method by Laurent Pinchart · 7 years ago
  7. c13047e pykms: keep Card alive until Blob is gone by Tomi Valkeinen · 7 years ago
  8. 706a44a Update to latest pybind11 by Tomi Valkeinen · 7 years ago
  9. a4724a1 kmstest: use resman by Tomi Valkeinen · 7 years ago
  10. d556f70 Crtc: add set_mode() which doesn't take a fb by Tomi Valkeinen · 7 years ago
  11. fab9bb7 Rework framebuffer classes by Tomi Valkeinen · 7 years ago
  12. 95de32a py: drop the fancy event handling by Tomi Valkeinen · 7 years ago
  13. cb07860 Merge branch 'color-features' of git://github.com/jsarha/kmsxx by Tomi Valkeinen · 7 years ago
  14. 7450c36 plane_csc.py: Test for different YCbCr encodings by Jyri Sarha · 7 years ago
  15. 5f7d6c8 Add DrmPropObject.get_prop() and Property.enums to pykmsbase.cpp. by Jyri Sarha · 7 years ago
  16. 7adbef5 Add different YCbCr encodings. by Jyri Sarha · 7 years ago
  17. b39260b Add Crtc::disable_mode() to pykmsbase.cpp. by Jyri Sarha · 7 years ago
  18. e71c232 Add ctm_test.py test for testing CRTC's CTM color matrix property. by Jyri Sarha · 7 years ago
  19. 719f72a cam.py: fix initial modeset by Tomi Valkeinen · 7 years ago
  20. 21bc24b omapfb: add flags for memory alloc by Tomi Valkeinen · 7 years ago
  21. 2d86678 omapfb: add enum Flags for OmapFB by Tomi Valkeinen · 7 years ago
  22. af3f989 py: move Rotation enum to __init__.py by Tomi Valkeinen · 7 years ago
  23. a53d19f py: add rottest.py by Tomi Valkeinen · 7 years ago
  24. 5137663 omapfb: add TILER support by Tomi Valkeinen · 7 years ago
  25. 42e433c pykms: add videomode related features by Tomi Valkeinen · 7 years ago
  26. 248a588 pykmsutil: add draw_text() by Tomi Valkeinen · 7 years ago
  27. d6f335d py: tests: Double buffered one big buffer on all connected screens by Peter Ujfalusi · 7 years ago
  28. 7b1a164 py: omapfb: add missing properties by Tomi Valkeinen · 7 years ago
  29. 494e0db Add Connector.connected to pykmsbase by Peter Ujfalusi · 7 years ago
  30. 66f161d py: Add in fence test using swsync by Laurent Pinchart · 7 years ago
  31. 28cab70 test.py: use atomic modesetting by Tomi Valkeinen · 7 years ago
  32. aa8fbbe trans-test.py: fix use of colors by Tomi Valkeinen · 7 years ago
  33. dce8d39 Add plane_hog.py by Jyri Sarha · 7 years ago
  34. b4e12b3 pykms/pykmsutil.cpp: Add binding for reserve_generic_plane() by Jyri Sarha · 7 years ago
  35. 12ad56d Add modeset_event.py by Jyri Sarha · 7 years ago
  36. 0fa2f20 Add a simple and hackish plane scaling test. by Jyri Sarha · 7 years ago
  37. db0b061 py: add DrmObject.idx by Tomi Valkeinen · 7 years ago
  38. e370191 Add color format related methods and memebers to pykmsbase. by Jyri Sarha · 7 years ago
  39. e37d31c Add Videomode::to_blob method to pykmsbase. by Jyri Sarha · 7 years ago
  40. 3115684 py: fix AtomicReq.commit() return value by Tomi Valkeinen · 7 years ago
  41. f99ec93 db.py: remove old code by Tomi Valkeinen · 7 years ago
  42. 84e240f New event handling by Tomi Valkeinen · 7 years ago
  43. c02a6e0 py: db.py: Add command line argument to specify connector by Laurent Pinchart · 7 years ago
  44. 6d28a0d py: Expose AtomicReq::add(std::map<>) method by Laurent Pinchart · 7 years ago
  45. bddac89 test.py: add dmabuf & omap options by Tomi Valkeinen · 7 years ago
  46. f52f374 py: add ExtFramebuffer by Tomi Valkeinen · 7 years ago
  47. a42ce13 omapfb: add constructor with fourcc by Tomi Valkeinen · 7 years ago
  48. d47d70d py: add DumbFb properties by Tomi Valkeinen · 7 years ago
  49. 05009c9 use reserve_connector from ResourceManager by Tomi Valkeinen · 7 years ago
  50. 643d678 Support python2 based pykms binding by Alejandro Hernandez · 7 years ago
  51. 8375acc py/tests: hpd test by Tomi Valkeinen · 7 years ago
  52. 526c26c Add refresh() to connector, crtc and encoder by Tomi Valkeinen · 7 years ago
  53. 8e93fa0 pykms: add Videomode.__repr__ by Tomi Valkeinen · 7 years ago
  54. a05c914 py: db.py: Print frame rate at 5s intervals by Laurent Pinchart · 7 years ago
  55. d66d3d3 py: db.py: Rename argument to event handlers to avoid shadowing by Laurent Pinchart · 7 years ago
  56. f1a0982 py: Move helpers to the pykms module by Laurent Pinchart · 7 years ago
  57. b11baff py: Reorganize source directory by Laurent Pinchart · 7 years ago
  58. c6f9644 py: Expose MappedFramebuffer width and height properties by Laurent Pinchart · 7 years ago
  59. 4934864 py: Add OmapCard & OmapFramebuffer support by Tomi Valkeinen · 8 years ago
  60. 1e96518 py: Add MappedFramebuffer and use it by Tomi Valkeinen · 8 years ago
  61. e04bbf9 support finding fractional vrefresh by Tomi Valkeinen · 8 years ago
  62. a740efa add basic cmake install system by Tomi Valkeinen · 8 years ago
  63. a706f15 Fix property name lookup by Tomi Valkeinen · 8 years ago
  64. 19e3601 py: fix AtomicReq's add() by Tomi Valkeinen · 8 years ago
  65. 0e064e2 py: Expose the Connector::get_mode methods by Laurent Pinchart · 8 years ago
  66. 0bf62a2 py: add cam.py by Tomi Valkeinen · 8 years ago
  67. a779ec3 py: add pyvid by Tomi Valkeinen · 8 years ago
  68. 7881bfd py: use ResourceManager by Tomi Valkeinen · 8 years ago
  69. 84d89b1 add ResourceManager by Tomi Valkeinen · 8 years ago
  70. 34e63f6 Support RGB888 by Tomi Valkeinen · 8 years ago
  71. e2fd7df py: add missing pixelformats by Tomi Valkeinen · 8 years ago
  72. 22b0d9f py: PixelFormat & DumbFB impro by Tomi Valkeinen · 8 years ago
  73. 3c6ea25 kms++util: split to subdirs by Tomi Valkeinen · 8 years ago
  74. 9916712 kms++: organize into subdirs by Tomi Valkeinen · 8 years ago
  75. 711a0b8 rename libkms to kms++ by Tomi Valkeinen · 8 years ago
  76. ded84bf py: fix scripts when there's no current crtc by Tomi Valkeinen · 8 years ago
  77. f8fdcc2 Make py/gamma.py executable. by Jyri Sarha · 8 years ago
  78. 96b69bd py/gamma.py: Make gamma table calculations more generic by Jyri Sarha · 8 years ago
  79. 16d6815 py: fix AtomicReq bindings by Tomi Valkeinen · 8 years ago
  80. cc46d8d py: add set_prop() by Tomi Valkeinen · 8 years ago
  81. 2ecf1e1 gamma.py: show a test pattern by Tomi Valkeinen · 8 years ago
  82. 95dbb80 Add a simple gamma.py test by Tomi Valkeinen · 8 years ago
  83. 2d14233 Add support for DRM blobs by Tomi Valkeinen · 8 years ago
  84. d30ec33 Split properties from DrmObject into DrmPropObject by Tomi Valkeinen · 8 years ago
  85. c17c439 Reorganize libkms++utils header by Tomi Valkeinen · 8 years ago
  86. a5c28bc File/dir renames by Tomi Valkeinen · 8 years ago
  87. 0bc5bbd Fix the rest of the py scripts by Tomi Valkeinen · 8 years ago
  88. fa91e51 split py files by Tomi Valkeinen · 8 years ago
  89. ebfe02d Cleanup AtomicReq::commit by Tomi Valkeinen · 8 years ago
  90. 6d13ebb Use pybind11 instead of SWIG by Tomi Valkeinen · 8 years ago
  91. fdcb11f add kmsmodeview.py by Tomi Valkeinen · 8 years ago
  92. 74d8dfd py: fix videomode list by Tomi Valkeinen · 8 years ago
  93. 290e327 depend on python 3.x, not 3.4 by Tomi Valkeinen · 8 years ago
  94. cecb364 add -Wextra & fix warnings by Tomi Valkeinen · 8 years ago
  95. 30357fc hackfix py compilation on 64 bit pc by Tomi Valkeinen · 8 years ago
  96. 2d658a3 py: add transparency key and alpha tests by Tomi Valkeinen · 8 years ago
  97. e43a5d4 Use globbing to add .py test files by Tomi Valkeinen · 8 years ago
  98. a41cbe2 libkmstest: color & draw_rect by Tomi Valkeinen · 8 years ago
  99. 3f0a023 py improvements by Tomi Valkeinen · 8 years ago
  100. a98cff4 fix pykms by Tomi Valkeinen · 9 years ago