1. 020600b tests: Convert the ctx test to use render nodes when possible by Damien Lespiau · 11 years ago
  2. d71ecdb tests/gem_render_copy: Use render nodes by Damien Lespiau · 11 years ago
  3. 69c200b lib: Add a drm_open_any_render() that will try to use render nodes by Damien Lespiau · 11 years ago
  4. 8329acb lib: Close non intel fds in drm_get_card() by Damien Lespiau · 11 years ago
  5. 949ce5b lib: Remove stale comment by Damien Lespiau · 11 years ago
  6. 90ecf06 tests: Add gem_close_race by Chris Wilson · 11 years ago
  7. 37c02cf gem_render_linear_blits: Remove aub dump support by Damien Lespiau · 11 years ago
  8. 7ad0cf5 tests/gem_render_copy: Add aub dump support by Damien Lespiau · 11 years ago
  9. 1457221 tests/gem_render_copy: Only dump pngs when the -d option is given by Damien Lespiau · 11 years ago
  10. 9cd092f tests/gem_render_copy: Add a simple render copy test by Damien Lespiau · 11 years ago
  11. c3707ab lib: Add a function to dump a scratch buf into a png by Damien Lespiau · 11 years ago
  12. 13ebe3c build: include intel_l3_parity.h to its _SOURCES to fix make distcheck by Rodrigo Vivi · 11 years ago
  13. 50c2653 build: Fix small typo that was breaking make distcheck by Rodrigo Vivi · 11 years ago
  14. fa05c0b kms_flip: Add test for -ENOENT by Ville Syrjälä · 11 years ago
  15. 08c27e3 kms_cursor_crc: Add a cursor test using CRCs by Ville Syrjälä · 11 years ago
  16. 0786d5c lib: Check pipe source validity in igt_pipe_crc_new() by Ville Syrjälä · 11 years ago
  17. 987bcd9 lib: Allow pipe_crc_free(NULL) by Ville Syrjälä · 11 years ago
  18. 471ec64 lib/drmtest: Add kmstest_paint_color_alpha() by Ville Syrjälä · 11 years ago
  19. e98a06d intel_reg_dumper: fix "enable" at hsw_debug_lp_wm by Paulo Zanoni · 11 years ago
  20. b7ccea0 gitignore: Ignore intel_opregion_decode by Damien Lespiau · 11 years ago
  21. 6d3c917 intel_opregion_decode: decipher bclm table by Jani Nikula · 11 years ago
  22. 76be749 intel_opregion_decode: new tool for decoding graphics opregion by Jani Nikula · 11 years ago
  23. a360e39 intel_bios_reader: dump all sections, including unknown ones by Jani Nikula · 11 years ago
  24. 419d053 intel_bios_reader: dump all edp device info structs by Jani Nikula · 11 years ago
  25. a4180df intel_bios_reader: prepare for dumping all sections by Jani Nikula · 11 years ago
  26. 8596a4b intel_bios_reader: add size temp variable as a shorthand for finfo.st_size by Jani Nikula · 11 years ago
  27. 58ac17d intel_error_decode: Fix X/Y fence for gen2/3 by Chris Wilson · 11 years ago
  28. 4acaf00 tests/kms_flip: More leeway for dummy load tests by Daniel Vetter · 11 years ago
  29. 3d2d73e kmstest: don't pollute stderr for impossible output configs by Daniel Vetter · 11 years ago
  30. 45cd89a tests/kms_flip: Unconfuse the framenumber step checking by Daniel Vetter · 11 years ago
  31. 8e11f87 tests/kms_flip: no absolute vblank wait on the first frame by Daniel Vetter · 11 years ago
  32. e313dee tets/kms_flip: disable correlation check by Daniel Vetter · 11 years ago
  33. f698984 tests/debugfs_pipe_crc: new subtest to check CRC frame numbers by Daniel Vetter · 11 years ago
  34. 09e9f0b rendercopy: Add a way to dump an .aub file with the rendercopy bos by Damien Lespiau · 12 years ago
  35. 5038b7e lib: fix the assert in igt_stop_helper by Daniel Vetter · 11 years ago
  36. 768e32a lib: Don't wait for a vblank when enabling the CRCs by Damien Lespiau · 11 years ago
  37. 5e3047c tests/debugfs_pipe_crc: Test the read CRCs are not null by Damien Lespiau · 11 years ago
  38. 43f5384 tests/debugfs_pipe_crc: test all connectors by Daniel Vetter · 11 years ago
  39. 070904b tests/debugfs_pipe_crc: test all pipes by Daniel Vetter · 11 years ago
  40. e6ad75c tests/debugfs_pipe_crc: fix fb leak by Daniel Vetter · 11 years ago
  41. 173a4cf tests/debugfs_pipe_crc: fall back to PIPE source by Daniel Vetter · 11 years ago
  42. 548323c lib/drmtest: Check that helper processes have died correctly by Daniel Vetter · 11 years ago
  43. 1cefd19 tests/ZZ_missed_irq: Fixup SOURCE_PATH handling by Daniel Vetter · 11 years ago
  44. a12d4a7 gem_ctx_bad_exec: skip vebox when appropriate by Ben Widawsky · 11 years ago
  45. befabe2 README: list some of the dependencies by Jani Nikula · 11 years ago
  46. 0412f32 tests/debugfs_pipe_crc: correctly skip on unsupported platforms by Daniel Vetter · 11 years ago
  47. 4ba97dd debugfs_pipe_crc: Let's check CRCs! by Damien Lespiau · 11 years ago
  48. f673775 lib: Add igt_wait_for_vblank() helper by Damien Lespiau · 11 years ago
  49. d4e7ddf lib: Make igt_debugfs_open() take the mode as argument by Damien Lespiau · 11 years ago
  50. 952d4b0 lib: Add a igt_display.h with a few enums and defines from the kernel by Damien Lespiau · 11 years ago
  51. 252dca1 lib: Add kmstest_paint_color() by Damien Lespiau · 11 years ago
  52. 5a97ea9 lib: Add a igt_assert_cmpint() by Damien Lespiau · 11 years ago
  53. ffa2107 lib: Add igt_debugfs_fopen() by Damien Lespiau · 11 years ago
  54. 51b63e3 lib: Add a small helper to open debugfs files by Damien Lespiau · 11 years ago
  55. 8fed383 Depend on libdrm_intel >= 2.4.47. by Matt Turner · 11 years ago
  56. cd460f1 configure: Don't bail if libdrm_nouveau isn't available. by Matt Turner · 11 years ago
  57. d3d371f tests/pc8: Readd verbose error message by Daniel Vetter · 11 years ago
  58. a5d40a9 tests/kms_flip: fix igt_assert by Daniel Vetter · 11 years ago
  59. 98a2b5b tests/kms_flip: Skip if the kernel doesn't let y-tiled bo slip through by Daniel Vetter · 11 years ago
  60. 9f3794f tests/kms_flip: exit handler needs a fixture by Daniel Vetter · 11 years ago
  61. ce5becb testdisplay: Allow getopt to print error messages by Thomas Wood · 11 years ago
  62. ffdece3 tests/gem_suspend: test debugfs/sysfs reads while s/r by Daniel Vetter · 11 years ago
  63. 8a9b275 tests/module_reload: fail if the module didn't unload by Daniel Vetter · 11 years ago
  64. f014878 gem_pin: Use iterator for blit batch setup by Ben Widawsky · 11 years ago
  65. a7934e2 gem_exec_blt: Use iterator for blit batch setup by Ben Widawsky · 11 years ago
  66. 637162d gem_evict_*: Use iterator for blit batch by Ben Widawsky · 11 years ago
  67. aa6fbd1 gem_linear_blits: Use iterator for blit batch setup by Ben Widawsky · 11 years ago
  68. 4de3b17 gem_exec_faulting_reloc: use iterator for batchbuffer by Ben Widawsky · 11 years ago
  69. 6f8c30d tests: add kms_addfb by Daniel Vetter · 11 years ago
  70. 590f610 lib/drmtest: extract rawer __gem_set_tiling by Daniel Vetter · 11 years ago
  71. 40599b0 pwrite_pread: Get devid only once by Ben Widawsky · 11 years ago
  72. a2925b0 pwrite_pread: Extract batch building by Ben Widawsky · 11 years ago
  73. 41ae28e pwrite_pread: use execbuf.batch_len for size by Ben Widawsky · 11 years ago
  74. 96f665c gem_tiled_blits: Squash bo leak on simulation by Ben Widawsky · 11 years ago
  75. f75dec0 gem_tiled_blits: Squash memory leak on simulation by Ben Widawsky · 11 years ago
  76. 304c458 tests/kms_flip: Skip if no clone configuration could be found by Daniel Vetter · 11 years ago
  77. bc888c2 configure.ac: require dri2proto for overlay by Ben Widawsky · 11 years ago
  78. ae59954 tests/pc8: Fail harder by Daniel Vetter · 11 years ago
  79. 3dc91f3 tests/pc8+: Only skip i2c subtest if i2c /dev interface is unavailable by Daniel Vetter · 11 years ago
  80. 37e5b31 tests/kms_flip: use igt_assert more by Daniel Vetter · 11 years ago
  81. 54b5f72 tests/kms_flip: check flip count in both directions by Daniel Vetter · 11 years ago
  82. 47d0a6f NEWS: Mention gen7 perf counters release by Daniel Vetter · 11 years ago
  83. b53f22c tests: Simulate missed breadcrumb irqs by Chris Wilson · 11 years ago
  84. 11d5859 intel_perf_counters: Add support for Gen7 platforms. by Kenneth Graunke · 11 years ago
  85. 16b6193 tests/kms_flip: use igt_assert in the dpms helpers by Daniel Vetter · 11 years ago
  86. 0b19cb5 tests/kms_flip: Check the dpms confusion by Daniel Vetter · 11 years ago
  87. a8bf10c NEWS: testdisplay now with 3d support! by Daniel Vetter · 11 years ago
  88. 1f0addb tests/kms_flip: scale test runtime by Daniel Vetter · 11 years ago
  89. 3f89d54 tests/kms_flip: fail harder by Daniel Vetter · 11 years ago
  90. 6de613f testdisplay: Print the stereo mode being tested by Damien Lespiau · 11 years ago
  91. e836b60 testdisplay: Make -o and -3 work together by Damien Lespiau · 11 years ago
  92. 8393bb4 testdisplay: Remove mode resetting now that we don't adjust the timings by Damien Lespiau · 11 years ago
  93. c128b73 testdisplay: Respect specified_disp_id in the stereo loop by Damien Lespiau · 11 years ago
  94. 28cf66d testdisplay: Remove printing out the eyes geometry by Damien Lespiau · 11 years ago
  95. 21a89a9 lib: Adjust dump_modes() to the new stereo encoding by Damien Lespiau · 11 years ago
  96. a7d1937 testdisplay: Use DRM_MODE_FLAG_3D_MASK by Damien Lespiau · 11 years ago
  97. 578c1ce testdisplay: Remove the timing adjustements now that the kernel does it by Damien Lespiau · 11 years ago
  98. d89f4a2 intel_infoframe: Display the VIC in decimal by Damien Lespiau · 11 years ago
  99. 9a8fda7 testdisplay: Test the stereo 3D modes by Damien Lespiau · 12 years ago
  100. 951b37e testdisplay: Provide a full path when opening pngs by Damien Lespiau · 11 years ago