NEWS: testdisplay now with 3d support!
[platform/upstream/intel-gpu-tools.git] / NEWS
1 Release 1.5
2 ------------------------
3
4 - Some polishing of the test infrastructure, for details see:
5
6   http://blog.ffwll.ch/2013/09/more-drmi915-testsuite-infrastructure.html
7
8 - Haswell support for the DPF tool (tools/intel_l3_parity) and other
9   improvements (Ben).
10
11 - Stereo/3D support in testdisplay (Damien).
12
13 Release 1.4 (2013-09-16)
14 ------------------------
15
16 - Integration of the gen4+ assembler (Damien).
17
18 - Start of a new performance analysis tool from Chris Wilson with front-ends for
19   both X11 and plain kms. This uses the perf subsystem and the gpu performance
20   counter kernel patches from Chris.
21
22 - New register dumper quick_dump from Ben, with lots of work from Damien. This
23   will superseed intel_reg_dumper for newer platforms (which are not yet
24   released) since it will allow us to automatically generate register dumps from
25   the internal xml register specifications.
26
27 - Tools to access the pletoria of new indirect register access functions on
28   newer platforms.
29
30 - Framebuffer contents dumper to debug some of the nastier corruption issues.
31   The advantage here is that this bypasses any userspace drivers and so avoids
32   that the corruptions get magically fixed when taking an X screenshot.
33
34 - Tons of new testcases. Including subtests we are now at roughly 450 tests!
35
36 - Improvements to the test framework infrastructure. See
37   http://blog.ffwll.ch/2013/08/recent-drmi915-testsuite-improvements.html
38   for an overview.
39
40 Release 1.3 (2012-08-27)
41 ------------------------
42
43 - massive improvements to the testsuite
44 - dpf tool for handling l3 remapping on gen7 (Ben)
45 - robustify against wc gtt mappings (Chris)
46 - improvements to the reg_dumper and register read/write tools
47 - haswell support
48
49 Release 1.2 (2012-02-09)
50 ------------------------
51
52 - intel_audio_dump improvements (Wu Fengguang)
53 - buildsystem improvements (Gaetan Nadon)
54 - solaris support (Alan Coopersmith)
55 - massive refactoring of testcases and rendercpy extraction
56 - new tests
57 - fixed up intel_reg_read/write for platforms needing forcewake (needs a
58   kernel patch which from 3.3 to work on ivb - Ben Widawsky)
59
60 Release 1.1 (2011-12-24)
61 ------------------------
62
63 Improved testsuite, usable for kernel regression testing!
64
65 Release 1.0 (2009-04-27)
66 ------------------------
67
68 Initial release:
69 - miscellaneous userland tools that don't really fit into the 2D driver tree
70 - standalone regression tests for the DRM (make check)
71 - microbenchmarks of the DRM for kernel performance regression testing