summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2017-06-09 16:27:11 +0300
committerPetri Latvala <petri.latvala@intel.com>2017-06-09 16:27:20 +0300
commitd492abfbad687d3c5f343b836da4c7316a57ba77 (patch)
treee58327fe05265019145e2c1f048919b821a6e2fb
parenta493e058325d5bd34a77be3a16d646031dadcdb4 (diff)
Update NEWS, bump version to 1.19.intel-gpu-tools-1.19
Signed-off-by: Petri Latvala <petri.latvala@intel.com>
-rw-r--r--NEWS43
-rw-r--r--configure.ac2
2 files changed, 44 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bb893a373..80136fada 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+Release 1.19 (2017-06-09)
+-------------------------
+
+Library changes:
+
+- Changed debugfs handlers to open files for the DRM device in use,
+ for setups with more than one DRM device. (Tomeu Vizoso)
+
+- Added support for 4K and audio HDMI EDID injection. (Abdiel
+ Janulgue, Marius Vlad)
+
+- Added support for AMDGPU devices. (Chris Wilson)
+
+Tools changes:
+
+- intel_error_decode now automatically opens a pager. (Chris Wilson)
+
+- intel_error_decode now dumps the GuC firmware logs if available.
+ (Chris Wilson)
+
+Benchmark changes:
+
+- gem_wsim: New benchmark that simulates command submission
+ workloads. (Tvrtko Ursulin)
+
+Scripts changes:
+
+- trace.pl: New tool to parse i915 tracepoints for performance
+ analysis. (Tvrtko Ursulin)
+
+- media-bench.pl: New tool to programmatically analyze simulated media
+ workloads using gem_wsim to find the optimal load balancing
+ strategy. (Tvrtko Ursulin)
+
+Test changes:
+
+- Imported amdgpu tests from libdrm. (Chris Wilson)
+
+- Multiple other new tests.
+
+
+And many other bug fixes and improvements.
+
Release 1.18 (2017-03-13)
-------------------------
diff --git a/configure.ac b/configure.ac
index fa0593b3c..0418e605c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ([2.60])
AC_INIT([intel-gpu-tools],
- [1.18],
+ [1.19],
[https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=IGT],
[intel-gpu-tools])