blob: b2432b169e192ee27b6f61941efb00f07797a05b [file] [log] [blame]
Rodrigo Vivia0950722014-03-13 07:52:47 -03001Release 1.6 (2014-03-13)
Ben Widawskya88cf4c2013-11-06 09:48:17 -08002------------------------
3
4- Changes to support Broadwell in the test suite. (Ben, Damien, et al.)
5
Daniel Vettere046c312013-11-12 12:18:33 +01006- Updated (now working again!) Android support from Oscar Mateo.
7
Daniel Vetter4697cf42013-11-14 11:08:13 +01008- Test coverage through i-g-t is now officially an integral part of any drm/i915
9 feature work and also for bugfixes. For more details see:
10
11 http://blog.ffwll.ch/2013/11/testing-requirements-for-drmi915.html
12
Daniel Vetterbb404942014-01-07 08:14:33 +010013- Fix the gen4asm build depency handling, now that the assembler is included in
14 i-g-t (Ben).
15
16- Improve the cairo object lifetime management of the kmstest helpers (Chris).
17
Daniel Vetterec3b1332014-02-12 00:12:07 +010018- Allow register access to succeed if i915 is loaded but debugfs isn't found
19 (i.e. nomodeset is used)
20
21- New kernel modesetting helper library for simpler testcases (Damien).
22
Daniel Vetterb5b0aeb2014-02-13 14:43:20 +010023- New structure logging support for tests. Message at the WARN level be
24 reflected in the piglit result, also included igt_warn_on macros to simplify
25 test asserts which should just result in warnings, but not in a test abort.
26
Daniel Vetter20087e72014-03-07 09:27:00 +010027- Broadwell support for intel_audio_dump (Mengdong Lin).
28
Thomas Wood14ea2a02014-03-11 16:04:28 +000029- API documentation support (Thomas)
30
Rodrigo Vivi41b5fbf2013-11-06 13:06:11 -020031Release 1.5 (2013-11-06)
Daniel Vetter145c0d12013-09-22 13:15:43 +020032------------------------
33
34- Some polishing of the test infrastructure, for details see:
35
36 http://blog.ffwll.ch/2013/09/more-drmi915-testsuite-infrastructure.html
37
38- Haswell support for the DPF tool (tools/intel_l3_parity) and other
39 improvements (Ben).
40
Daniel Vettera8bf10c2013-10-01 22:20:38 +020041- Stereo/3D support in testdisplay (Damien).
42
Daniel Vetter47d0a6f2013-10-04 11:10:48 +020043- Support for gen7 gpu perf counters in tools/intel_perf_counters (Kenneth).
44
Daniel Vettereeaf0132013-11-03 11:28:50 +010045- Improvements to the VBT decoder (Jani).
46
47- New tool to read legacy VGA registers (Ville).
48
49- New helpers in the test library to help deal with debugfs files and the new
50 display pipe CRC support (Damien).
51
52- Introduction of a proper naming convention for all the testcases, see
53 tests/NAMING-CONVENTION.
54
55- As usual tons of new testcases and improvements and bugfixes to existing ones.
56
57- The testsuite framework itself has gained some regression tests which can be
58 run at compile-time with "make check".
59
Daniel Vetter27f1a7d2013-11-06 15:06:15 +010060- New helpers for the drop_cache kernel interface and use drop_caches(RETIRE) to
61 really make sure the gpu is idle in testcases (Oscar Mateo).
62
Daniel Vetter5fab0b82013-11-06 18:55:20 +010063Release 1.4 (2013-09-16)
Daniel Vetter145c0d12013-09-22 13:15:43 +020064------------------------
Daniel Vetter35ee5072013-09-13 17:02:07 +020065
66- Integration of the gen4+ assembler (Damien).
67
68- Start of a new performance analysis tool from Chris Wilson with front-ends for
69 both X11 and plain kms. This uses the perf subsystem and the gpu performance
70 counter kernel patches from Chris.
71
72- New register dumper quick_dump from Ben, with lots of work from Damien. This
Chris Wilson32f9c492013-09-13 16:28:15 +010073 will superseed intel_reg_dumper for newer platforms (which are not yet
Daniel Vetter35ee5072013-09-13 17:02:07 +020074 released) since it will allow us to automatically generate register dumps from
75 the internal xml register specifications.
76
77- Tools to access the pletoria of new indirect register access functions on
78 newer platforms.
79
80- Framebuffer contents dumper to debug some of the nastier corruption issues.
81 The advantage here is that this bypasses any userspace drivers and so avoids
82 that the corruptions get magically fixed when taking an X screenshot.
83
Chris Wilson32f9c492013-09-13 16:28:15 +010084- Tons of new testcases. Including subtests we are now at roughly 450 tests!
Daniel Vetter35ee5072013-09-13 17:02:07 +020085
86- Improvements to the test framework infrastructure. See
87 http://blog.ffwll.ch/2013/08/recent-drmi915-testsuite-improvements.html
88 for an overview.
89
Rodrigo Vivia33d5572013-09-13 16:54:56 -030090Release 1.3 (2012-08-27)
Daniel Vetter030c9c02013-09-13 17:01:38 +020091------------------------
92
93- massive improvements to the testsuite
94- dpf tool for handling l3 remapping on gen7 (Ben)
95- robustify against wc gtt mappings (Chris)
96- improvements to the reg_dumper and register read/write tools
97- haswell support
98
99Release 1.2 (2012-02-09)
100------------------------
101
102- intel_audio_dump improvements (Wu Fengguang)
103- buildsystem improvements (Gaetan Nadon)
104- solaris support (Alan Coopersmith)
105- massive refactoring of testcases and rendercpy extraction
106- new tests
107- fixed up intel_reg_read/write for platforms needing forcewake (needs a
108 kernel patch which from 3.3 to work on ivb - Ben Widawsky)
109
Rodrigo Vivia33d5572013-09-13 16:54:56 -0300110Release 1.1 (2011-12-24)
Daniel Vetter030c9c02013-09-13 17:01:38 +0200111------------------------
112
113Improved testsuite, usable for kernel regression testing!
114
115Release 1.0 (2009-04-27)
116------------------------
117
118Initial release:
119- miscellaneous userland tools that don't really fit into the 2D driver tree
120- standalone regression tests for the DRM (make check)
121- microbenchmarks of the DRM for kernel performance regression testing