summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-10-14 09:15:38 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-10-14 16:34:09 +0100
commitb42d81b63f5b6a571faffaadd42c74adce40128a (patch)
treedc04e27015512e1dc58055e37e3c9d9cf32bfe67
parent877e9c57c788cb3d4db1e96e519b26ca5d542465 (diff)
2.20.10 release2.20.10
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--NEWS62
-rw-r--r--configure.ac2
2 files changed, 62 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2cc23530..be107004 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,63 @@
1Release 2.20.10 (2012-10-14)
2============================
3The last couple of weeks have been fairly retrospective, a dive into
4prehistory tidying up the earlier generations which lay languishing as
5the core progressed and lead to a number of annoying core bugs being
6fixed.
7
8 * Release DRM master earlier during shutdown so switching between
9 multiple X servers works automatically.
10 https://bugs.freedesktop.org/show_bug.cgi?id=55446
11
12 * Suppress error propagation from DRI2GetMSC and behave as if the pipe
13 was simply off to avoid unexpected errors in the clients
14 https://bugs.freedesktop.org/show_bug.cgi?id=55395
15
16 * A few fixes to i8xx batch emission, ensuring that the GPU is always
17 in a valid state.
18 https://bugs.freedesktop.org/show_bug.cgi?id=55455
19
20 * Prevent a use-after-free during UXA shutdown due to inspecting
21 the glamor flags after the glamor interface had been freed.
22
23 * Prevent a crash combining TearFree and rotations.
24 https://bugs.freedesktop.org/show_bug.cgi?id=55527
25
26 * Correct a missing damage upload along PutImage after using the CPU bo
27 as a source for the GPU.
28 https://bugs.freedesktop.org/show_bug.cgi?id=55508
29
30 * Fix compilation for older glibc without O_CLOEXEC
31 https://bugs.freedesktop.org/show_bug.cgi?id=55577
32
33 * Fix out-of-tree builds failing to recompile the gen4 assemblies
34 https://bugs.freedesktop.org/show_bug.cgi?id=55645
35
36 * Fix non-standard build host configuration handling for intel-gen4asm
37 https://bugs.freedesktop.org/show_bug.cgi?id=55646
38
39 * Fix a potential batch buffer overflow when replacing the last BLT fill
40 operation with a copy
41 https://bugs.freedesktop.org/show_bug.cgi?id=55700
42
43 * Flush the render pipeline more frequently on Ironlake as not all
44 pipelined state changes are.
45 https://bugs.freedesktop.org/show_bug.cgi?id=51422
46
47 * Detect when we need to read the destination for the background raster
48 op during fallbacks.
49 https://bugs.freedesktop.org/show_bug.cgi?id=55810
50
51 * Avoid a potential deference of an invalid CPU mmap after doing an
52 inplace tiled upload.
53 https://bugs.freedesktop.org/show_bug.cgi?id=55812
54
55 * Prevent sign extension when packing the upload data for CopyPlane
56 https://bugs.freedesktop.org/show_bug.cgi?id=55823
57
58 * Fix some render corruption with a UDL slave output and pageflipping
59
60
1Release 2.20.9 (2012-09-29) 61Release 2.20.9 (2012-09-29)
2=========================== 62===========================
3And so it came to pass that a critical bug was uncovered in UXA. The 63And so it came to pass that a critical bug was uncovered in UXA. The
@@ -13,7 +73,7 @@ the issue.
13 73
14In other news: 74In other news:
15 75
16 * Prepare for xorg-1.4, the api is being tweaked again. 76 * Prepare for xorg-1.14, the api is being tweaked again.
17 77
18 * Handle early FreeScreen in UXA. 78 * Handle early FreeScreen in UXA.
19 https://bugs.freedesktop.org/show_bug.cgi?id=55346 79 https://bugs.freedesktop.org/show_bug.cgi?id=55346
diff --git a/configure.ac b/configure.ac
index 79bba832..972d9188 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
23# Initialize Autoconf 23# Initialize Autoconf
24AC_PREREQ([2.60]) 24AC_PREREQ([2.60])
25AC_INIT([xf86-video-intel], 25AC_INIT([xf86-video-intel],
26 [2.20.9], 26 [2.20.10],
27 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], 27 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
28 [xf86-video-intel]) 28 [xf86-video-intel])
29AC_CONFIG_SRCDIR([Makefile.am]) 29AC_CONFIG_SRCDIR([Makefile.am])