1. 7ee278f build: Guard the inclusions of config.h with HAVE_CONFIG_H by Damien Lespiau · 11 years ago
  2. 6526d8c tests: Forbid to run the blit tests with count of 1 by Damien Lespiau · 11 years ago
  3. 50c45f9 tests: Add a quick variant to the gem_storedw_* tests by Damien Lespiau · 11 years ago
  4. 6157d24 tests/testdisplay.c: Remove the variable only_one_mode. by Yi Sun · 11 years ago
  5. 3a752a3 configure: slightly more standard --disable-tests by Ben Widawsky · 11 years ago
  6. b8e5965 tests/gem_ctx_exec: properly test destroy_ctx ioctl by Mika Kuoppala · 11 years ago
  7. 8c4bb70 kms_flip: Add flip-vs-modeset-vs-hang test by Ville Syrjälä · 11 years ago
  8. e1d1beb kms_flip: Make flip events optional by Ville Syrjälä · 11 years ago
  9. fb7bc2e tests/gem_lut_handle: Limit testing LUT interface to recent kernels by Chris Wilson · 12 years ago
  10. d5517a1 tests/gem_lut_handle: Expand negative testing by Chris Wilson · 12 years ago
  11. 230d77f tests: Benchmark new API for using a LUT with the execbuffer by Chris Wilson · 12 years ago
  12. ec2eac6 tests: Exercise new API for using a LUT with the execbuffer by Chris Wilson · 12 years ago
  13. cdd352d tests/testdisplay.c: Fix the issue which don't display anything until '-o' given. by Yi Sun · 12 years ago
  14. c612481 tests/gem_seqno_wrap: skip if debugfs entry is not there by Mika Kuoppala · 12 years ago
  15. 2d0a8e8 tests: Add basic testing of gem_pin by Chris Wilson · 12 years ago
  16. 05bfbf4 tests/testdisplay: Specify the display. by Yi Sun · 12 years ago
  17. 33f09f6 tests/gem_seqno_wrap: adapt to new next_seqno debugfs interface by Mika Kuoppala · 12 years ago
  18. 5825cf8 tests/prime_nv_pcopy: guard output for subtest listing by Daniel Vetter · 12 years ago
  19. 71ba003 intel/udl tests; by Dave Airlie · 12 years ago
  20. d798ab9 tests: add testcase to check igt runtime enviroment by Daniel Vetter · 12 years ago
  21. f054637 kms_flip: Add -lrt back by Ville Syrjälä · 12 years ago
  22. cef6815 tests/kms_flip: don't die on stdin input by Daniel Vetter · 12 years ago
  23. 0af2b18 lib: extract kmstest_get_pipe_from_crtc_id by Daniel Vetter · 12 years ago
  24. 573d59d tests/gem_flink: enable flink lifetime subtest by Daniel Vetter · 12 years ago
  25. acdf717 tests: s/flip_test/kms_flip by Daniel Vetter · 12 years ago
  26. f56384c tests/flip_test: add flip vs. rmfb testcase by Daniel Vetter · 12 years ago
  27. df41e1a flip_test: recreate fb by Daniel Vetter · 12 years ago
  28. 8ed0112 tests/flip_test: split out timestamp checks into subtest by Daniel Vetter · 12 years ago
  29. f185699 tests/gem_seqno_wrap.c: include <signal.h> for definition of kill() by Alan Coopersmith · 12 years ago
  30. c2e05af tests/prime_nv_pcopy: convert to subtests by Daniel Vetter · 12 years ago
  31. cc4eeb9 tests/prime_nv_tests: convert to subtests by Daniel Vetter · 12 years ago
  32. a2452d6 tests/gem_seqno_wrap: dont sync when crossing half of seqno space by Mika Kuoppala · 12 years ago
  33. 7ab837b flip_test: fix link error due to missing -lrt by Imre Deak · 12 years ago
  34. e0ce231 tests/gem_*_tiled_blits: Use the vma limiter to present address space exhaustion by Chris Wilson · 12 years ago
  35. de9621b tests/gem_tiled_pread_pwrite: Allow the kernel to reap the GTT address space by Chris Wilson · 12 years ago
  36. b1ee03c tests/gem_tiled_swapping: Don't needless crash on 32-bit systems by Chris Wilson · 12 years ago
  37. 4cd2179 tests/prime_nv_pcopy.c: fail if nouveau_pushbuf_kick fails rather than spinning by Maarten Lankhorst · 12 years ago
  38. 3084263 tests: disable gem_exec_bad_domains/conflicting-write-domain by Daniel Vetter · 12 years ago
  39. c0dbf04 tests: Add a basic test for tiled render copies by Chris Wilson · 12 years ago
  40. 3ad9290 tests: Add basic test for render blits by Chris Wilson · 12 years ago
  41. 51f0830 tests/gem_exec_nop: implemented correct SKIP reporting by Daniel Vetter · 12 years ago
  42. 53e184b tests/gem_dummy_reloc_loop: some updates by Daniel Vetter · 12 years ago
  43. ad59196 tests: fixup gem_exec_nop subtests by Daniel Vetter · 12 years ago
  44. d9d9578 tests: run no-op batches on all rings by Daniel Vetter · 12 years ago
  45. 796fd58 tests: add gem_seqno_wrap by Mika Kuoppala · 12 years ago
  46. 175fc65 tests/Makefile.am: Add a comment about the subtest infrastructure by Daniel Vetter · 12 years ago
  47. 6daae8b tests/gem_flink: check flink lifetime rules by Daniel Vetter · 12 years ago
  48. d8df90d tests/gem_exec_bad_domains: add more bad domains by Daniel Vetter · 12 years ago
  49. 0d7139a tests/gem_stress: prevent segfault in getopt parsing by Daniel Vetter · 12 years ago
  50. 64f669f lib: extract get_render_copyfunc by Daniel Vetter · 12 years ago
  51. d79414f tests: disable gem_non_secure_batch by Daniel Vetter · 12 years ago
  52. df11a6f tests/gem_tiled_partial_pwrite_pread: convert to subtest infrastructure by Daniel Vetter · 12 years ago
  53. b0066d3 tests/gem_tiled_partial_pwrite_pread: refactor subtests into functions by Daniel Vetter · 12 years ago
  54. 129d201 tests/gem_set_tiling_vs_blt: convert to subtest infrastructure by Daniel Vetter · 12 years ago
  55. ca2851f tests/gem_ringfill: convert to subtest infrastructure by Daniel Vetter · 12 years ago
  56. 046b149 tests/gem_partial_pwrite_pread: convert to subtest infrastructure by Daniel Vetter · 12 years ago
  57. 1a55ca7 tests/gem_partial_pwrite_pread: refactor subtests into functions by Daniel Vetter · 12 years ago
  58. af228d4 tests/gem_mmap_gtt: convert to subtest infrastructure by Daniel Vetter · 12 years ago
  59. 7160c53 tests: re-enable gem_hangcheck_forcewak by Daniel Vetter · 12 years ago
  60. a277857 tests/gem_gtt_concurrent_blit: convert to subtest infrastructure by Daniel Vetter · 12 years ago
  61. 2a9e128 tests/gem_flink: convert to subtest infrastructure by Daniel Vetter · 12 years ago
  62. 9d65d48 tests/gem_cs_tlb: convert to subtests by Daniel Vetter · 12 years ago
  63. 4f6ab18 tests/gem_cpu_concurrent_blt: convert to subtest infrastructure by Daniel Vetter · 12 years ago
  64. 792a05a tests/gem_cacheing: convert to subtest infrastructure by Daniel Vetter · 12 years ago
  65. 3cca0d8 tests/gem_basic: convert to subtest infrastructure by Daniel Vetter · 12 years ago
  66. c3d5c12 tests/flip_test: use subtest infrastructure by Daniel Vetter · 12 years ago
  67. 021909e tests: dont polute stderr if the test succeeds/skips by Daniel Vetter · 12 years ago
  68. 4fae0c6 tests: remove ZZ_check_dmesg from runner by Daniel Vetter · 12 years ago
  69. c79c56c tests: infrastructure for piglit runner by Daniel Vetter · 12 years ago
  70. b118877 testdisplay: Use the fb stride when painting the color key by Damien Lespiau · 12 years ago
  71. e5315f9 tests: add gem_non_secure_batch by Daniel Vetter · 12 years ago
  72. 3149531 flip_test: switch to using monotonic timestamps (v2) by Imre Deak · 12 years ago
  73. b7067d6 flip_test: use monotonic time to measure the test duration by Imre Deak · 12 years ago
  74. 8a2593b flip_test: skip check for last_received_ts for the first event by Imre Deak · 12 years ago
  75. b28caa0 flip_test: add wf-vblank test for expired sequence by Imre Deak · 12 years ago
  76. c7dd1dc flip_test: add comment about the race between flip vs. vblank events by Imre Deak · 12 years ago
  77. 7f32adc flip_test: check if the vblank and flip states correlate by Imre Deak · 12 years ago
  78. 429dc01 flip_test: fixup zero timestamp for premature vblanks by Imre Deak · 12 years ago
  79. 5fc312e flip_test: increase duration for vbl+flip tests with ts check by Imre Deak · 12 years ago
  80. 554237f tests/gem_cs_tlb: make it more robust by Daniel Vetter · 12 years ago
  81. ea50871 flip_test: check whether wait_vblank fails when it should by Daniel Vetter · 12 years ago
  82. 3b1fbbf flip_test: drop vblank vs. pan by Daniel Vetter · 12 years ago
  83. 7125a33 flip_test: tune test-durations a bit by Daniel Vetter · 12 years ago
  84. 6473c53 flip_test: add wait-for-vblank tests by Imre Deak · 12 years ago
  85. ae62874 flip_test: add check to see if any event has occured by Imre Deak · 12 years ago
  86. fe7fea0 flip_test: add event sequence number tracking by Imre Deak · 12 years ago
  87. 887a259 flip_test: add logic to track pending events by Imre Deak · 12 years ago
  88. a7d9a57 flip_test: make page flip tests conditional by Imre Deak · 12 years ago
  89. eecae8d flip_test: unify the name of the current test in status messages by Imre Deak · 12 years ago
  90. 6c2b53d flip_test: store the pipe id in the test context obj by Imre Deak · 12 years ago
  91. 641261f flip_test: don't skip checks for sequence #1 by Imre Deak · 12 years ago
  92. ee8f485 flip_test: factor out the event state by Imre Deak · 12 years ago
  93. 5fa6955 flip_test: swap the order of check state/run test step by Imre Deak · 12 years ago
  94. 960a389 flip_test: split the flip handler into logical parts by Imre Deak · 12 years ago
  95. 9e43ecd flip_test: store current flip/received timestamps in the context obj by Imre Deak · 12 years ago
  96. 161e525 flip_test: factor out the final state check by Imre Deak · 12 years ago
  97. c96d18a flip_test: factor out the event loop/wait for event logic by Imre Deak · 12 years ago
  98. 0699dc7 flip_test: move output panning inside the flip_handler by Imre Deak · 12 years ago
  99. 3731fee flip_test: store fb width, height in test context object by Imre Deak · 12 years ago
  100. f9f6bff flip_test: factor out drmModePageFlip by Imre Deak · 12 years ago