1. 6f3d0e7 kmscube: remove unused field by Tomi Valkeinen · 9 years ago
  2. 077a1aa kmscube: fix wrong uses of class Framebuffer by Tomi Valkeinen · 9 years ago
  3. d6d1027 kmscapture: Clang doesn't like variable len arrays, use vector by Tomi Valkeinen · 9 years ago
  4. 0839fe5 Videomode is a struct, not class, so declare it as one by Tomi Valkeinen · 9 years ago
  5. c672661 kmscube: check errors by Tomi Valkeinen · 9 years ago
  6. 290e327 depend on python 3.x, not 3.4 by Tomi Valkeinen · 9 years ago
  7. 912fb5c kmscube: improve the x11 mainloop by Tomi Valkeinen · 9 years ago
  8. af60021 kmscube: hacking by Tomi Valkeinen · 9 years ago
  9. 5c559cf kmscube: fix resource leaks & freeing by Tomi Valkeinen · 9 years ago
  10. 85797e7 kmscube: quick hack for fullscreen by Tomi Valkeinen · 9 years ago
  11. d1baa97 kmscube: wayland by Tomi Valkeinen · 9 years ago
  12. cecb364 add -Wextra & fix warnings by Tomi Valkeinen · 9 years ago
  13. f902b28 kmscube: split into parts by Tomi Valkeinen · 9 years ago
  14. d54a6e8 kmscube: support X by Tomi Valkeinen · 9 years ago
  15. 31988f4 kmscube: disable plane by Tomi Valkeinen · 9 years ago
  16. c5cee81 atomicreq: add commit_sync() by Tomi Valkeinen · 9 years ago
  17. a15d72d kmscube: check for free bufs by Tomi Valkeinen · 9 years ago
  18. 0ae1c91 kmscube: support null egl by Tomi Valkeinen · 9 years ago
  19. 73d2da6 kmscube: big restructure by Tomi Valkeinen · 9 years ago
  20. cddacb2 kmscube: separate swap_buffers by Tomi Valkeinen · 9 years ago
  21. bef0109 add ExtFramebuffer ctr for fds by Tomi Valkeinen · 9 years ago
  22. a85fd26 card: add drop_master by Tomi Valkeinen · 9 years ago
  23. 6ae292c fix a few cppcheck warnings by Tomi Valkeinen · 9 years ago
  24. 8727f26 kmscube: clean up esUtil by Tomi Valkeinen · 9 years ago
  25. c113f75 fbtestpat: use extcpuframebuffer by Tomi Valkeinen · 9 years ago
  26. d1b34f7 Add ExtCPUFramebuffer by Tomi Valkeinen · 9 years ago
  27. c1b856e clean up code formatting by Tomi Valkeinen · 9 years ago
  28. 30357fc hackfix py compilation on 64 bit pc by Tomi Valkeinen · 9 years ago
  29. 6c21d04 README: update about env variables by Tomi Valkeinen · 9 years ago
  30. bf1a382 Add LTO option by Tomi Valkeinen · 9 years ago
  31. 2024b70 libkmstest: remove dependency to libdrm by Tomi Valkeinen · 9 years ago
  32. 2d658a3 py: add transparency key and alpha tests by Tomi Valkeinen · 9 years ago
  33. 6f6fe27 Add RGB::rgb888() by Tomi Valkeinen · 9 years ago
  34. d57d985 AtomicReq: add sync commit by Tomi Valkeinen · 9 years ago
  35. e43a5d4 Use globbing to add .py test files by Tomi Valkeinen · 9 years ago
  36. c6beb02 tests: kmscapture: simple v4l2 capture test tool by Peter Ujfalusi · 9 years ago
  37. 1e1259d dumbframebuffer: fix throw linefeed in in prime_fd by Peter Ujfalusi · 9 years ago
  38. 11d2482 add public PixelFormatInfo by Tomi Valkeinen · 9 years ago
  39. 83d27aa Add IMappedFramebuffer and remove MappedBuffer by Tomi Valkeinen · 9 years ago
  40. 79394ef kmsview: scale down to fit into screen by Tomi Valkeinen · 9 years ago
  41. 2e29af9 kmsview: support multiple planes by Tomi Valkeinen · 9 years ago
  42. 1c7a7a1 kmsview: show multiple frames by Tomi Valkeinen · 9 years ago
  43. a41cbe2 libkmstest: color & draw_rect by Tomi Valkeinen · 9 years ago
  44. 3f0a023 py improvements by Tomi Valkeinen · 9 years ago
  45. 7232805 crtc: add disable_plane() by Tomi Valkeinen · 9 years ago
  46. 8a66588 fbtestpat: fix stride by Tomi Valkeinen · 9 years ago
  47. 38e5047 add ob::set_prop_value() by Tomi Valkeinen · 9 years ago
  48. 0ce7250 add *.patch to gitignore by Tomi Valkeinen · 9 years ago
  49. 3b89ca2 kmscube: fix atomic FB_ID set for crtc by Tomi Valkeinen · 9 years ago
  50. 142a89e db: fix atomic FB_ID set for crtc by Tomi Valkeinen · 9 years ago
  51. 06d7074 add fbtestpat by Tomi Valkeinen · 9 years ago
  52. 86186b1 add MappedBuffer & co by Tomi Valkeinen · 9 years ago
  53. a43119e Add definition to DRM_CLIENT_CAP_ATOMIC undef case by Alejandro Hernandez · 9 years ago
  54. 34c6166 testpat: show video mode Hz by Tomi Valkeinen · 9 years ago
  55. 7a5b08d libkms: fix Connector::get_default_mode when no modes by Tomi Valkeinen · 9 years ago
  56. f046348 db: use the configured mode, not default by Tomi Valkeinen · 9 years ago
  57. 7eb6919 testpat: support interlace by Tomi Valkeinen · 9 years ago
  58. c47f147 libkms: add 'ilace' param for Connector::get_mode() by Tomi Valkeinen · 9 years ago
  59. 9eb3db0 DumbFB: fix dumb buffer alloc for omap NV12 by Tomi Valkeinen · 9 years ago
  60. d8db846 README: add notes about test tools by Tomi Valkeinen · 9 years ago
  61. d4dbf8e remove lua bindings by Tomi Valkeinen · 9 years ago
  62. fa7a94a README: add LIBKMS_ENABLE_KMSCUBE by Tomi Valkeinen · 9 years ago
  63. 78dcdf5 remove the old cmdoptions.h by Tomi Valkeinen · 9 years ago
  64. f969a22 kmsprint: use the new option parser by Tomi Valkeinen · 9 years ago
  65. a2802a8 testpat: big rewrite by Tomi Valkeinen · 9 years ago
  66. 653d738 libkmstest: add Option & OptionSet by Tomi Valkeinen · 9 years ago
  67. f0092bc DumbFB: don't unmap if not mapped by Tomi Valkeinen · 9 years ago
  68. 267b350 Merge branch 'kmscube' by Tomi Valkeinen · 9 years ago
  69. 8bc7333 Add kmscube by Tomi Valkeinen · 9 years ago
  70. 7e8505c kmstest: remove unused color_convert by Tomi Valkeinen · 9 years ago
  71. a98cff4 fix pykms by Tomi Valkeinen · 9 years ago
  72. 622a9a4 Card: support opening specific drm device by Tomi Valkeinen · 9 years ago
  73. c78a869 Fb: collect fbs and destroy them in card's destructor by Tomi Valkeinen · 9 years ago
  74. ac362f9 Connector: prettier connector names by Tomi Valkeinen · 9 years ago
  75. 9877359 Connector: add get_mode(xres, yres, refresh) by Tomi Valkeinen · 9 years ago
  76. de71625 Videomode cleanup by Tomi Valkeinen · 9 years ago
  77. c146ed6 libkmstest: disable draw perf prints by Tomi Valkeinen · 9 years ago
  78. b74ac16 libkmstest: add EXIT() by Tomi Valkeinen · 9 years ago
  79. 86b2171 libkmstest: add FAIL() by Tomi Valkeinen · 9 years ago
  80. e1b78c7 dumbfb: move prime_fd() and fix its return type by Tomi Valkeinen · 9 years ago
  81. 0f904fb dumbfb: lazy mmap by Tomi Valkeinen · 9 years ago
  82. 6642f7c connector: consider UNKNOWNCONNECTION as connected by Tomi Valkeinen · 9 years ago
  83. dc27a45 libkms++: dumbframebuffer: Get file descriptor for the FB by Peter Ujfalusi · 9 years ago
  84. 131a6e4 card: fix has_atomic if libdrm does not have atomic support by Tomi Valkeinen · 9 years ago
  85. 3ba7c3f db: print slowest frame time by Tomi Valkeinen · 9 years ago
  86. feb877b AtomicReq: use nonblocking commit by Tomi Valkeinen · 9 years ago
  87. 6d29a76 pixelformat: add undefined by Tomi Valkeinen · 9 years ago
  88. a15dcd9 dumbfb: improve exception texts by Tomi Valkeinen · 9 years ago
  89. 6927457 remove print_short by Tomi Valkeinen · 9 years ago
  90. d0c7d08 card: use object vectors by Tomi Valkeinen · 9 years ago
  91. 7dd018a card: use vectors with get_xxxs() methods by Tomi Valkeinen · 9 years ago
  92. e398869 card: collect obs to vectors by Tomi Valkeinen · 9 years ago
  93. f19497e card: add get_plane() by Tomi Valkeinen · 9 years ago
  94. 1857c46 card: add get_crtcs() by Tomi Valkeinen · 9 years ago
  95. 887fb3b Add AR24 & AB24 formats by Tomi Valkeinen · 9 years ago
  96. 41b420c add missing <stdexcept> includes by Tomi Valkeinen · 9 years ago
  97. 6962ec7 db: disable plane support for now by Tomi Valkeinen · 9 years ago
  98. ec11751 ExtFramebuffer: add alternative constructor by Tomi Valkeinen · 9 years ago
  99. f7a79dc add Card::get_connector(id) by Tomi Valkeinen · 9 years ago
  100. 4a9274d dumbfb: add offset by Tomi Valkeinen · 9 years ago