diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-06-06 12:04:23 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-06-06 12:23:06 +0100 |
commit | 2770655371954413c750b030c9a7135baee302d4 (patch) | |
tree | 3f631082bb0b49b88797f2a7c9ab8500c9957e8d /NEWS | |
parent | d3345cd269dc75999b35f3286d21059974dcb24b (diff) |
2.21.9 release2.21.9
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +Release 2.21.9 (2013-06-06) +=========================== +Consolidating the copy-on-write support, hopefully cleaning up the last of +the regressions. + + * Restore vsync on textured videos. + [regression from 2.21.8] + https://bugs.freedesktop.org/show_bug.cgi?id=65048 + + * Fix incorrect ordering of possible_clones with certain outputs, which + can lead to attempting to incorrectly clone 2 outputs and failing to + light them up. + [regression from 2.20.10] + + * Fix performance regression from not promoting large fills to the GPU + [regression from 2.21.7] + + * Undo the pixmap clone before performing a DRI2CopyRegion + [regression from 2.21.7] + https://bugs.freedesktop.org/show_bug.cgi?id=65250 + + Release 2.21.8 (2013-05-27) =========================== A quick release to cleanup a few regressions from the introduction of |