diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-10-20 16:07:11 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-10-20 16:07:11 +0100 |
commit | 2083e253b3d1ecc218ab1e523e4026ddd4561112 (patch) | |
tree | 79056a106cb2500fa6806b42dc5d05ae70bb4882 /NEWS | |
parent | fc0ba65f5efe217f2ab5e920255d2133d7c9e5e8 (diff) |
2.20.11 release2.20.11
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +Release 2.20.11 (2012-10-20) +============================ +More bug reports, more bug fixes! Perhaps the headline feature is +that with a secure batches, coming to a 3.8 kernel near you, we may +finally have the ability to perform updates to the scanout synchronized +to the refresh rate on later SandyBridge and IvyBridge chipsets. It comes +at quite a power cost as we need to keep the GPU out of its power saving +modes, but it should allow legacy vsync to function at last. But this +should allow us to address a longstanding issue with tearing on +SandyBridge+. + + * Fix component-alpha rendering on IvyBridge, for example subpixel + antialiased glyphs. + https://bugs.freedesktop.org/show_bug.cgi?id=56037 + + * Flush before some "pipelined" state changes on gen4. The evidence is + that the same flushes as required on gen5+ are also required for gen4. + https://bugs.freedesktop.org/show_bug.cgi?id=55627 + + * Prevent a potential crash when forcing a stall on a busy CPU bo + https://bugs.freedesktop.org/show_bug.cgi?id=56180 + + Release 2.20.10 (2012-10-14) ============================ The last couple of weeks have been fairly retrospective, a dive into |