1. 606d743 fix planetest build on 32-bit architecture by Vincent Palatin · 9 years ago
  2. 2e205d8 Accept dri card & crtc as arguments by Sean Paul · 9 years ago
  3. 9d5cde0 Set crtc ACTIVE property on modeset by Sean Paul · 9 years ago
  4. 1db37e4 Don't reuse crtcs by Sean Paul · 9 years ago
  5. 085db96 Use atomic modeset + api by Sean Paul · 9 years ago
  6. ef6e8f2 Add planetest/atomictest by Sean Paul · 10 years ago
  7. 0f45884 BACKPORT: fixup! libdrm: atomic mode set by Rob Clark · 10 years ago
  8. 1785e2e Add missing <strings.h> includes by Greg Hackmann · 9 years ago
  9. d7c0a08 modetest: Allocate dumb buffers with the correct bpp by Laurent Pinchart · 10 years ago
  10. 93035cf tegra: Add simple test for drm_tegra_open() by Thierry Reding · 10 years ago
  11. d6a4c2c libdrm: Add NVIDIA Tegra support by Thierry Reding · 12 years ago
  12. fb41770 update signed/object prop types by Rob Clark · 11 years ago
  13. c2c0346 modetest: Print newline for empty blobs by Ville Syrjälä · 12 years ago
  14. b958d76 modetest: alpha buffers by Rob Clark · 11 years ago
  15. 8f66c98 tests: add proptest by Paulo Zanoni · 12 years ago
  16. 1fec623 modetest: universal plane support by Rob Clark · 10 years ago
  17. 29bb4c6 modetest: Use threads for cursors instead of SIGALRM by Jasper St. Pierre · 10 years ago
  18. 0599f2f more compile fix by Rob Clark · 10 years ago
  19. 268dce4 automake: pick up all files for distribution. by Emil Velikov · 10 years ago
  20. 33bad73 modetest: Add support of STI driver by Benjamin Gaignard · 10 years ago
  21. 6f95526 modetest: add Android build by Emil Velikov · 10 years ago
  22. fea3831 modetest: move sources lists to makefiles.sources by Emil Velikov · 10 years ago
  23. 8e93afc all: include config.h only when available and use its defines by Emil Velikov · 10 years ago
  24. a328b02 exynos: do not build fimg2d_test when building without libkms support. by Maarten Lankhorst · 10 years ago
  25. c0b34dc radeon: Add missing header includes. by Thomas Klausner · 10 years ago
  26. d1000c4 exynos_fimg2d_test: fix drmModeRmFB by Daniel Kurtz · 10 years ago
  27. 382043e exynos: remove unusable "run" target by Daniel Kurtz · 10 years ago
  28. 71bbf86 eyxnos: install exynos tests if HAVE_INSTALL_TESTS by Daniel Kurtz · 10 years ago
  29. 0e51279 modetest: add cursor support by Rob Clark · 10 years ago
  30. d4083dc tests: Use drmFreeVersion() instead of drmFree() by Thierry Reding · 10 years ago
  31. 44b08c0 Mark functions printf-like where possible by Thierry Reding · 10 years ago
  32. ce62b8e modeprint: pretty print connector names by Lucas Stach · 10 years ago
  33. de09702 modetest: add the possibility to select the refresh frequency for a mode by Vincent ABRIOU · 10 years ago
  34. 3732ef5 tests/kmstest: support exynos by Hyungwon Hwang · 10 years ago
  35. d895415 modetest: allow setting a scaling factor when showing plane by Ilia Mirkin · 11 years ago
  36. b50826d modetest: add a -D option to specify a device to be used by Ilia Mirkin · 11 years ago
  37. 4a8da02 tests/modetest: silence compiler warning about uninitialised variables by Emil Velikov · 11 years ago
  38. 0100473 tests/*version: add missing string.h header by Emil Velikov · 11 years ago
  39. dba6bec tests: add msm by Rob Clark · 11 years ago
  40. 3c967e7 modetest: Allocate NV buffers large enough for the two planes by Laurent Pinchart · 11 years ago
  41. 1ef179d modetest: Fix line stride in SMPTE YUV packet pattern generator by Laurent Pinchart · 11 years ago
  42. a4f2f1b modetest: Try all possible encoders for a connector by Laurent Pinchart · 11 years ago
  43. 2c5ee84 modetest: Support pipes with multiple connectors by Laurent Pinchart · 11 years ago
  44. b1e0bde modetest: Rename struct connector_arg to struct pipe_arg by Laurent Pinchart · 11 years ago
  45. 3813e0f modetest: Split mode setting and plane setup by Laurent Pinchart · 11 years ago
  46. eabf199 modetest: Give the CRTC ID to the -P option by Laurent Pinchart · 11 years ago
  47. 5659268 modetest: Store the mode in the crtc structure by Laurent Pinchart · 11 years ago
  48. a6349d0 modetest: Store the crtc in the connector_arg structure by Laurent Pinchart · 11 years ago
  49. b373de3 modetest: Remove the struct connector_arg encoder field by Laurent Pinchart · 11 years ago
  50. 605efd7 modetest: Compute CRTC pipe number as needed by Laurent Pinchart · 11 years ago
  51. 549fe0b modetest: Create a device structure by Laurent Pinchart · 11 years ago
  52. dab3c80 modetest: Remove the -m argument by Laurent Pinchart · 11 years ago
  53. 581c7cf modetest: Print the plane ID when setting up a plane by Laurent Pinchart · 11 years ago
  54. 7badcca modetest: Allow specifying plane position by Laurent Pinchart · 11 years ago
  55. d725227 modetest: Add a command line parameter to set properties by Laurent Pinchart · 11 years ago
  56. 6e0c74c modetest: Don't limit mode set and planes to two instances by Laurent Pinchart · 11 years ago
  57. 02fa8f7 modetest: Retrieve all resources in one go by Laurent Pinchart · 11 years ago
  58. ab52756 modetest: Add a command line parameter to drop master after mode set by Laurent Pinchart · 11 years ago
  59. 45901fd modetest: Add a command line parameter to select the driver by Laurent Pinchart · 11 years ago
  60. ef07acf modetest: Sort command line arguments by Laurent Pinchart · 11 years ago
  61. c93f4af modetest: Remove extern declarations of opt(arg|ind|err|opt) by Laurent Pinchart · 11 years ago
  62. ca9c8f0 modetest: Fix warnings by Laurent Pinchart · 11 years ago
  63. 6e8f868 tests: add tilcdc to modetest/vbltest by Rob Clark · 11 years ago
  64. 8a88e34 modetest: Make RGB565 pwetty too by Ville Syrjälä · 11 years ago
  65. 83e7746 modetest: Add YUV420 support and fix YVU420 Cb/Cr ordering by Ville Syrjälä · 11 years ago
  66. 3f024f8 modetest: Pass format_info to fill_tiles functions by Ville Syrjälä · 11 years ago
  67. 2c26a10 modetest: Reduce the length of the connector type string by Ville Syrjälä · 11 years ago
  68. 8e56579 modetest: Print possible_crtcs for planes by Ville Syrjälä · 11 years ago
  69. fa2925a modetest: Add support for all 16/32 bpp RGB formats by Ville Syrjälä · 11 years ago
  70. c2988eb modetest: Fix pitches, somewhat by Ville Syrjälä · 11 years ago
  71. 9b0c7f2 tests: allow tests programs to be installed (cumulative patch) by Benjamin Gaignard · 11 years ago
  72. 62d8866 tests: allow tests programs to be installed by Benjamin Gaignard · 11 years ago
  73. bbf6e3d libdrm/exynos: add test application for 2d gpu. by Inki Dae · 11 years ago
  74. 14db948 configure.ac: Allow forcible disabling of Cairo support by Daniel Stone · 12 years ago
  75. 6fa2b29 tests/modetest: Add a forgotten return, needed for opensuse buildservice by Tobias Klausmann · 12 years ago
  76. 10481fe tests/modetest: fix distcheck by Marek Olšák · 12 years ago
  77. ebd7904 modetest: fix uninitialized fourcc by Rob Clark · 12 years ago
  78. db004ba modeset: Split buffer allocation to a separate file by Laurent Pinchart · 12 years ago
  79. cc90ffa modetest: Make frame buffer format configurable on the command line by Laurent Pinchart · 12 years ago
  80. 0375222 modetest: Move connector and plane parsing to separate functions by Laurent Pinchart · 12 years ago
  81. edcef53 modetest: Add test pattern support for missing RGB formats by Laurent Pinchart · 12 years ago
  82. 86402a2 modetest: Add test pattern support for missing planar YUV formats by Laurent Pinchart · 12 years ago
  83. 8b6f3e3 modetest: Add test pattern support for missing packed YUV formats by Laurent Pinchart · 12 years ago
  84. a94ee62 modetest: Add SMPTE test pattern by Laurent Pinchart · 12 years ago
  85. 3fdc177 modetest: Unify buffer allocation by Laurent Pinchart · 12 years ago
  86. c0ed9b2 modetest: Dump bit field names by Kristian Høgsberg · 12 years ago
  87. 25e4cb4 modetest: support plane properties by Rob Clark · 12 years ago
  88. 6df9e6a modetest: support bitmask properties by Rob Clark · 12 years ago
  89. 86dece4 modetest: print CRTC properties by Paulo Zanoni · 12 years ago
  90. e07b650 libdrm: add exynos drm support by Inki Dae · 12 years ago
  91. d72a44c modetest: print more about our properties by Paulo Zanoni · 12 years ago
  92. 0ef7644 modetest: call drmModeFreePlaneResources by Paulo Zanoni · 12 years ago
  93. a10bcaa modetest: fix drmModeGetConnector memory leak by Paulo Zanoni · 12 years ago
  94. 9b44fbd modetest: fix some compiler warnings by Paulo Zanoni · 12 years ago
  95. 67fd052 modetest: fix typo by Rob Clark · 12 years ago
  96. 2f1e210 modetest: add AR15/XR15 (RGB-1555) formats by Rob Clark · 12 years ago
  97. b83ad86 modetest: add YUV and multi-planar support by Rob Clark · 13 years ago
  98. d55de74 modetest: add drm_plane support by Rob Clark · 13 years ago
  99. ef1b958 omap: add omapdrm support by Rob Clark · 12 years ago
  100. ef20301 tests/gem_flink: Check for MASTER before proceeding by Chris Wilson · 13 years ago