summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vlad <marius.c.vlad@intel.com>2016-03-01 17:03:55 +0200
committerMarius Vlad <marius.c.vlad@intel.com>2016-03-01 17:06:05 +0200
commitb59bcb811a402c716302f61ca8d4d9af6a967807 (patch)
tree6b2884aee7bbad81a531dbee6d392e899acd3fe4
parent95ca7644dbed799744b877d3b451d86c286627fe (diff)
NEWS: Updates and bump release to 1.14.
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
-rw-r--r--NEWS42
-rw-r--r--configure.ac2
2 files changed, 43 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0ccac8abe..a42382f3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+Release 1.14 (2016-03-01)
+-------------------------
+
+- New test: gem_create validate parameters for GEM_CREATE ioctl
+(Ankitprasad Sharma)
+
+- New test: gem_softpin exercise the userptr ioctl to create shared
+buffers between CPU and GPU (Vinay Belgaumkar)
+
+- New tests: prime_mmap_coherency/kms_mmap_write_crc cache coherency
+tests (Tiago Vignatti)
+
+- New test: prime_mmap mmap() on dma-buf fds (Rob Bradford)
+
+- New test: gem_exec_reloc sanity check of execbuf-ioctl relocations (Chris
+Wilson)
+
+- New test: gem_exec_basic sanity check of execbuf-ioctl rings (Chris Wilson)
+
+- improved igt_hang_ring() infrastructure for generic hang injection support in
+the core library (Chris Wilson)
+
+- new igt_pm library to collect power management testing helpers (David
+Weinehall)
+
+- lig/igt_vc4: VC4 support library (Eric Anholt)
+
+- kms_frontbuffer_tracking: included in BAT (Paulo Zanoni)
+
+- kms_psr_sink_crc: Add BAT test for PSR active (Rodrigo Vivi)
+
+- gem_wait: test superseded by gem_latency in benchmarks (Chris Wilson)
+
+- igt_core: Fix logging to display extended line (Derek Morton)
+
+- igt_core: Expand --run-subtest functionality (Derek Morton)
+
+- kms_force_connector_basic: various fixes and included in BAT set (Daniel
+Vetter)
+
+- Many other improvements and bug fixes.
+
Release 1.13 (2015-12-02)
-------------------------
diff --git a/configure.ac b/configure.ac
index cfbcbf3f6..e523b7a8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ([2.60])
AC_INIT([intel-gpu-tools],
- [1.13],
+ [1.14],
[https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=DRM/Intel],
[intel-gpu-tools])