1. 00215dd build: use HAVE_LIBGEN_H consistently by Daniel Vetter · 7 years ago
  2. 542658a lib/drmtest: Decode driver flags on failure by Daniel Vetter · 7 years ago
  3. 36b92e8 igt: Import basic amdgpu tests from libdrm by Chris Wilson · 7 years ago
  4. 137360f lib: system() is bad, use libkmod instead by Chris Wilson · 7 years ago
  5. 83884e9 Restore "lib: Open debugfs files for the given DRM device" by Chris Wilson · 7 years ago
  6. 25fbae1 Revert "lib: Open debugfs files for the given DRM device" by Tomeu Vizoso · 7 years ago
  7. 301ad44 lib: Open debugfs files for the given DRM device by Tomeu Vizoso · 7 years ago
  8. 39858a1 lib: Mass conversion to to_user_pointer() by Chris Wilson · 8 years ago
  9. 35fa2ca lib: add igt_dummyload by Abdiel Janulgue · 8 years ago
  10. a8d774b lib/drmtest: Test for equivalence with DRIVER_ANY by Tomeu Vizoso · 8 years ago
  11. 9921aff lib/drmtest: Take DRIVER_ANY into account when opening the DRM device by Tomeu Vizoso · 8 years ago
  12. 27d3070 drmtest: Install exithandler for i915, even in multidriver tests by Chris Wilson · 8 years ago
  13. 9690d0a lib: Add support for DROP_FREED in igt_drop_caches_set() by Chris Wilson · 8 years ago
  14. 250f047 lib: __drm_open_driver() needs to report the error by Chris Wilson · 8 years ago
  15. 22779a7 lib/drmtest: add virtio_gpu support by Gustavo Padovan · 8 years ago
  16. 66d0e66 lib/drmtest: Fix igt_skip message by Gustavo Padovan · 8 years ago
  17. d308bb0 lib: Start weaning off defunct intel_chipset.h by Chris Wilson · 8 years ago
  18. e1c3cde lib: Avoid running gem_quiescent_gpu() on non-Intel hardware by Robert Foss · 8 years ago
  19. d86d6eb Silence compiler warnings for expected and handled error conditions by Chris Wilson · 8 years ago
  20. 1b81253 lib: Suppress error messages from failure to load driver modules by Chris Wilson · 8 years ago
  21. 7ce6389 lib: Support opening vGEM device by Chris Wilson · 8 years ago
  22. 2869921 lib: Fix doc warnings for real! by Daniel Vetter · 8 years ago
  23. e0e3a06 lib: Expose is_i915_device by Tomeu Vizoso · 8 years ago
  24. 3fee80e lib: add igt_require_intel by Tomeu Vizoso · 8 years ago
  25. 0eadf63 lib: Rename is_intel to has_known_intel_chipset by Tomeu Vizoso · 8 years ago
  26. 645c954 lib: Remove defunct stop_rings by Chris Wilson · 9 years ago
  27. 0501dcf lib: Flush all possible rings by Chris Wilson · 8 years ago
  28. 310f99c lib: Flush BSD2 as well when available by Chris Wilson · 8 years ago
  29. 3f83f07 igt: Add support for DRIVER_VC4 flags on tests. by Eric Anholt · 9 years ago
  30. 683316c docs: add missing documentation for drm open functions by Thomas Wood · 9 years ago
  31. 59f076a drmtest: Use standard gem_execbuf() calls in gem_quiescent_gpu() by Chris Wilson · 9 years ago
  32. e224180 lib: adding drm_open_driver() interface by Micah Fedke · 9 years ago
  33. f0381d1 lib: various documentation fixes by Thomas Wood · 9 years ago
  34. eaa7e61 lib: Cache DRM device id to reduce number of ioctls by Chris Wilson · 9 years ago
  35. 3cd45de lib/igt_gt: Document and consolidate by Daniel Vetter · 9 years ago
  36. a29f28e igt/drv_module_reload: Check more carefully for a live driver by Chris Wilson · 10 years ago
  37. 032f30c lib: remove unnecessary checks on the drm_open_any return value by Thomas Wood · 10 years ago
  38. ae3a946 lib: fix symbol names in documentation comments by Thomas Wood · 10 years ago
  39. bfda78c tests/pm_rpm: factor out drm_open_any_master by Imre Deak · 10 years ago
  40. a6e6c5b drmtest: First check that driver is i915 by Chris Wilson · 10 years ago
  41. e73008b tests: remove unused getopt header includes by Thomas Wood · 10 years ago
  42. acca724 Quieten valgrind by Chris Wilson · 10 years ago
  43. 82ad15f Fix make distclean by fixing includes of version.h by Rodrigo Vivi · 10 years ago
  44. 2f2c491 lib/drmtest: don't dup quiescent fd by Mika Kuoppala · 10 years ago
  45. bfa6fa9 lib: add igt_get_stop_rings and igt_set_stop_rings by Mika Kuoppala · 10 years ago
  46. c6c2b2b lib/igt_kms/bf: doc skeleton by Daniel Vetter · 10 years ago
  47. 187b66d lib/drmtest: api documentation by Daniel Vetter · 10 years ago
  48. f5daeec lib: extract igt_aux.[hc] by Daniel Vetter · 10 years ago
  49. 018f8c3 lib: s/drmtest_dumb_aub/igt_aub_dump_enabled/ by Daniel Vetter · 10 years ago
  50. c03c6ce lib: rename intel_gpu_tools.h to intel_io.h by Daniel Vetter · 10 years ago
  51. e49ceb8 lib: unnecessary header removal for drmtest.h, part 1 by Daniel Vetter · 10 years ago
  52. 6cfcd71 lib: remove uncessary #includes from headers by Daniel Vetter · 10 years ago
  53. 0e22f14 tests|lib: remove assert.h includes by Daniel Vetter · 10 years ago
  54. adb28fd lib: move prefault helpers to igt_debugfs.c by Daniel Vetter · 10 years ago
  55. d63fe15 lib: extract igt_core.c by Daniel Vetter · 10 years ago
  56. 556c49f lib/ioctl_wrappers: api doc by Daniel Vetter · 10 years ago
  57. 766c5bc lib: extract ioctl_wrappers.c by Daniel Vetter · 10 years ago
  58. 2d44386 drmtest: reformat the API documentation by Thomas Wood · 10 years ago
  59. eebdf7f lib: (somewhat) structured logging support by Daniel Vetter · 10 years ago
  60. a036959 lib: Make igt_skip noreturn by Daniel Vetter · 10 years ago
  61. 0d1084f lib: install exit handler only on success for prefault control by Daniel Vetter · 10 years ago
  62. 3386b4b lib: Don't wait in igt_wait_for_keypress() if stdin is not a tty by Damien Lespiau · 10 years ago
  63. 377f48a lib: Add a helper to wait for a keypress by Damien Lespiau · 10 years ago
  64. 333a5c6 lib/drmtest: Fix up skip_henceforth checks by Daniel Vetter · 10 years ago
  65. fd3fcbd lib/drmtest: Add igt_wait_helper by Jeff McGee · 11 years ago
  66. 2423b6c lib/drmtest: fix hang in quiescent_gpu_at_exit due to signal-unsafe asprintf by Imre Deak · 10 years ago
  67. 48ad03c lib: Capture errno on entry by Chris Wilson · 10 years ago
  68. 7d2ba07 lib: add __gem_create by Daniel Vetter · 11 years ago
  69. 862de56 lib: extract igt_drop_root by Daniel Vetter · 11 years ago
  70. 329faec drmtest: don't leak memory when parsing the arguments by Paulo Zanoni · 11 years ago
  71. ef9745b lib: igt_simple_main/init for subtest-less tests by Daniel Vetter · 11 years ago
  72. f1c4ec9 lib: print uname information in the version string by Daniel Vetter · 11 years ago
  73. 831a471 lib: Add host platform to version string by Daniel Vetter · 11 years ago
  74. 8c33e9a intel-gpu-tools: Version information by Ben Widawsky · 11 years ago
  75. ea8c086 lib: Always print errno in igt assert/require macros by Daniel Vetter · 11 years ago
  76. 1a95c71 lib: add gem_available_aperture_size helper by Daniel Vetter · 11 years ago
  77. fb03ea7 lib/drmtest: Fix filedesc leak on gem_quiescent_gpu by Mika Kuoppala · 11 years ago
  78. ab7cbf9 Revert "lib/drmtest: ducttape over fork race" by Tvrtko Ursulin · 11 years ago
  79. b34322f Revert "test/gem_concurrent_blt" by Daniel Vetter · 11 years ago
  80. 139c72f drmtest: Avoid wrong PID/TID after clone races by Tvrtko Ursulin · 11 years ago
  81. aee0dcb test/gem_concurrent_blt by Daniel Vetter · 11 years ago
  82. 26b336f lib: Don't put functional code into asserts by Daniel Vetter · 11 years ago
  83. 38354ec drmtest: Fix weird signage on errno by Chris Wilson · 11 years ago
  84. 49f4860 lib: Add gem_bo_busy by Ville Syrjälä · 11 years ago
  85. 525788a lib: Add gem_sw_finish() by Ville Syrjälä · 11 years ago
  86. 2d1119d lib: adjust oom_score by Daniel Vetter · 11 years ago
  87. 235ff9c lib/drmtest: Get the correct basename() under Android by Oscar Mateo · 11 years ago
  88. 5032e7b build: Fix assorted compilation warnings by Oscar Mateo · 11 years ago
  89. 37f26d1 lib: Move kms stuff from drmtest.c over to igt_kms.c by Oscar Mateo · 11 years ago
  90. aa252d0 lib/drmtest: Retire requests via drop caches after gem_quiescent_gpu by Oscar Mateo · 11 years ago
  91. 223a61e lib: make igt_install_exit_handler never fail by Daniel Vetter · 11 years ago
  92. 1f0cf2d lib: make igt_set_vt_graphics_mode never fail by Daniel Vetter · 11 years ago
  93. e14596a lib: fix igt_exit assert when only listing subtests. by Daniel Vetter · 11 years ago
  94. 5d24a67 lib/drmtest: Scream harder when igt_exit isn't called for subtest tests by Daniel Vetter · 11 years ago
  95. 69c200b lib: Add a drm_open_any_render() that will try to use render nodes by Damien Lespiau · 11 years ago
  96. 8329acb lib: Close non intel fds in drm_get_card() by Damien Lespiau · 11 years ago
  97. 949ce5b lib: Remove stale comment by Damien Lespiau · 11 years ago
  98. 471ec64 lib/drmtest: Add kmstest_paint_color_alpha() by Ville Syrjälä · 11 years ago
  99. 3d2d73e kmstest: don't pollute stderr for impossible output configs by Daniel Vetter · 11 years ago
  100. 09e9f0b rendercopy: Add a way to dump an .aub file with the rendercopy bos by Damien Lespiau · 11 years ago