1. c81d293 convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocci by Micah Fedke · 9 years ago
  2. e224180 lib: adding drm_open_driver() interface by Micah Fedke · 9 years ago
  3. 2bacd07 lib: don't use igt_warn in signal handlers by Thomas Wood · 9 years ago
  4. 1dcace3 build: fix unused-result warnings by Thomas Wood · 9 years ago
  5. f0381d1 lib: various documentation fixes by Thomas Wood · 9 years ago
  6. 88cbb41 lib/gpgpu_fill.c: fix file permissions by Thomas Wood · 9 years ago
  7. 05f5e16 lib: fix distcheck issues by Thomas Wood · 9 years ago
  8. 804e11f lib: add a single include header by Thomas Wood · 9 years ago
  9. 9113c9a lib/igt_draw: break if we already wrote every pixel by Paulo Zanoni · 9 years ago
  10. 9194f4e lib/igt_draw: fix pwrite_tiled() by Paulo Zanoni · 9 years ago
  11. caaf3b8 lib/igt_draw: add support for RGB565 and XRGB2101010 by Paulo Zanoni · 9 years ago
  12. a1fce74 lib/igt_core: use print("%s", #expr) instead of print(#expr) by Paulo Zanoni · 9 years ago
  13. 8af62be lib: Allow caller to use uint64_t sizes with intel_require_memory() by Chris Wilson · 9 years ago
  14. dd82494 lib/rendercopy_gen9: Setup Push constant pointer before sending BTP commands by Arun Siluvery · 9 years ago
  15. 8a68ec1 lib/rendercopy_gen9: WaBindlessSurfaceStateModifyEnable by Mika Kuoppala · 9 years ago
  16. d524a96 benckmarks/Android.mk: Fix building benchmarks for Android by Derek Morton · 9 years ago
  17. 5b0a843 lib/core: Add igt_reset_timeout by Daniel Vetter · 9 years ago
  18. 370c989 lib/core: Add optional reason for timeout failure by Daniel Vetter · 9 years ago
  19. 24617ef tests/gem_ctx_param_basic: support NO_ZEROMAP by David Weinehall · 9 years ago
  20. 995f273 lib: add igt_debugfs_read() by Paulo Zanoni · 9 years ago
  21. 40ebf95 igt/gem_streaming_writes: Bind into the GTT early by Chris Wilson · 9 years ago
  22. b7c33e0 benchmarks: Benchmarkify gem_exec_nop by Chris Wilson · 9 years ago
  23. 3676912 lib/gpgpu_fill: Add SKL support by Dominik Zeromski · 9 years ago
  24. a017c29 lib/gpgpu_fill: Add BDW support by Dominik Zeromski · 9 years ago
  25. ed816d5 lib: Move gpgpu_fill code to separate file by Dominik Zeromski · 9 years ago
  26. e65c69b lib: exit immediately if igt_fail is called in an exit handler by Thomas Wood · 9 years ago
  27. 0705ce6 igt/stats: Fixup tests to compile after interface changes by Chris Wilson · 9 years ago
  28. 8506cdc lib: Allow storing floating point values in igt_stats by Chris Wilson · 9 years ago
  29. 4deb562 configure: require libdrm >= 2.4.55 by Paulo Zanoni · 9 years ago
  30. ec9e599 build: Don't use automake's conditional in a Makefile.sources by Damien Lespiau · 9 years ago
  31. e5653d5 build: Add an option to not use the git hash in version by Damien Lespiau · 9 years ago
  32. 0a01a19 build: Add DEBUG_FLAGS to tools and self-tests by Damien Lespiau · 9 years ago
  33. 390653a aux: Don't evaluate several times the arguments of min() and max() by Damien Lespiau · 9 years ago
  34. 643aab2 stats: Add wikipedia links to get_trimean() and get_iqm() by Damien Lespiau · 9 years ago
  35. d01ebbd docs: various documentation fixes by Thomas Wood · 9 years ago
  36. 85f6d82 docs: fix "no link" warning by Thomas Wood · 9 years ago
  37. 5d80872 docs: override section id to avoid '/' in filenames by Thomas Wood · 9 years ago
  38. 2d305f6 stats: Add trimean by Chris Wilson · 9 years ago
  39. 19135a3 stats: Add the interquartile mean (IQM) by Chris Wilson · 9 years ago
  40. 46f277b stats: Exercise the reallocation paths by Damien Lespiau · 9 years ago
  41. 66e0bf6 stats: Spwan igt_init_with_size() from igt_init() by Damien Lespiau · 9 years ago
  42. 00432ff stats: Allow the underlying arrays to grow at will by Damien Lespiau · 9 years ago
  43. 817ea87 stats: Test we do correctly invalidate the sorted array by Damien Lespiau · 9 years ago
  44. fabde38 stats: Add support for the interquartile range (IQR) by Damien Lespiau · 9 years ago
  45. 1b8997b stats: Add support for quartiles (and thus median) by Damien Lespiau · 9 years ago
  46. 3839bac stats: Add a bulk version of _push() by Damien Lespiau · 9 years ago
  47. 2fe2869 stats: Use igt_assert_eq_double() when asserting on doubles by Damien Lespiau · 9 years ago
  48. 0a38e97 lib: Add double versions of igt_assert_cmp() and igt_assert_eq() by Damien Lespiau · 9 years ago
  49. 2388852 docs: Add documentation for igt_assert_cmpuint() by Damien Lespiau · 9 years ago
  50. f660d0a docs: Add documentation for igt_assert_u32() by Damien Lespiau · 9 years ago
  51. 4dca31b docs: Fix a "libraray" typo by Damien Lespiau · 9 years ago
  52. 0e4c175 stats: Add igt_stats_get_range() by Damien Lespiau · 9 years ago
  53. 4a89a84 stats: Add functions to retrieve min/max values of the dataset by Damien Lespiau · 9 years ago
  54. 87009f3 stats: Factor out a fixture to initialize stats by Damien Lespiau · 9 years ago
  55. 17ed69f stats: Add a note about the standard deviation derived from unbiased variance by Damien Lespiau · 9 years ago
  56. da123ad stats: Add a getter for the population property by Damien Lespiau · 9 years ago
  57. 3a5cf84 stats: Add a way to specify if the data set is a population or a sample by Damien Lespiau · 9 years ago
  58. a2f6fd3 stats: Add gtkdoc section for igt_stats by Damien Lespiau · 9 years ago
  59. 087a8d1 stats: Add header gards by Damien Lespiau · 9 years ago
  60. 6ebd8c2 doc: Remove i-g-t/intel prefixes and capitalize section titles by Damien Lespiau · 9 years ago
  61. 203c384 stats: Zero the whole structure at init() time by Damien Lespiau · 9 years ago
  62. 76ea7b9 tests/stats: Make sure we properly invalidate the cached mean by Damien Lespiau · 9 years ago
  63. 515cec1 stats: Add a way to retrieve the standard deviation by Damien Lespiau · 9 years ago
  64. 05c10f9 stats: Use an algorithm popularised by Knuth to compute mean and variance by Damien Lespiau · 9 years ago
  65. 9986282 tests/igt_stats: Call igt_stats_fini() to not leak the array by Damien Lespiau · 9 years ago
  66. e55a11d stats: Be more precise and talk about mean, not average by Damien Lespiau · 9 years ago
  67. e86557c lib/igt_draw: move to the GTT domain before using GTT mmaps by Paulo Zanoni · 9 years ago
  68. 6cc553a lib/igt_core: fflush stdout after printing subtest results by Paulo Zanoni · 9 years ago
  69. 06f5f70 lib: Add a tiny utility function to compute averages by Damien Lespiau · 9 years ago
  70. 453792c lib: Enable locale dependent output to a terminal by Chris Wilson · 9 years ago
  71. c83299d lib: Use HAS_GPU_RESET rather than opencode our guess by Chris Wilson · 9 years ago
  72. a5633c4 lib/tests/igt_segfault Add unit test to test segfault handling by Derek Morton · 9 years ago
  73. d9ff9b3 lib/igt_aux: add functions to manipulate i915.ko parameters by Paulo Zanoni · 9 years ago
  74. f497238 lib/igt_core.c: Flag the test as failing after a segfault by Derek Morton · 9 years ago
  75. 88c9a82 lib: Enable building unit tests on android by Derek Morton · 9 years ago
  76. 5253af9 lib/bxt: Update the Broxton PCI IDs by Damien Lespiau · 9 years ago
  77. fd6846c lib: Add a user data pointer to the argument parsing functions by Damien Lespiau · 9 years ago
  78. aa6c634 igt.cocci: don't use igt_assert_neq to compare pointers by Thomas Wood · 9 years ago
  79. 6141aa2 docs: various documentation fixes by Thomas Wood · 9 years ago
  80. 641d535 lib/debugfs: wait_for_keypress("crc") when collecting CRC by Paulo Zanoni · 9 years ago
  81. 980ccf1 igt_kms: Do not reset plane position on assigning a fb by Tvrtko Ursulin · 9 years ago
  82. c3bd608 igt_kms: Merge condition in igt_plane_set_fb by Tvrtko Ursulin · 9 years ago
  83. 759bb7a igt_kms: Avoid NULL ptr deref when commiting disabled planes by Tvrtko Ursulin · 9 years ago
  84. d9dd33c lib: Add missing '\n' to error message by Damien Lespiau · 9 years ago
  85. 9b0a32d lib/core: Limit fatal signal CRASH reporting to the fatal signals by Chris Wilson · 9 years ago
  86. 578795f lib: Teach igt to handle signal failures gracefully by Chris Wilson · 9 years ago
  87. cf9f48e lib: add igt_draw by Paulo Zanoni · 10 years ago
  88. aa720ff lib/mmio: One more s/OUTRET/OUTREG/ by Daniel Vetter · 9 years ago
  89. 9bb2ca3 lib/batchbuffer: Fix COLOR_BLIT_COPY_BATCH_START by Daniel Vetter · 9 years ago
  90. 9bb04d3 lib: add igt_wait() by Paulo Zanoni · 10 years ago
  91. a734ac2 rename global mmio variable to igt_global_mmio by Jani Nikula · 9 years ago
  92. 23b7f08 lib: add 16 and 8 bit versions of INREG and OUTREG by Jani Nikula · 9 years ago
  93. c317b78 igt_fb: Close the image file when we are done with it by Tvrtko Ursulin · 9 years ago
  94. 48a27bc lib/igt_core.c : only disable low mem killer once by Tim Gore · 9 years ago
  95. 30a1360 igt_fb: Transfer existing content to Cairo surface for Y/Yf frame buffers by Tvrtko Ursulin · 9 years ago
  96. fc69bb0 igt/gem_exec_big: Check 64bit relocation values by Chris Wilson · 9 years ago
  97. 019ae90 lib: Fix types for gem_mmap* by Chris Wilson · 9 years ago
  98. fb950bc lib: Cache static queries by Chris Wilson · 9 years ago
  99. 236bab5 lib: Fix types for gem_create() by Chris Wilson · 9 years ago
  100. 7ef80c0 lib/igt_kms: Let set_property return the result by Sonika Jindal · 9 years ago