diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-10 14:20:59 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-10 14:20:59 +0000 |
commit | 617fadf3acf7bf75fb203c1e85fd0ddb98b3dbb9 (patch) | |
tree | e053dd53c22efdc23a7b3613f31fb7ac3a09a114 /NEWS | |
parent | 3169a4e53cf39cc3d5c18ac6add909aa3a58de7e (diff) |
2.21.1 release
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +Release 2.21.1 (2013-02-10) +=========================== +A fix for a potential GPU hang on 945gm (GMA3100) and earlier chipsets, +along with backporting SNA to the packages found in stable distributions +like Debian 6.0 (Squeeze). + + * Cleanup compilation warnings from deblint, thanks to Paul Menzel + + * Minor build improvements by Damien Lespiau. + + * Disable generating span geometry for non-rectilinear spans on gen4 + in order to work around and prevent one class of render corruption. + + * Prevent cache thrashing and severe performance degradation on LLC + machines for streaming texture updates. However, note the effect was + only observed on just one particular laptop. + + * Fix alignment of subsurface proxies for old chipsets. + https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel + + * Repair build against Xorg-1.6 and contemporary packages. + + Release 2.21.0 (2013-02-01) =========================== A few new features: |