1. 41cbe36 intel-gpu-tools: Build tests needing cairo if ANDROID_HAS_CAIRO=1 by Tim Gore · 11 years ago
  2. 0fee90b tests/gen7_forcewake_mt: Don't set the GGTT bit in SRM command by Brad Volkin · 11 years ago
  3. 6374641 testdisplay: fix restoring termio at exit by Imre Deak · 11 years ago
  4. d848a36 tests/kms_fbc_crc: Check context support earlier by Ville Syrjälä · 11 years ago
  5. f85fff0 tests/kms_fbc_crc: Allow the subtests to pass even if some planes aren't FBC capable by Ville Syrjälä · 11 years ago
  6. 66d5f09 igt/gem_render_tiled_blits: Speed up by using the GPU to detile by Chris Wilson · 11 years ago
  7. e46ff3f igt/gem_lut_handle: Fix errno checking by Chris Wilson · 11 years ago
  8. 8741c22 tests/gem_flink_race,prime_self_import: fix object counts by Mika Kuoppala · 11 years ago
  9. 7935bbd intel_bios_reader: make edp block decode match kernel by Jani Nikula · 11 years ago
  10. 4bd9fe6 gem_alive: A utility to see if the driver or GPU has hung by Chris Wilson · 11 years ago
  11. c864279 overlay: Parse /proc/interrupts in lieu of debugfs/i915_gem_interrupt by Chris Wilson · 11 years ago
  12. bff7ecd overlay: Use new i915_frequency_info in fallback code by Chris Wilson · 11 years ago
  13. b38b8a5 tests/pm_pc8: subtests for runtime pm for dpms by Daniel Vetter · 11 years ago
  14. 29ee36f lib: extract kmstest_set_connector_dpms by Daniel Vetter · 11 years ago
  15. 066ad35 tests: Fix make depencies for test list by Daniel Vetter · 11 years ago
  16. a40f091 Add Cherryview PCI IDs by Ville Syrjälä · 12 years ago
  17. ce3c443 NEWS: Updates by Daniel Vetter · 11 years ago
  18. c1404e0 errno is reset after each syscall by Chris Wilson · 11 years ago
  19. fa86e33 tests/gem_stress: Fix rendercopy vs. keep_gpu_busy on gen6+ by Ville Syrjälä · 11 years ago
  20. 6abfe2f tests/gem_exec_params: One more invalid ring tests by Daniel Vetter · 11 years ago
  21. a595a40 tests/pm_pc8: skip the test if runtime PM is disabled by Imre Deak · 11 years ago
  22. e36c896 test: Fixup for the previous patch by Daniel Vetter · 11 years ago
  23. 1b55886 test/gem_userptr_*: Fix compile fail by Daniel Vetter · 11 years ago
  24. d3057d7 tests/gem_userptr_benchmark: Benchmarking userptr surfaces and impact by Tvrtko Ursulin · 11 years ago
  25. a3e97dd tests/gem_vmap_blits: Remove obsolete test case by Tvrtko Ursulin · 11 years ago
  26. 863c073 tests/gem_userptr_blits: Expanded userptr test cases by Tvrtko Ursulin · 11 years ago
  27. a461515 kms_cursor_crc: Fix the test on platforms where the pipe->port mapping has restrictions by Ville Syrjälä · 11 years ago
  28. 5b90833 kms_cursor_crc: Wrap igt_require() in igt_fixture by Ville Syrjälä · 11 years ago
  29. f688a56 kms_cursor_crc: Replace snprintf()+%s with just %d by Ville Syrjälä · 11 years ago
  30. fb2ccb1 kms_cursor_crc: Allow the test to run without cursor cap support by Ville Syrjälä · 11 years ago
  31. f8e5a3f kms_cursor_crc: Wrap cursor fb creating into igt_fixture by Ville Syrjälä · 11 years ago
  32. f6e8697 kms_cursor_crc: Simplify the pipe_crc mess by Ville Syrjälä · 11 years ago
  33. aaef7ad kms_cursor_crc: Add background picture by Antti Koskipaa · 11 years ago
  34. fafcff9 kms_cursor_crc: Add random cursor placement test by Antti Koskipaa · 11 years ago
  35. 470e5ce kms_cursor_crc: Add moving cursor test by Antti Koskipaa · 11 years ago
  36. 795eddc kms_cursor_crc: Add reference software rendering by Antti Koskipaa · 11 years ago
  37. ead0173 kms_cursor_crc: Separate onscreen and offscreen tests by Antti Koskipaa · 11 years ago
  38. fe8041b kms_cursor_crc: Use a function pointer to call test by Antti Koskipaa · 11 years ago
  39. 7ec631c kms_cursor_crc: Move cursor enable and disable calls where they belong by Antti Koskipaa · 11 years ago
  40. a593d61 kms_cursor_crc: Remove some test cases and change cursor to color by Antti Koskipaa · 11 years ago
  41. b918a3b Reset errno to 0 after success by Chris Wilson · 11 years ago
  42. 5d76496 benchmarks: Build them on Android. by Tvrtko Ursulin · 11 years ago
  43. dc14bf4 tests: Extract ALIGN macro into a common header by Tvrtko Ursulin · 11 years ago
  44. e32664c tests: Skip building kms_flip_tiling on Android by Tvrtko Ursulin · 11 years ago
  45. 1639022 tests/gem_exec_params: Fix rel-constants-invalid subtest by Daniel Vetter · 11 years ago
  46. 5a8c064 tests/gem_dummy_reloc_loop: Add one subtest based on multi drm_fd to test CPU<->GPU sync under multi BSD rings by Zhao Yakui · 11 years ago
  47. ae8e646 tests: Add one ring sync case based on multi drm_fd to test ring semaphore sync under multi BSD rings by Zhao Yakui · 11 years ago
  48. cd3850e tests: Add gem_exec_params by Daniel Vetter · 11 years ago
  49. 4e93890 Add gem_render_copy_redux by Chris Wilson · 11 years ago
  50. 78e4c2b lib: Fix potential out of bounds access in ring stop code by Ville Syrjälä · 11 years ago
  51. 4aa2c10 lib: Fix assert failure in ring stop code by Ville Syrjälä · 11 years ago
  52. 43c2ed7 tests: Compile all the tests by Ville Syrjälä · 11 years ago
  53. 4fbd49b tests/kms_flip_tiling: Fixes by Daniel Vetter · 11 years ago
  54. ddf8cc1 test: Add test for checking if page flip changes tiling by Ander Conselvan de Oliveira · 11 years ago
  55. cc730c4 lib/kmstest: Fix up tiled buffer creation by Daniel Vetter · 11 years ago
  56. 99b8f80 tests/gem_reset_stats: fix length check in inject_hang by Mika Kuoppala · 11 years ago
  57. 53ad1e4 tests/gem_reset_stats: check gpu state before each subtest by Mika Kuoppala · 11 years ago
  58. 2f2c491 lib/drmtest: don't dup quiescent fd by Mika Kuoppala · 11 years ago
  59. d983a47 tests: use lib igt_[get|set]_stop_rings() by Mika Kuoppala · 11 years ago
  60. bfa6fa9 lib: add igt_get_stop_rings and igt_set_stop_rings by Mika Kuoppala · 11 years ago
  61. 1c7ca57 tests/gem_reset_stats: end hanging batch properly by Mika Kuoppala · 11 years ago
  62. f74c443 tests/gem_exec_parse: Test for OACONTROL tracking by Brad Volkin · 11 years ago
  63. 9eec5b0 gem_tiled_swapping: Test using all available fences by Chris Wilson · 11 years ago
  64. ff7806e gem_tiled_swapping: Purge all page/swap caches first by Chris Wilson · 11 years ago
  65. 5d607a7 intel-gpu-overlay: Update debugfs path for min/max frequency by Chris Wilson · 11 years ago
  66. 574d62d tools/intel_reg_dumper: use haswell_debug_regs on BDW too by Paulo Zanoni · 11 years ago
  67. 1fd9fc0 tests/pm_pc8: skip tests when no screens are connected by Paulo Zanoni · 11 years ago
  68. abba92d tests/pm_pc8: add missing newline by Paulo Zanoni · 11 years ago
  69. d6362ce tests/gem_cmd_parse: restrict to gen7 by Daniel Vetter · 11 years ago
  70. e8869c4 gem_tiled_swapping: Limit to available memory by Chris Wilson · 11 years ago
  71. b8afe98 lib/rendercopy: fix alloc len for gen7_bind_buf by Mika Kuoppala · 11 years ago
  72. d493325 tests: create files that list the available tests by Thomas Wood · 11 years ago
  73. 22bc1a2 intel-gpu-tools: avoid include of cairo.h on Android builds by tgore · 11 years ago
  74. 4fdca96 tools/quick_dump: Fix make distcheck by Daniel Vetter · 11 years ago
  75. e599ff4 intel-gpu-tools: fix some include path problems on android builds by tgore · 11 years ago
  76. a96c634 intel-gpu-tools: fix problem with redefinition of mmap64 by tgore · 11 years ago
  77. 798fca3 README: update piglit cmd by Daniel Vetter · 11 years ago
  78. 2031da4 intel_infoframes: remove bogus "being transmitted" check from VLV by Jesse Barnes · 11 years ago
  79. c1c96d8 intel_infoframes: add VLV support by Jesse Barnes · 11 years ago
  80. 47c551b quick_dump: Put the cairo cflags with the other cflags. by Ben Widawsky · 11 years ago
  81. 9048aa1 tools/quick_dump: re-apply ducttape by Daniel Vetter · 11 years ago
  82. 961a46c tests/pm_rps: Add a new testcase to provoke the "stuck at max" bug by Daniel Vetter · 11 years ago
  83. 669a2fc tests/pm_rps: quiescent harder by Daniel Vetter · 11 years ago
  84. 896b550 rendercopy/gen8: Remove a hole in struct gen8_blend_state by Damien Lespiau · 11 years ago
  85. 7255a84 testdisplay: make termio unbuffered by Jesse Barnes · 11 years ago
  86. 3d9e63f lib/igt_fb: api documentation by Daniel Vetter · 11 years ago
  87. 7568edf lib/igt_fb: setup font in igt_get_cairo_ctx by Daniel Vetter · 11 years ago
  88. ae461e6 lib/igt_fb: drop kmstest_ prefix from static functions by Daniel Vetter · 11 years ago
  89. c6c2b2b lib/igt_kms/bf: doc skeleton by Daniel Vetter · 11 years ago
  90. 64401f5 lib: fold igt_display into igt_kms by Daniel Vetter · 11 years ago
  91. 9aea7ae lib/igt_fb: switch to igt_ prefix from kmstest_ by Daniel Vetter · 11 years ago
  92. 57d7db8 lib: extract igt_fb library by Daniel Vetter · 11 years ago
  93. 0b30197 gitignore: Add logfiles from make check by Daniel Vetter · 11 years ago
  94. ef10794 lib/igt_kms: make kmstest_get_cairo_surface static by Daniel Vetter · 11 years ago
  95. 2fc2fa5 lib/igt_kms: s/kmstest_create_fb2/kmstest_create_fb/ by Daniel Vetter · 11 years ago
  96. 7018216 lib: remove kmstest_create_fb by Daniel Vetter · 11 years ago
  97. 288e80f lib/igt_aux: Lost doc polish hunk. by Daniel Vetter · 11 years ago
  98. 785a0cd quick_dump: Fix the danvet fallout. by Ben Widawsky · 11 years ago
  99. db25973 lib/intel_batchbuffer fix OUT_RELOC doc tag by Mika Kuoppala · 11 years ago
  100. 71c6f87 lib/igt_core: fix igt_skip_on_simulation regression by Daniel Vetter · 11 years ago