diff --git a/NEWS b/NEWS index 21b624d8..00a3ccc6 100644 --- a/NEWS +++ b/NEWS @@ -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) -------------------------