igt/gem_evict_alignment: Remove obsolete skip on gen8+
[platform/upstream/intel-gpu-tools.git] / NEWS
1 Release 1.7 (XXXX-XX-XX)
2 ------------------------
3
4 - Piles of API documentation for the core i-g-t testing libraries.
5
6 - Improved igt loggin, now also with igt_vlog (for va_args printf-style
7   logging).
8
9 - Polish for the igt_debugfs library.
10
11 - Split out igt_fb library from igt_kms, cleanup of the igt_kms functions.
12
13 - Android porting patches (Tim Gore, Tvrtko Ursulin).
14
15 - Piles more tests as usual.
16
17 - Support for building libcairo based tests on Android. Set ANDROID_HAS_CAIRO=1
18   in the build enviroment when you have this (Tim Gore).
19
20 - Timeout support in igt_aux, see igt_set_timeout (Thomas).
21
22 - Documentation for the testrunner interface like exit codes, subtest
23   enumeration and log output. Should help other people to run the tests in their
24   own framework.
25
26 - Make swig an optional dependency (Damien).
27
28 - Helpers for runtime pm tests in igt_aux.
29
30 Release 1.6 (2014-03-13)
31 ------------------------
32
33 - Changes to support Broadwell in the test suite. (Ben, Damien, et al.)
34
35 - Updated (now working again!) Android support from Oscar Mateo.
36
37 - Test coverage through i-g-t is now officially an integral part of any drm/i915
38   feature work and also for bugfixes. For more details see:
39
40   http://blog.ffwll.ch/2013/11/testing-requirements-for-drmi915.html
41
42 - Fix the gen4asm build dependency handling, now that the assembler is included in
43   i-g-t (Ben).
44
45 - Improve the cairo object lifetime management of the kmstest helpers (Chris).
46
47 - Allow register access to succeed if i915 is loaded but debugfs isn't found
48   (i.e. nomodeset is used)
49
50 - New kernel modesetting helper library for simpler testcases (Damien).
51
52 - New structure logging support for tests. Message at the WARN level be
53   reflected in the piglit result, also included igt_warn_on macros to simplify
54   test asserts which should just result in warnings, but not in a test abort.
55
56 - Broadwell support for intel_audio_dump (Mengdong Lin).
57
58 - API documentation support (Thomas)
59
60 Release 1.5 (2013-11-06)
61 ------------------------
62
63 - Some polishing of the test infrastructure, for details see:
64
65   http://blog.ffwll.ch/2013/09/more-drmi915-testsuite-infrastructure.html
66
67 - Haswell support for the DPF tool (tools/intel_l3_parity) and other
68   improvements (Ben).
69
70 - Stereo/3D support in testdisplay (Damien).
71
72 - Support for gen7 gpu perf counters in tools/intel_perf_counters (Kenneth).
73
74 - Improvements to the VBT decoder (Jani).
75
76 - New tool to read legacy VGA registers (Ville).
77
78 - New helpers in the test library to help deal with debugfs files and the new
79   display pipe CRC support (Damien).
80
81 - Introduction of a proper naming convention for all the testcases, see
82   tests/NAMING-CONVENTION.
83
84 - As usual tons of new testcases and improvements and bugfixes to existing ones.
85
86 - The testsuite framework itself has gained some regression tests which can be
87   run at compile-time with "make check".
88
89 - New helpers for the drop_cache kernel interface and use drop_caches(RETIRE) to
90   really make sure the gpu is idle in testcases (Oscar Mateo).
91
92 Release 1.4 (2013-09-16)
93 ------------------------
94
95 - Integration of the gen4+ assembler (Damien).
96
97 - Start of a new performance analysis tool from Chris Wilson with front-ends for
98   both X11 and plain kms. This uses the perf subsystem and the gpu performance
99   counter kernel patches from Chris.
100
101 - New register dumper quick_dump from Ben, with lots of work from Damien. This
102   will superseed intel_reg_dumper for newer platforms (which are not yet
103   released) since it will allow us to automatically generate register dumps from
104   the internal xml register specifications.
105
106 - Tools to access the pletoria of new indirect register access functions on
107   newer platforms.
108
109 - Framebuffer contents dumper to debug some of the nastier corruption issues.
110   The advantage here is that this bypasses any userspace drivers and so avoids
111   that the corruptions get magically fixed when taking an X screenshot.
112
113 - Tons of new testcases. Including subtests we are now at roughly 450 tests!
114
115 - Improvements to the test framework infrastructure. See
116   http://blog.ffwll.ch/2013/08/recent-drmi915-testsuite-improvements.html
117   for an overview.
118
119 Release 1.3 (2012-08-27)
120 ------------------------
121
122 - massive improvements to the testsuite
123 - dpf tool for handling l3 remapping on gen7 (Ben)
124 - robustify against wc gtt mappings (Chris)
125 - improvements to the reg_dumper and register read/write tools
126 - haswell support
127
128 Release 1.2 (2012-02-09)
129 ------------------------
130
131 - intel_audio_dump improvements (Wu Fengguang)
132 - buildsystem improvements (Gaetan Nadon)
133 - solaris support (Alan Coopersmith)
134 - massive refactoring of testcases and rendercpy extraction
135 - new tests
136 - fixed up intel_reg_read/write for platforms needing forcewake (needs a
137   kernel patch which from 3.3 to work on ivb - Ben Widawsky)
138
139 Release 1.1 (2011-12-24)
140 ------------------------
141
142 Improved testsuite, usable for kernel regression testing!
143
144 Release 1.0 (2009-04-27)
145 ------------------------
146
147 Initial release:
148 - miscellaneous userland tools that don't really fit into the 2D driver tree
149 - standalone regression tests for the DRM (make check)
150 - microbenchmarks of the DRM for kernel performance regression testing