NEWS: Updates

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood 2015-06-11 16:06:33 +01:00
parent aa75f37397
commit 0cc16b37ab

13
NEWS
View File

@ -1,6 +1,8 @@
Release 1.11 (XXXX-XX-XX)
-------------------------
- Various new tests and tools
- Single combined test list (supported by piglit since commit 8a122bb)
- Optional dependency on libunwind to provide automatic stack traces on test
@ -14,6 +16,17 @@ Release 1.11 (XXXX-XX-XX)
tests can still be disabled by the --disable-tests configure flag.)
(Joonas Lahtinen)
- New tool to decode watermark registers (Ville Syrjälä)
- Timeout mechanism now reports test as failed
- Introduce intel_reg as the one Intel graphics register multitool to replace
intel_reg_read, intel_reg_write, intel_iosf_sb_read, intel_iosf_sb_write,
intel_vga_read, intel_vga_write, intel_reg_dumper, intel_reg_snapshot,
and quick_dump.py. (Jani Nikula)
- Add functions to manipulate i915.ko parameters and ensure features are enabled
for testing. (Paulo Zanoni)
Release 1.10 (2015-03-12)
-------------------------