diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-04 10:30:14 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-04 10:30:14 +0100 |
commit | 0cd154039ab02799dc972d93c415e762226df1aa (patch) | |
tree | 4660403a8ee743d9be61509bf35d9e389aa32ca6 | |
parent | a5bf389908934aa4f9493a4a35b18e4aec9c8103 (diff) |
2.21.14 release2.21.14
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,21 @@ +Release 2.21.14 (2013-08-04) +============================ +A few updates for the top-end Haswell systems (notably GT3 and GT3e +systems), in particular, setting the appropriate thread counts for the +larger GPU and handling a few scaling issues with the emedded DRAM. More +important than the performance tuning though is a fix for a critical +issue encountered by a few people on gen4/gen5 systems. + + * Initial performance tuning for HSW:GT3e + + * Fix a crash with Planetary Annihilation + + * Disable triple buffering for compositors + + * Reserve space in the exec buffer array for deferred VBOs. + https://bugs.freedesktop.org/show_bug.cgi?id=67504 + + Release 2.21.13 (2013-07-27) ============================ A minor release to repair the build for non-Linux systems, and to undo a diff --git a/configure.ac b/configure.ac index d5705b96..104113e6 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.21.13], + [2.21.14], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) |