summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2016-12-02 17:50:29 +0200
committerPetri Latvala <petri.latvala@intel.com>2016-12-02 17:50:29 +0200
commite631bb54d263614d687645e6295739e06d4a2353 (patch)
tree0af922fbe03a05eac589458a602886b9ae964fdb
parentf9e5fe7e1df20e7c398083a36a338c51507c8812 (diff)
Update NEWS, bump version to 1.17.intel-gpu-tools-1.17
Signed-off-by: Petri Latvala <petri.latvala@intel.com>
-rw-r--r--NEWS54
-rw-r--r--configure.ac2
2 files changed, 55 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6bb805600..1f824bd21 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,57 @@
+Release 1.17 (2016-12-02)
+-------------------------
+
+Library changes:
+
+- Added an iterator that generate primes for creating input data that
+ should not fall into any patterns that may be optimised by the
+ drivers. (Chris Wilson)
+
+- Crashes in fixture blocks now print a stacktrace. (Marius Vlad)
+
+- Added support for various system suspend/resume options. (Imre Deak)
+
+- Added linked list helpers from the Wayland project. (Lyude)
+
+- Added a generic dummy workload helper for submitting GPU workloads
+ that consume exactly a specified amount of time. (Abdiel Janulgue)
+
+- Added C functions for driver loading/unloading, pkill and lsof, for
+ converting shell script tests to C code. (Marius Vlad)
+
+Tools changes:
+
+- intel_reg: Add Kabylake support. (Jani Nikula)
+
+- intel_bios_reader: Also dump PSR info. (Ville Syrjälä)
+
+- intel_guc_logger: New tool for capturing logs from the GuC
+ firmware. (Akash Goel)
+
+- intel_aubdump: Added commandline option to stream the dump to
+ another process. (Lionel Landwerlin)
+
+- intel_aubdump: Annotate the dump with the application name and the
+ used PCI ID. (Jason Ekstrand)
+
+Benchmark changes:
+
+- gem_latency: Added support for measuring fence wakeup latencies. (Chris Wilson)
+
+- prime_lookup: New microbenchmark for stressing prime_fd_to_handle
+ and prime_handle_to_fd. (Chris Wilson)
+
+Test changes:
+
+- Multiple new tests.
+
+- Added an explicit list of tests used for Intel CI. (Petri Latvala)
+
+- Converted multiple shell script tests to C. (Marius Vlad)
+
+
+And many other bug fixes and improvements.
+
Release 1.16 (2016-09-02)
-------------------------
diff --git a/configure.ac b/configure.ac
index cba312ff1..0b48e6ed0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ([2.60])
AC_INIT([intel-gpu-tools],
- [1.16],
+ [1.17],
[https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=IGT],
[intel-gpu-tools])